summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-10-09 20:39:09 +0000
committerSven Wegener <swegener@gentoo.org>2004-10-09 20:39:09 +0000
commitd1d77f4496aa0157d67751af99b459a6de2d17a7 (patch)
treed81e484f7e9befc61b52ba79b0f0527488dcffd2 /net-irc/unrealircd
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-d1d77f4496aa0157d67751af99b459a6de2d17a7.tar.gz
gentoo-2-d1d77f4496aa0157d67751af99b459a6de2d17a7.tar.bz2
gentoo-2-d1d77f4496aa0157d67751af99b459a6de2d17a7.zip
Modified to 'use net' not 'need net' in init script. Closes bug #66467.
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/ChangeLog5
-rw-r--r--net-irc/unrealircd/files/unrealircd.rc5
2 files changed, 6 insertions, 4 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 5fda9aea086d..e29227acdb7f 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.23 2004/10/03 19:56:38 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.24 2004/10/09 20:36:31 swegener Exp $
+
+ 09 Oct 2004; Sven Wegener <swegener@gentoo.org> files/unrealircd.rc:
+ Modified to 'use net' not 'need net' in init script. Closes bug #66467.
03 Oct 2004; Sven Wegener <swegener@gentoo.org>
unrealircd-3.2.1-r1.ebuild:
diff --git a/net-irc/unrealircd/files/unrealircd.rc b/net-irc/unrealircd/files/unrealircd.rc
index 4d1a553d7b06..2e7cf66ddff5 100644
--- a/net-irc/unrealircd/files/unrealircd.rc
+++ b/net-irc/unrealircd/files/unrealircd.rc
@@ -1,13 +1,12 @@
#!/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.6 2004/08/15 15:57:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.7 2004/10/09 20:36:31 swegener Exp $
opts="reload start stop"
depend() {
- need net
- use dns
+ use dns net
provide ircd
}