summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-17 14:06:25 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-17 14:06:25 +0000
commit94d327a7e773061b6b35483606c6133d81031e1c (patch)
tree2d0dad03bfd31af2840ce52e5eaf2f20ab7a4dc0 /net-news
parentVersion bumped. (diff)
downloadgentoo-2-94d327a7e773061b6b35483606c6133d81031e1c.tar.gz
gentoo-2-94d327a7e773061b6b35483606c6133d81031e1c.tar.bz2
gentoo-2-94d327a7e773061b6b35483606c6133d81031e1c.zip
fixes
Diffstat (limited to 'net-news')
-rw-r--r--net-news/inn/Manifest4
-rw-r--r--net-news/inn/files/innd1
-rw-r--r--net-news/inn/inn-2.3.5.ebuild8
3 files changed, 11 insertions, 2 deletions
diff --git a/net-news/inn/Manifest b/net-news/inn/Manifest
index 68d25ef06989..0a4ee4af4666 100644
--- a/net-news/inn/Manifest
+++ b/net-news/inn/Manifest
@@ -1,6 +1,6 @@
MD5 0bb031a7eaac2ae6c70d5b4ed9453d42 ChangeLog 805
MD5 467ccd3a1d701369cff59232cffa116c inn-2.3.3.ebuild 1910
-MD5 4855446440deef3d6783f921d0311041 inn-2.3.5.ebuild 2928
+MD5 d7b128967a20ea5966eedaa1818183d4 inn-2.3.5.ebuild 3229
MD5 5e094ec9d89dc4d773f912de4d3464dc files/digest-inn-2.3.3 62
-MD5 67383cd4177c68d30dd242d36bb2e11f files/innd 446
+MD5 8e2a9161e43e1ef41c9ea386bbf0b944 files/innd 455
MD5 ce3c00651e354a874cc9c60ae4f0255e files/digest-inn-2.3.5 128
diff --git a/net-news/inn/files/innd b/net-news/inn/files/innd
index b135b7f25f1e..02a8730e5b04 100644
--- a/net-news/inn/files/innd
+++ b/net-news/inn/files/innd
@@ -16,5 +16,6 @@ start() {
stop() {
ebegin "Stopping innd"
su - news -c '/usr/lib/news/bin/rc.news stop'
+ sleep 2
eend $?
}
diff --git a/net-news/inn/inn-2.3.5.ebuild b/net-news/inn/inn-2.3.5.ebuild
index faacacd2a9a1..cd3fa6d0de00 100644
--- a/net-news/inn/inn-2.3.5.ebuild
+++ b/net-news/inn/inn-2.3.5.ebuild
@@ -63,6 +63,10 @@ src_install() {
PATHDB=${D}/var/spool/news/db \
PATHSPOOL=${D}/var/spool/news \
PATHTMP=${D}/var/spool/news/tmp \
+ MAN1=${D}/usr/share/man/man1 \
+ MAN3=${D}/usr/share/man/man3 \
+ MAN5=${D}/usr/share/man/man5 \
+ MAN8=${D}/usr/share/man/man8 \
install || die "make died"
P=${OLD_P}
@@ -107,4 +111,8 @@ pkg_postinst() {
einfo 'a minimal active file has been installed. You will need to'
einfo 'touch history and run "makedbz -i" to initialize the history'
einfo 'database. See INSTALL for more information.'
+ einfo ''
+ einfo 'You need to assign a real shell to the news user, or else'
+ einfo 'starting inn will fail. You can use "usermod -s /bin/bash news"'
+ einfo 'for this.'
}