Add "-ll" to ftpd_flags to be consistent with the entry in inetd.conf.
Suggested by lukem@.
This commit is contained in:
parent
9cfba4bb75
commit
c100ff5b4d
|
@ -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 @@ postfix=NO
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue