diff options
Diffstat (limited to 'net-analyzer/ippl/files/ippl.rc')
-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 6c848f86aa6b..7aed0cb790dc 100644 --- a/net-analyzer/ippl/files/ippl.rc +++ b/net-analyzer/ippl/files/ippl.rc @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2002 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.1 2002/11/04 13:01:39 aliz Exp $ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/files/ippl.rc,v 1.1.1.1 2005/11/30 10:12:20 chriswhite Exp $ depend() { need net @@ -35,5 +35,3 @@ stop() { rm -f /var/run/ippl.pid fi } - - |