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/tinc | |
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/tinc')
-rw-r--r-- | net-misc/tinc/files/tincd | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/tinc/files/tincd b/net-misc/tinc/files/tincd index 225a7caa83e7..41313074c2c7 100644 --- a/net-misc/tinc/files/tincd +++ b/net-misc/tinc/files/tincd @@ -1,8 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.1 2003/12/24 14:23:51 bazik 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/tinc/files/tincd,v 1.2 2004/03/06 03:33:06 vapier Exp $ depend() { use logger dns @@ -48,4 +47,3 @@ stop() { fi done } - |