From 4e50c6b024e07e7f6b4b05483ae1f36c842c6339 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Oct 2004 22:28:39 +0000 Subject: use net, not need it #33161 --- sys-apps/xinetd/files/xinetd.rc6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps/xinetd/files') 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() { -- cgit v1.2.3-65-gdbad