Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Add a note telling that ftpd_flags should always co...



details:   https://anonhg.NetBSD.org/src/rev/533810a54e9b
branches:  trunk
changeset: 583472:533810a54e9b
user:      peter <peter%NetBSD.org@localhost>
date:      Mon Aug 08 00:19:37 2005 +0000

description:
Add a note telling that ftpd_flags should always contain "-D".
Suggested by lukem@.

diffstat:

 etc/rc.d/ftpd |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 866d75bc3f3e -r 533810a54e9b etc/rc.d/ftpd
--- a/etc/rc.d/ftpd     Sun Aug 07 20:33:41 2005 +0000
+++ b/etc/rc.d/ftpd     Mon Aug 08 00:19:37 2005 +0000
@@ -1,11 +1,15 @@
 #!/bin/sh
 #
-# $NetBSD: ftpd,v 1.1 2005/08/04 22:28:17 peter Exp $
+# $NetBSD: ftpd,v 1.2 2005/08/08 00:19:37 peter Exp $
 #
 
 # PROVIDE: ftpd
 # REQUIRE: LOGIN
 # KEYWORD: shutdown
+#
+#      Note that ftpd_flags should always contain the flag "-D", otherwise
+#      ftpd(8) will not start.
+#
 
 $_rc_subr_loaded . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index