diff options
-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 |