diff options
Diffstat (limited to 'rhnop-server/debian')
-rw-r--r-- | rhnop-server/debian/control | 2 | ||||
-rw-r--r-- | rhnop-server/debian/rhnop-server.runit | 2 | ||||
-rwxr-xr-x | rhnop-server/debian/rules | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/rhnop-server/debian/control b/rhnop-server/debian/control index 1df71d3..97b440e 100644 --- a/rhnop-server/debian/control +++ b/rhnop-server/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.helsinki.at/ Package: rhnop-server Architecture: any -Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1, runit +Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1, lua5.1, runit Description: Radio Helsinki now playing information system - server The Radio Helsinki now playing information system gathers the now playing info into an mysql database for further processing. diff --git a/rhnop-server/debian/rhnop-server.runit b/rhnop-server/debian/rhnop-server.runit index 0fc95ff..b559b3e 100644 --- a/rhnop-server/debian/rhnop-server.runit +++ b/rhnop-server/debian/rhnop-server.runit @@ -1,3 +1,3 @@ #!/bin/sh -chpst -u rhnop:rhnop /usr/bin/rhnop-server +chpst -u rhnop:rhnop /usr/bin/nopsyncd diff --git a/rhnop-server/debian/rules b/rhnop-server/debian/rules index f697191..253a294 100755 --- a/rhnop-server/debian/rules +++ b/rhnop-server/debian/rules @@ -54,6 +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 dh_installdeb dh_shlibdeps dh_gencontrol |