diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-04-22 12:17:23 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-04-22 12:17:23 +0000 |
commit | 41e8201d031d29d32633840a8f5240e1d7f7c72d (patch) | |
tree | 06659924599310a1e167b3f406577e0e0f5d8620 /net-nntp | |
parent | Add missing include to enable compilation on GCC 4.3; patch from Peter Alfred... (diff) | |
download | gentoo-2-41e8201d031d29d32633840a8f5240e1d7f7c72d.tar.gz gentoo-2-41e8201d031d29d32633840a8f5240e1d7f7c72d.tar.bz2 gentoo-2-41e8201d031d29d32633840a8f5240e1d7f7c72d.zip |
This time really fixing hellanzb.init
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/hellanzb/ChangeLog | 8 | ||||
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb.init | 4 | ||||
-rw-r--r-- | net-nntp/hellanzb/hellanzb-0.13-r5.ebuild (renamed from net-nntp/hellanzb/hellanzb-0.13-r4.ebuild) | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net-nntp/hellanzb/ChangeLog b/net-nntp/hellanzb/ChangeLog index ced27699f45c..27895537c2af 100644 --- a/net-nntp/hellanzb/ChangeLog +++ b/net-nntp/hellanzb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-nntp/hellanzb # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.5 2008/04/16 11:09:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.6 2008/04/22 12:17:22 yngwin Exp $ + +*hellanzb-0.13-r5 (22 Apr 2008) + + 22 Apr 2008; Ben de Groot <yngwin@gentoo.org> files/hellanzb.init, + -hellanzb-0.13-r4.ebuild, +hellanzb-0.13-r5.ebuild: + This time really fixing the init script. *hellanzb-0.13-r4 (16 Apr 2008) diff --git a/net-nntp/hellanzb/files/hellanzb.init b/net-nntp/hellanzb/files/hellanzb.init index 005f02b4a1ab..2c397a5e413f 100644 --- a/net-nntp/hellanzb/files/hellanzb.init +++ b/net-nntp/hellanzb/files/hellanzb.init @@ -17,8 +17,8 @@ start() { export PATH="${PATH}:/opt/bin" start-stop-daemon --quiet --start -c ${HELLA_USER} \ - -g ${HELLA_GROUP} \ - --exec /usr/bin/python /usr/bin/hellanzb.py -- \ + -g ${HELLA_GROUP} --name hellanzb.py \ + --exec /usr/bin/hellanzb.py -- \ -D -c ${HELLA_CONFIGFILE} ${HELLA_OPTS} &> /dev/null eend $? } diff --git a/net-nntp/hellanzb/hellanzb-0.13-r4.ebuild b/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild index 953fc95aba3c..b4b379608e9c 100644 --- a/net-nntp/hellanzb/hellanzb-0.13-r4.ebuild +++ b/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r4.ebuild,v 1.1 2008/04/16 11:09:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild,v 1.1 2008/04/22 12:17:22 yngwin Exp $ inherit distutils eutils |