diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-10 22:43:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-10 22:44:37 (GMT) |
commit | 98a003ea4ba6ffd0e529f30b14ce8cf24c4a9ebd (patch) | |
tree | 8b063a4226471c2206c21a23ab060f643b16eed0 /abs/core/xymon/xymon-client.install | |
parent | 86a66e21bf7b444dbab401e699da74df38fb9dcf (diff) | |
download | linhes_pkgbuild-98a003ea4ba6ffd0e529f30b14ce8cf24c4a9ebd.zip linhes_pkgbuild-98a003ea4ba6ffd0e529f30b14ce8cf24c4a9ebd.tar.gz linhes_pkgbuild-98a003ea4ba6ffd0e529f30b14ce8cf24c4a9ebd.tar.bz2 |
xymon/runit scripts: moved from /data/srv/xymon to /home/xymon.
This was done to preserve rrd's on upgrade
Diffstat (limited to 'abs/core/xymon/xymon-client.install')
-rw-r--r-- | abs/core/xymon/xymon-client.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/xymon/xymon-client.install b/abs/core/xymon/xymon-client.install index 301fc1f..80210f1 100644 --- a/abs/core/xymon/xymon-client.install +++ b/abs/core/xymon/xymon-client.install @@ -1,7 +1,7 @@ post_install() { . /etc/systemconfig - sed -i -e "s/127.0.0.1/$dbhost/" /data/srv/xymon/client/etc/xymonclient.cfg - chown -R nobody /data/srv/xymon + sed -i -e "s/127.0.0.1/$dbhost/" /home/xymon/client/etc/xymonclient.cfg + chown -R nobody /home/xymon } |