diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-12-22 01:01:07 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-12-22 01:01:07 +0000 |
commit | 8d5cf95d46c2d139b7c91fcedc269c184ec0d4b4 (patch) | |
tree | 010f3c6c57954e255c7f20569a429094fa8abd0c /net-irc | |
parent | whitespace (diff) | |
download | gentoo-2-8d5cf95d46c2d139b7c91fcedc269c184ec0d4b4.tar.gz gentoo-2-8d5cf95d46c2d139b7c91fcedc269c184ec0d4b4.tar.bz2 gentoo-2-8d5cf95d46c2d139b7c91fcedc269c184ec0d4b4.zip |
Fixing stop sequence in init script, patch thanks to Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org> , bug #251858. Dropping ~mips, due to missing keyword in dev-libs/tre
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/unrealircd/files/unrealircd.rc | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.8.1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 8309cbf61f90..a0cd086b2e6a 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/unrealircd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.77 2009/12/09 18:54:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.78 2009/12/22 01:01:06 vostorga Exp $ + + 22 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> files/unrealircd.rc: + Fixing stop sequence in init script, patch thanks to Lars Wendler + (Polynomial-C) <polynomial-c@gentoo.org> , bug #251858 + Dropping ~mips, due to missing keyword in dev-libs/tre 09 Dec 2009; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.8.1.ebuild: sparc stable wrt #260806 diff --git a/net-irc/unrealircd/files/unrealircd.rc b/net-irc/unrealircd/files/unrealircd.rc index 2e7cf66ddff5..bab0d75ce2ee 100644 --- a/net-irc/unrealircd/files/unrealircd.rc +++ b/net-irc/unrealircd/files/unrealircd.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.7 2004/10/09 20:36:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.8 2009/12/22 01:01:07 vostorga Exp $ opts="reload start stop" @@ -19,7 +19,7 @@ start() { stop() { ebegin "Shutting down unrealircd" - killall unrealircd + start-stop-daemon --stop --quiet --exec /usr/bin/unrealircd eend $? } diff --git a/net-irc/unrealircd/unrealircd-3.2.8.1.ebuild b/net-irc/unrealircd/unrealircd-3.2.8.1.ebuild index beba1066ea0a..0c0f26b4da01 100644 --- a/net-irc/unrealircd/unrealircd-3.2.8.1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1.ebuild,v 1.4 2009/12/09 18:54:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1.ebuild,v 1.5 2009/12/22 01:01:06 vostorga Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="http://unrealircd.icedslash.com/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~mips ppc sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |