diff options
author | pjd <pjd@FreeBSD.org> | 2013-12-19 00:53:11 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-12-19 00:53:11 +0000 |
commit | eb6f81f9021f3d4158de6e6997b0ef6fbd6558e2 (patch) | |
tree | 87957722dd2dc9e1ed5c7d38a3d8fc10d71660f5 /etc/defaults | |
parent | 6eb6964b97c547e904307221837bf891e0baa063 (diff) | |
download | FreeBSD-src-eb6f81f9021f3d4158de6e6997b0ef6fbd6558e2.zip FreeBSD-src-eb6f81f9021f3d4158de6e6997b0ef6fbd6558e2.tar.gz |
Make the world a bit more secure place (hopefully) and turn the casperd on
by default.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index f217f42..ef67391 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -658,7 +658,7 @@ newsyslog_enable="YES" # Run newsyslog at startup. newsyslog_flags="-CN" # Newsyslog flags to create marked files mixer_enable="YES" # Run the sound mixer. opensm_enable="NO" # Opensm(8) for infiniband devices defaults to off -casperd_enable="NO" # casperd(8) daemon +casperd_enable="YES" # casperd(8) daemon ############################################################## ### Jail Configuration (see rc.conf(5) manual page) ########## |