diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 13:03:03 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 13:03:03 (GMT) |
commit | 5afb26bcce943bfaf40bbdc59251f152aa8602c1 (patch) | |
tree | 764839ea66cec348e45d12f9ec075b9d3cc9da61 /rhnop-server/debian/control | |
parent | 6035ed149c9f8fa272a92a65ca20bab06c474b2a (diff) |
fixed permission problems with posix message queues
Diffstat (limited to 'rhnop-server/debian/control')
-rw-r--r-- | rhnop-server/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/debian/control b/rhnop-server/debian/control index eafbd92..2e99c2e 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 +Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1 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. |