diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:40:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:40:48 +0000 |
commit | 2101a23a8b2139ca5bd44adc09d9470837c1f520 (patch) | |
tree | f109b2cb1e35fde86f2fead022469ca0699af9b2 /net-misc/netkit-routed/files | |
parent | Version bump. (diff) | |
download | historical-2101a23a8b2139ca5bd44adc09d9470837c1f520.tar.gz historical-2101a23a8b2139ca5bd44adc09d9470837c1f520.tar.bz2 historical-2101a23a8b2139ca5bd44adc09d9470837c1f520.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-misc/netkit-routed/files')
-rw-r--r-- | net-misc/netkit-routed/files/routed.confd | 6 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/routed.initd | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/netkit-routed/files/routed.confd b/net-misc/netkit-routed/files/routed.confd index 86cfb5aa4cfc..dd4d219cb61e 100644 --- a/net-misc/netkit-routed/files/routed.confd +++ b/net-misc/netkit-routed/files/routed.confd @@ -1,6 +1,6 @@ -# Copyright 2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.confd,v 1.2 2003/06/06 11:59:17 agriffis Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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 $ # 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 9b4d8d9c50f2..2c059c9ebcaf 100644 --- a/net-misc/netkit-routed/files/routed.initd +++ b/net-misc/netkit-routed/files/routed.initd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/files/routed.initd,v 1.1 2003/05/24 03:21:28 agriffis Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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 $ depend() { need net |