diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 16:00:25 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 16:00:25 (GMT) |
commit | 7904f5fddf5866a586c721e42832fa475e6185ce (patch) | |
tree | ee06ce6233dcef9e1c831b99df9ebebcdcdfc4be /rhnop-server/debian/rules | |
parent | 6553cc645f495ebcb54fe057bddaa24777de29b7 (diff) |
fixed runit run permissions
Diffstat (limited to 'rhnop-server/debian/rules')
-rwxr-xr-x | rhnop-server/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/debian/rules b/rhnop-server/debian/rules index 253a294..29cb020 100755 --- a/rhnop-server/debian/rules +++ b/rhnop-server/debian/rules @@ -54,7 +54,7 @@ binary-arch: install dh_compress dh_fixperms chmod 640 debian/rhnop-server/etc/rhnop/nopsyncd.conf - chmod 755 debian/rhnop-server/etc/svn/rhnop-server/run + chmod 755 debian/rhnop-server/etc/sv/rhnop-server/run dh_installdeb dh_shlibdeps dh_gencontrol |