diff options
Diffstat (limited to 'sys-apps/xinetd/files/xinetd.rc6')
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |