diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:06:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:06:09 +0000 |
commit | 65c9730b61e596fa23350087720fb7ddd062b636 (patch) | |
tree | 085adeed872f1e328568354f3d5ef2428aee841e /net-analyzer/arpwatch | |
parent | Removed old ebuilds (diff) | |
download | historical-65c9730b61e596fa23350087720fb7ddd062b636.tar.gz historical-65c9730b61e596fa23350087720fb7ddd062b636.tar.bz2 historical-65c9730b61e596fa23350087720fb7ddd062b636.zip |
gpl2, forget the later
Diffstat (limited to 'net-analyzer/arpwatch')
-rw-r--r-- | net-analyzer/arpwatch/files/arpwatch.init | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/arpwatch/files/arpwatch.init b/net-analyzer/arpwatch/files/arpwatch.init index 327753a3b136..1cb45c608437 100644 --- a/net-analyzer/arpwatch/files/arpwatch.init +++ b/net-analyzer/arpwatch/files/arpwatch.init @@ -1,6 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/files/arpwatch.init,v 1.4 2004/03/04 18:56:48 vapier Exp $ depend() { need net |