diff options
Diffstat (limited to 'abs/core/xymon/xymon-client.install')
-rw-r--r-- | abs/core/xymon/xymon-client.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/xymon/xymon-client.install b/abs/core/xymon/xymon-client.install index 80210f1..312be91 100644 --- a/abs/core/xymon/xymon-client.install +++ b/abs/core/xymon/xymon-client.install @@ -2,7 +2,8 @@ post_install() { . /etc/systemconfig sed -i -e "s/127.0.0.1/$dbhost/" /home/xymon/client/etc/xymonclient.cfg chown -R nobody /home/xymon - + #added so py bindings work with /home/mythtv/.mythtv/config.xml + setfacl -m "u:nobody:--x" /home/mythtv/ } post_upgrade() { |