Source-Changes-HG archive

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

[src/trunk]: src/etc/defaults Add "-ll" to ftpd_flags to be consistent with t...



details:   https://anonhg.NetBSD.org/src/rev/8d7308d05b02
branches:  trunk
changeset: 583473:8d7308d05b02
user:      peter <peter%NetBSD.org@localhost>
date:      Mon Aug 08 00:20:46 2005 +0000

description:
Add "-ll" to ftpd_flags to be consistent with the entry in inetd.conf.
Suggested by lukem@.

diffstat:

 etc/defaults/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 533810a54e9b -r 8d7308d05b02 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Mon Aug 08 00:19:37 2005 +0000
+++ b/etc/defaults/rc.conf      Mon Aug 08 00:20:46 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.66 2005/08/07 01:03:39 peter Exp $
+#      $NetBSD: rc.conf,v 1.67 2005/08/08 00:20:46 peter Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -196,7 +196,7 @@
 lpd=NO                 lpd_flags="-s"          # -s "secure" unix domain only
 sshd=NO                        sshd_flags=""
 ssh_keygen_flags="-b 1024"     # generate 1024 bit keys if host keys missing
-ftpd=NO                        ftpd_flags="-D"
+ftpd=NO                        ftpd_flags="-D -ll"
 
 # sendmail can now be run either as a suid root binary or as a sgid
 # smmsp binary.  In the former case, you must not have the file



Home | Main Index | Thread Index | Old Index