diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-14 16:08:56 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-14 16:08:56 (GMT) |
commit | e5077f0f7459d6f91d44a1135d7150910e0b1f62 (patch) | |
tree | cf792f71cf050541602853e4674b7b3501610cf5 /abs/core-testing/LinHES-system/LinHES.install | |
parent | b2a8ec177417a2f5d380f8e9d05bca3c2f8aa291 (diff) | |
download | linhes_pkgbuild-e5077f0f7459d6f91d44a1135d7150910e0b1f62.zip linhes_pkgbuild-e5077f0f7459d6f91d44a1135d7150910e0b1f62.tar.gz linhes_pkgbuild-e5077f0f7459d6f91d44a1135d7150910e0b1f62.tar.bz2 |
Add smolt to start on first boot.
correct link location for myth_mtc.py in cron.daily
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES.install')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES.install b/abs/core-testing/LinHES-system/LinHES.install index e327edc..2d2bdf2 100644 --- a/abs/core-testing/LinHES-system/LinHES.install +++ b/abs/core-testing/LinHES-system/LinHES.install @@ -8,7 +8,7 @@ pre_install() { # arg 1: the new package version post_install() { -MVDIR=/usr/LinHES/bin +MVDIR=/usr/LH/bin # ln -s $MVDIR/backup_job /etc/cron.daily/backup_cron # ln -s $MVDIR/update_system /etc/cron.daily/xupdate_system_cron # ln -s $MVDIR/repo_sync.sh /etc/cron.daily/zrepo_sync.sh |