summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-16 23:10:06 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-16 23:10:06 +0000
commitfc73db3adae83ac429618849d191410362326513 (patch)
tree11827208d788c78cc2e1081b6e015ed8cb69e143 /net-news
parentVersion bumped. (diff)
downloadhistorical-fc73db3adae83ac429618849d191410362326513.tar.gz
historical-fc73db3adae83ac429618849d191410362326513.tar.bz2
historical-fc73db3adae83ac429618849d191410362326513.zip
Version bumped.
Diffstat (limited to 'net-news')
-rw-r--r--net-news/inn/Manifest2
-rw-r--r--net-news/inn/files/innd4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-news/inn/Manifest b/net-news/inn/Manifest
index 9749cd380764..68d25ef06989 100644
--- a/net-news/inn/Manifest
+++ b/net-news/inn/Manifest
@@ -2,5 +2,5 @@ MD5 0bb031a7eaac2ae6c70d5b4ed9453d42 ChangeLog 805
MD5 467ccd3a1d701369cff59232cffa116c inn-2.3.3.ebuild 1910
MD5 4855446440deef3d6783f921d0311041 inn-2.3.5.ebuild 2928
MD5 5e094ec9d89dc4d773f912de4d3464dc files/digest-inn-2.3.3 62
-MD5 4f9a1244cbdae832eba7fd71631d77c9 files/innd 504
+MD5 67383cd4177c68d30dd242d36bb2e11f files/innd 446
MD5 ce3c00651e354a874cc9c60ae4f0255e files/digest-inn-2.3.5 128
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 $?
}