summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 03:33:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 03:33:06 +0000
commit49bd6bb2cc031a4985c85b195bb2c2d937324f3e (patch)
tree8794ba72e0a6b89258e9c6cec4e2a16c3aa14e17 /net-misc/tinc
parentwe license under gpl2, not gpl2 or later (diff)
downloadgentoo-2-49bd6bb2cc031a4985c85b195bb2c2d937324f3e.tar.gz
gentoo-2-49bd6bb2cc031a4985c85b195bb2c2d937324f3e.tar.bz2
gentoo-2-49bd6bb2cc031a4985c85b195bb2c2d937324f3e.zip
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-misc/tinc')
-rw-r--r--net-misc/tinc/files/tincd8
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
}
-