diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:07:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:07:55 +0000 |
commit | f0f5d9b7239fee9ae22440905275cc52d748b824 (patch) | |
tree | bfffd1696a74a1ff919a385e8cdeff9c85424aa0 /net-misc/netkit-routed | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-f0f5d9b7239fee9ae22440905275cc52d748b824.tar.gz gentoo-2-f0f5d9b7239fee9ae22440905275cc52d748b824.tar.bz2 gentoo-2-f0f5d9b7239fee9ae22440905275cc52d748b824.zip |
Gentoo Technologies -> Gentoo Foundation
Diffstat (limited to 'net-misc/netkit-routed')
-rw-r--r-- | net-misc/netkit-routed/files/routed.confd | 4 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/routed.initd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/netkit-routed/files/routed.confd b/net-misc/netkit-routed/files/routed.confd index dd4d219cb61e..1349f33fe937 100644 --- a/net-misc/netkit-routed/files/routed.confd +++ b/net-misc/netkit-routed/files/routed.confd @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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-misc/netkit-routed/files/routed.confd,v 1.3 2004/03/06 03:36:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.confd,v 1.4 2004/07/15 00:04:56 agriffis Exp $ # Normally routed is simply run as "/usr/sbin/routed". Set this # option to run routed with additional parameters, for example: diff --git a/net-misc/netkit-routed/files/routed.initd b/net-misc/netkit-routed/files/routed.initd index 2c059c9ebcaf..0469d2b0f83f 100644 --- a/net-misc/netkit-routed/files/routed.initd +++ b/net-misc/netkit-routed/files/routed.initd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 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-misc/netkit-routed/files/routed.initd,v 1.2 2004/03/06 03:36:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.initd,v 1.3 2004/07/15 00:04:56 agriffis Exp $ depend() { need net |