summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-04-05 13:57:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-04-05 13:57:52 (GMT)
commite67b7de1814d93d50eef04656cb05514ed18dc01 (patch)
tree5e0192d311b8ef6bf9e5517bfe1a05059b081e2c
parent9b618f969fa59c5b7653379a0e02b4550f630a49 (diff)
fixed postinst script
-rwxr-xr-xrhnop-client/debian/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhnop-client/debian/postinst b/rhnop-client/debian/postinst
index be17051..3ff8b35 100755
--- a/rhnop-client/debian/postinst
+++ b/rhnop-client/debian/postinst
@@ -6,4 +6,5 @@ set -e
if [ "$1" = "configure" ]; then
adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop
chgrp rhnop /etc/rhnop/nopcollectd.*.conf
+ chgrp rhnop /etc/rhnop/nopsysstated.conf
fi