diff options
Diffstat (limited to 'abs/core/xymon/xymon.install')
-rw-r--r-- | abs/core/xymon/xymon.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/xymon/xymon.install b/abs/core/xymon/xymon.install index 36bbbaa..3c9680b 100644 --- a/abs/core/xymon/xymon.install +++ b/abs/core/xymon/xymon.install @@ -15,7 +15,7 @@ post_install() { sed -i -e "s/localhost/$hostname/" /home/xymon/server/etc/hosts.cfg - #sed -i -e "s/\#/\# func/" /home/xymon/server/etc/hosts.cfg + sed -i -e "s/\# bbd/\# bbd func/" /home/xymon/server/etc/hosts.cfg sed -i -e "s/localhost/$hostname/" /home/xymon/server/etc/xymonserver.cfg chown -R nobody /home/xymon chown -R nobody /data/srv/httpd/htdocs/xymon |