diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:33:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:33:06 +0000 |
commit | 49bd6bb2cc031a4985c85b195bb2c2d937324f3e (patch) | |
tree | 8794ba72e0a6b89258e9c6cec4e2a16c3aa14e17 /net-misc/ipx-utils/files | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-49bd6bb2cc031a4985c85b195bb2c2d937324f3e.tar.gz gentoo-2-49bd6bb2cc031a4985c85b195bb2c2d937324f3e.tar.bz2 gentoo-2-49bd6bb2cc031a4985c85b195bb2c2d937324f3e.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-misc/ipx-utils/files')
-rw-r--r-- | net-misc/ipx-utils/files/ipx.confd | 21 | ||||
-rw-r--r-- | net-misc/ipx-utils/files/ipx.init | 8 |
2 files changed, 6 insertions, 23 deletions
diff --git a/net-misc/ipx-utils/files/ipx.confd b/net-misc/ipx-utils/files/ipx.confd index ebe98d6460ec..3475f0d40f9c 100644 --- a/net-misc/ipx-utils/files/ipx.confd +++ b/net-misc/ipx-utils/files/ipx.confd @@ -1,42 +1,27 @@ -# 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-misc/ipx-utils/files/ipx.confd,v 1.1 2002/07/22 00:24:51 azarah 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.confd,v 1.2 2004/03/06 03:33:06 vapier Exp $ # Config file for /etc/init.d/ipx - # Automatically selecting a primary interface. - IPX_AUTO_PRIMARY=on - # Automatically creating interfaces. - IPX_AUTO_INTERFACE=on - # Interface to which IPX sockets are bound. - IPX_DEVICE=eth0 - # The IPX frame type to use - IPX_FRAME=802.2 - # Create a special kind of IPX interface that does not # have a physical device or frame type. - IPX_INTERNAL_NET=no - # Network number - IPX_NETNUM=1 - # Node number - IPX_NODENUM=1 - 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" } - |