diff options
author | 2004-10-05 22:29:54 +0000 | |
---|---|---|
committer | 2004-10-05 22:29:54 +0000 | |
commit | 5d9846910ee328e5f2bba9ffa13a33769e3af99e (patch) | |
tree | 8d825bd6efd0664234478decb29d3e6d88037f64 /sys-apps/xinetd/files | |
parent | use net, not need it #33161 (Manifest recommit) (diff) | |
download | gentoo-2-5d9846910ee328e5f2bba9ffa13a33769e3af99e.tar.gz gentoo-2-5d9846910ee328e5f2bba9ffa13a33769e3af99e.tar.bz2 gentoo-2-5d9846910ee328e5f2bba9ffa13a33769e3af99e.zip |
use net, not need it #33161
Diffstat (limited to 'sys-apps/xinetd/files')
-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() { |