diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-11-26 04:29:30 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-11-26 04:29:30 +0000 |
commit | 69dac15be7fa195c8ce78ba6831d1b38f624c15c (patch) | |
tree | 9d9c8f9bfea021cf0c19bd935c7815323b6a392a /net-misc/ndtpd/files | |
parent | Fixed sandbox error. (diff) | |
download | gentoo-2-69dac15be7fa195c8ce78ba6831d1b38f624c15c.tar.gz gentoo-2-69dac15be7fa195c8ce78ba6831d1b38f624c15c.tar.bz2 gentoo-2-69dac15be7fa195c8ce78ba6831d1b38f624c15c.zip |
Changed need net to use net. See bug 33161
Diffstat (limited to 'net-misc/ndtpd/files')
-rw-r--r-- | net-misc/ndtpd/files/ndtpd.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ndtpd/files/ndtpd.initd b/net-misc/ndtpd/files/ndtpd.initd index 2785f2aa2e8e..44201bfc099a 100644 --- a/net-misc/ndtpd/files/ndtpd.initd +++ b/net-misc/ndtpd/files/ndtpd.initd @@ -1,12 +1,12 @@ #!/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/ndtpd/files/ndtpd.initd,v 1.1 2003/09/01 12:26:25 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/files/ndtpd.initd,v 1.2 2003/11/26 04:29:26 usata Exp $ opts="${opts} reload" depend() { - need net + use net } start() { |