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 | |
parent | 6553cc645f495ebcb54fe057bddaa24777de29b7 (diff) |
fixed runit run permissions
Diffstat (limited to 'rhnop-server')
-rw-r--r-- | rhnop-server/debian/changelog | 2 | ||||
-rwxr-xr-x | rhnop-server/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rhnop-server/debian/changelog b/rhnop-server/debian/changelog index 160f008..a82b0a4 100644 --- a/rhnop-server/debian/changelog +++ b/rhnop-server/debian/changelog @@ -1,6 +1,6 @@ rhnop-server (0.3) unstable; urgency=low - * added runit init scrip. + * some cleanup. -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 17:32:21 +0200 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 |