diff options
Diffstat (limited to 'net-misc/ipx-utils/files/ipx.init')
-rw-r--r-- | net-misc/ipx-utils/files/ipx.init | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/ipx-utils/files/ipx.init b/net-misc/ipx-utils/files/ipx.init index 3a84de253efa..2afaf59b9016 100644 --- a/net-misc/ipx-utils/files/ipx.init +++ b/net-misc/ipx-utils/files/ipx.init @@ -1,11 +1,10 @@ #!/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/ipx-utils/files/ipx.init,v 1.2 2003/02/14 23:05:45 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-misc/ipx-utils/files/ipx.init,v 1.3 2004/03/06 03:33:06 vapier Exp $ #NB: Config is in /etc/conf.d/ipx - depend() { use net } @@ -41,4 +40,3 @@ stop() { retval=$(( $retval + $? )) eend ${retval} "Failed to down IPX" } - |