diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-16 23:10:06 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-16 23:10:06 +0000 |
commit | 2cc5aff21816fce0b6936b0369c5106a0edeecd4 (patch) | |
tree | 3d250677c39619e607a51f4ef682574a1d6ba763 /net-news/inn/files | |
parent | Version bumped. (diff) | |
download | gentoo-2-2cc5aff21816fce0b6936b0369c5106a0edeecd4.tar.gz gentoo-2-2cc5aff21816fce0b6936b0369c5106a0edeecd4.tar.bz2 gentoo-2-2cc5aff21816fce0b6936b0369c5106a0edeecd4.zip |
Version bumped.
Diffstat (limited to 'net-news/inn/files')
-rw-r--r-- | net-news/inn/files/innd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/inn/files/innd b/net-news/inn/files/innd index baa3000a3557..b135b7f25f1e 100644 --- a/net-news/inn/files/innd +++ b/net-news/inn/files/innd @@ -9,12 +9,12 @@ depend() { start() { ebegin "Starting innd" - start-stop-daemon --start --quiet --chuid news:news --exec /usr/lib/news/bin/innd + su - news -c /usr/lib/news/bin/rc.news eend $? } stop() { ebegin "Stopping innd" - start-stop-daemon --stop --quiet --pidfile /var/run/innd.pid + su - news -c '/usr/lib/news/bin/rc.news stop' eend $? } |