From 308783d9d1626c7947bda08bf82c8289cc5ebba4 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Mon, 2 Jan 2006 15:31:27 +0000 Subject: Add ircd provide to init script, bug #114510. (Portage version: 2.0.53) --- net-irc/ngircd/ChangeLog | 7 +++++-- net-irc/ngircd/files/ngircd.init.d | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'net-irc/ngircd') diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog index bfc7b85165c3..60cac18d38a0 100644 --- a/net-irc/ngircd/ChangeLog +++ b/net-irc/ngircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ngircd -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.17 2005/11/13 11:47:35 swegener Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.18 2006/01/02 15:31:27 swegener Exp $ + + 02 Jan 2006; Sven Wegener files/ngircd.init.d: + Add ircd provide to init script, bug #114510. *ngircd-0.9.2 (13 Nov 2005) diff --git a/net-irc/ngircd/files/ngircd.init.d b/net-irc/ngircd/files/ngircd.init.d index 389f999d4e48..807d844e8d97 100644 --- a/net-irc/ngircd/files/ngircd.init.d +++ b/net-irc/ngircd/files/ngircd.init.d @@ -1,10 +1,11 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/files/ngircd.init.d,v 1.2 2005/01/27 23:26:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/files/ngircd.init.d,v 1.3 2006/01/02 15:31:27 swegener Exp $ depend() { need net + provide ircd } start() { -- cgit v1.2.3-65-gdbad