diff options
Diffstat (limited to 'net-misc/tinc/files')
-rw-r--r-- | net-misc/tinc/files/tincd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/tinc/files/tincd b/net-misc/tinc/files/tincd index e5265632ec66..225a7caa83e7 100644 --- a/net-misc/tinc/files/tincd +++ b/net-misc/tinc/files/tincd @@ -1,7 +1,8 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.3 2004/07/15 00:13:56 agriffis Exp $ +# 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 $ + depend() { use logger dns @@ -47,3 +48,4 @@ stop() { fi done } + |