diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-04-05 13:57:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-04-05 13:57:52 (GMT) |
commit | e67b7de1814d93d50eef04656cb05514ed18dc01 (patch) | |
tree | 5e0192d311b8ef6bf9e5517bfe1a05059b081e2c /rhnop-client/debian | |
parent | 9b618f969fa59c5b7653379a0e02b4550f630a49 (diff) |
fixed postinst script
Diffstat (limited to 'rhnop-client/debian')
-rwxr-xr-x | rhnop-client/debian/postinst | 1 |
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 |