summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-01-07 08:55:42 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-01-07 08:55:42 +0000
commitacaddfbea7f07cf16ba9e16daa07ccaa560e46f2 (patch)
tree19bc5a45b505fb24e1bf0efe54ecc602db1c1cb3 /net-news
parentNew horde rc1 and nntprss (diff)
downloadoverlay-acaddfbea7f07cf16ba9e16daa07ccaa560e46f2.tar.gz
overlay-acaddfbea7f07cf16ba9e16daa07ccaa560e46f2.tar.bz2
overlay-acaddfbea7f07cf16ba9e16daa07ccaa560e46f2.zip
Scripts and nntprss
svn path=/; revision=72
Diffstat (limited to 'net-news')
-rwxr-xr-xnet-news/nntprss/files/nntprss-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-news/nntprss/files/nntprss-init b/net-news/nntprss/files/nntprss-init
index 890e736..2d1d90b 100755
--- a/net-news/nntprss/files/nntprss-init
+++ b/net-news/nntprss/files/nntprss-init
@@ -10,6 +10,6 @@ start() {
stop() {
ebegin "Stopping nntp//rss"
- start-stop-daemon --stop --background --quiet --exec /usr/sbin/nntprss
+ start-stop-daemon --stop --quiet --exec /usr/sbin/nntprss
eend $?
}