diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 18:56:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 18:56:48 +0000 |
commit | f40cc9096d6d4b899259798c3b0de4f594ea248c (patch) | |
tree | d552ab56aee3c7e919cf68246a86997c0c888b27 /net-analyzer/ippl | |
parent | Removed stale SRC_URI. (Manifest recommit) (diff) | |
download | gentoo-2-f40cc9096d6d4b899259798c3b0de4f594ea248c.tar.gz gentoo-2-f40cc9096d6d4b899259798c3b0de4f594ea248c.tar.bz2 gentoo-2-f40cc9096d6d4b899259798c3b0de4f594ea248c.zip |
gpl2, forget the later
Diffstat (limited to 'net-analyzer/ippl')
-rw-r--r-- | net-analyzer/ippl/files/ippl.rc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-analyzer/ippl/files/ippl.rc b/net-analyzer/ippl/files/ippl.rc index fba0462a466d..a08a7ae901e1 100644 --- a/net-analyzer/ippl/files/ippl.rc +++ b/net-analyzer/ippl/files/ippl.rc @@ -1,7 +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-analyzer/ippl/files/ippl.rc,v 1.2 2003/02/14 22:57:16 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/files/ippl.rc,v 1.3 2004/03/04 18:56:48 vapier Exp $ depend() { need net @@ -35,5 +35,3 @@ stop() { rm -f /var/run/ippl.pid fi } - - |