summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-11-26 04:29:30 +0000
committerMamoru Komachi <usata@gentoo.org>2003-11-26 04:29:30 +0000
commit9e45ac63a5a3c4426b9cce43596a0ecd9c796547 (patch)
treeb500a9002cf854a918b234b52200d7f2e59850ba /net-misc/ndtpd
parentFixed sandbox error. (diff)
downloadhistorical-9e45ac63a5a3c4426b9cce43596a0ecd9c796547.tar.gz
historical-9e45ac63a5a3c4426b9cce43596a0ecd9c796547.tar.bz2
historical-9e45ac63a5a3c4426b9cce43596a0ecd9c796547.zip
Changed need net to use net. See bug 33161
Diffstat (limited to 'net-misc/ndtpd')
-rw-r--r--net-misc/ndtpd/ChangeLog5
-rw-r--r--net-misc/ndtpd/Manifest4
-rw-r--r--net-misc/ndtpd/files/ndtpd.initd4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/ndtpd/ChangeLog b/net-misc/ndtpd/ChangeLog
index 20d5721dc91d..e7b9bc477404 100644
--- a/net-misc/ndtpd/ChangeLog
+++ b/net-misc/ndtpd/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-misc/ndtpd
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v 1.3 2003/09/18 12:32:10 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v 1.4 2003/11/26 04:29:26 usata Exp $
*ndtpd-3.1.5 (01 Sep 2003)
+ 26 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> files/ndtpd.initd:
+ Changed need net to use net, see bug #33161
+
18 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> metadata.xml,
ndtpd-3.1.5.ebuild:
Marked as stable. Changed herd from cjk to no-herd
diff --git a/net-misc/ndtpd/Manifest b/net-misc/ndtpd/Manifest
index f12d504610c8..3e57b24209a4 100644
--- a/net-misc/ndtpd/Manifest
+++ b/net-misc/ndtpd/Manifest
@@ -1,5 +1,5 @@
MD5 f331fd5874bb353f3a38c72dc39bc080 ndtpd-3.1.5.ebuild 1519
MD5 043e2d431237aeec1769801a5b0214df metadata.xml 251
-MD5 f8f90b0a01a01d1ae8d52665d584f7d2 ChangeLog 641
-MD5 5c6f54ce028093ee75384ec41ae5e8a3 files/ndtpd.initd 680
+MD5 2fbd39b596c2ae0f48447e6e78c0dd9c ChangeLog 756
+MD5 47643e3514ba4d9dbff244d43e790933 files/ndtpd.initd 679
MD5 c50d3bad7e4228c971eeb2507f0de06f files/digest-ndtpd-3.1.5 63
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() {