diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:48:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:48:05 +0000 |
commit | 01936ae68e566d3b0e4a0cf55de1753830ab330c (patch) | |
tree | 17fa553e85094e610d314941b1c799859522fb3e /net-irc/unrealircd | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-01936ae68e566d3b0e4a0cf55de1753830ab330c.tar.gz historical-01936ae68e566d3b0e4a0cf55de1753830ab330c.tar.bz2 historical-01936ae68e566d3b0e4a0cf55de1753830ab330c.zip |
Gentoo Technologies -> Gentoo Foundation
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/files/unrealircd.confd | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/files/unrealircd.rc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/unrealircd/files/unrealircd.confd b/net-irc/unrealircd/files/unrealircd.confd index 47f5d308d5c9..ce93122b1d7b 100644 --- a/net-irc/unrealircd/files/unrealircd.confd +++ b/net-irc/unrealircd/files/unrealircd.confd @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.confd,v 1.2 2004/03/06 12:15:13 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.confd,v 1.3 2004/07/14 23:48:05 agriffis Exp $ # user to run unrealircd as UNREALIRCD_USER="UserBlah" diff --git a/net-irc/unrealircd/files/unrealircd.rc b/net-irc/unrealircd/files/unrealircd.rc index 3ef635659150..47c710087fdc 100644 --- a/net-irc/unrealircd/files/unrealircd.rc +++ b/net-irc/unrealircd/files/unrealircd.rc @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.2 2003/02/14 23:01:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.3 2004/07/14 23:48:05 agriffis Exp $ depend() { need net |