diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-05 22:28:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-05 22:28:39 +0000 |
commit | 4e50c6b024e07e7f6b4b05483ae1f36c842c6339 (patch) | |
tree | 576316dfb500d4cbf9f28abedec520b18332bece | |
parent | use net, not need it #33161 (diff) | |
download | historical-4e50c6b024e07e7f6b4b05483ae1f36c842c6339.tar.gz historical-4e50c6b024e07e7f6b4b05483ae1f36c842c6339.tar.bz2 historical-4e50c6b024e07e7f6b4b05483ae1f36c842c6339.zip |
use net, not need it #33161
-rw-r--r-- | sys-apps/netkit-base/files/inetd.rc6 | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc6 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/netkit-base/files/inetd.rc6 b/sys-apps/netkit-base/files/inetd.rc6 index e62453309181..ba0230e3cc3a 100644 --- a/sys-apps/netkit-base/files/inetd.rc6 +++ b/sys-apps/netkit-base/files/inetd.rc6 @@ -1,10 +1,10 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/files/inetd.rc6,v 1.5 2004/07/15 00:45:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/files/inetd.rc6,v 1.6 2004/10/05 22:28:39 vapier Exp $ depend() { - need net + use net } start() { diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index 8262b80571b5..40ec58351e4e 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.rc6 @@ -1,12 +1,12 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.17 2004/07/15 00:53:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.18 2004/10/05 22:28:12 vapier Exp $ opts="start stop reload restart dump check" depend() { - need net + use net } start() { |