summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/ngircd')
-rw-r--r--net-irc/ngircd/ChangeLog7
-rw-r--r--net-irc/ngircd/files/ngircd.init.d5
2 files changed, 8 insertions, 4 deletions
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 <swegener@gentoo.org> 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() {