[Midnightbsd-cvs] src: rc.conf: add audit, nscd.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 4 12:44:18 EST 2008
Log Message:
-----------
add audit, nscd. Fix kerberos server options. Remove usbd as it's been replaced by devd. Add zfs on/off.
Modified Files:
--------------
src/etc/defaults:
rc.conf (r1.18 -> r1.19)
-------------- next part --------------
Index: rc.conf
===================================================================
RCS file: /home/cvs/src/etc/defaults/rc.conf,v
retrieving revision 1.18
retrieving revision 1.19
diff -L etc/defaults/rc.conf -L etc/defaults/rc.conf -u -r1.18 -r1.19
--- etc/defaults/rc.conf
+++ etc/defaults/rc.conf
@@ -39,27 +39,24 @@
kldxref_enable="NO" # Build linker.hints files with kldxref(8).
kldxref_clobber="NO" # Overwrite old linker.hints at boot.
kldxref_module_path="" # Override kern.module_path. A ';'-delimited list.
-pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
-pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
-pccard_beep="2" # pccard beep type.
-pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
-pccardd_flags="-z" # Additional flags for pccardd.
-pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file
powerd_enable="YES" # Run powerd to lower our power usage.
powerd_flags="-a adaptive -b adaptive" # Flags to powerd (if enabled).
removable_route_flush="YES" # Flush routes when removing an interface
tmpmfs="AUTO" # Set to YES to always create an mfs /tmp, NO to never
tmpsize="20m" # Size of mfs /tmp if created
-tmpmfs_flags="-S -M" # Extra mdmfs options for the mfs /tmp
+tmpmfs_flags="-S" # Extra mdmfs options for the mfs /tmp
varmfs="AUTO" # Set to YES to always create an mfs /var, NO to never
varsize="32m" # Size of mfs /var if created
-varmfs_flags="-S -M" # Extra mount options for the mfs /var
+varmfs_flags="-S" # Extra mount options for the mfs /var
populate_var="AUTO" # Set to YES to always (re)populate /var, NO to never
cleanvar_enable="YES" # Clean the /var directory
local_startup="/usr/local/etc/rc.d" # startup script dirs.
script_name_sep=" " # Change if your startup scripts' names contain spaces
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
+# ZFS support
+zfs_enable="NO" # Set to YES to automatically mount ZFS file systems
+
# Experimental - test before enabling
gbde_autoattach_all="NO" # YES automatically mounts gbde devices from fstab
gbde_devices="NO" # Devices to automatically attach (list, or AUTO)
@@ -98,6 +95,8 @@
### Basic network and firewall/security options: ###
hostname="" # Set this!
+hostid_enable="YES" # Set host UUID.
+hostid_file="/etc/hostid" # File with hostuuid.
nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
dhclient_program="/sbin/dhclient" # Path to dhcp client program.
dhclient_flags="" # Additional flags to pass to dhcp client.
@@ -169,7 +168,7 @@
sppp_interfaces="" # List of sppp interfaces.
#sppp_interfaces="isp0" # example: sppp over ISDN
#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
-gif_interfaces="NO" # List of GIF tunnels (or "NO").
+gif_interfaces="" # List of GIF tunnels.
#gif_interfaces="gif0 gif1" # Examples typically for a router.
# Choose correct tunnel addrs.
#gifconfig_gif0="10.1.1.1 10.1.2.1" # Examples typically for a router.
@@ -211,7 +210,7 @@
#
kerberos5_server_enable="NO" # Run a kerberos 5 master server (or NO).
kerberos5_server="/usr/libexec/kdc" # path to kerberos 5 KDC
-kerberos5_server_flags="" # Additional flags to the kerberos 5 server
+kerberos5_server_flags="--detach" # Additional flags to the kerberos 5 server
kadmind5_server_enable="NO" # Run kadmind (or NO)
kadmind5_server="/usr/libexec/kadmind" # path to kerberos 5 admin daemon
kpasswdd_server_enable="NO" # Run kpasswdd (or NO)
@@ -330,6 +329,10 @@
sdpd_groupname="nobody" # set spdp(8) user/group to run as after
sdpd_username="nobody" # it initializes
+bthidd_enable="NO" # Enable bthidd(8) (or NO)
+bthidd_config="/etc/bluetooth/bthidd.conf" # bthidd(8) configuration file
+bthidd_hids="/var/db/bthidd.hids" # bthidd(8) known HID devices file
+
### Miscellaneous network options: ###
icmp_bmcastecho="NO" # respond to broadcast ping packets
@@ -396,7 +399,7 @@
ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter,
# see /usr/src/contrib/ipfilter/rules
# for examples
-ip6addrctl_enable="NO" # Set to YES to enable default address selection
+ip6addrctl_enable="YES" # Set to YES to enable default address selection
ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages
##############################################################
@@ -430,24 +433,6 @@
##############################################################
-### pcvt console driver options ############################
-##############################################################
-
-pcvt_verbose="NO" # set to YES to enable verbose configuration messages
-pcvt_keymap="NO" # keyboard map in /usr/share/misc/keycap.pcvt (or NO).
-pcvt_keydel="NO" # key repeat delay, 0-3 (250,500,750,1000 msec) (or NO).
-pcvt_keyrate="NO" # keyboard repetition rate 31-0 (2-30 char/sec) (or NO).
-pcvt_keyrepeat="NO" # keyboard repeat ON or OFF (or NO).
-pcvt_force24="NO" # force a 24 line display (when 25 possible) (or NO).
-pcvt_hpext="NO" # use HP extensions (function keys labels) (or NO).
-pcvt_lines="NO" # lines (25, 28, 40, 50 or NO).
-pcvt_blanktime="NO" # blank time (in seconds) (or NO).
-pcvt_cursorh="NO" # cursor top scanline (topmost line is 0) (or NO).
-pcvt_cursorl="NO" # cursor low scanline (bottom line is 16) (or NO).
-pcvt_monohigh="NO" # set intensity to high on monochrome monitors (or NO).
-
-
-##############################################################
### Mail Transfer Agent (MTA) options ######################
##############################################################
@@ -473,17 +458,19 @@
### Miscellaneous administrative options ###################
##############################################################
+auditd_enable="NO" # Run the audit daemon.
+auditd_program="/usr/sbin/auditd" # Path to the audit daemon.
+auditd_flags="" # Which options to pass to the audit daemon.
cron_enable="YES" # Run the periodic job daemon.
cron_program="/usr/sbin/cron" # Which cron executable to run (if enabled).
cron_dst="YES" # Handle DST transitions intelligently (YES/NO)
cron_flags="" # Which options to pass to the cron daemon.
+nscd_enable="NO" # Run the nsswitch caching daemon.
lpd_enable="NO" # Run the line printer daemon.
lpd_program="/usr/sbin/lpd" # path to lpd, if you want a different one.
lpd_flags="" # Flags to lpd (if enabled).
chkprintcap_enable="NO" # Run chkprintcap(8) before running lpd.
chkprintcap_flags="-d" # Create missing directories by default.
-usbd_enable="NO" # Run the usbd daemon.
-usbd_flags="" # Flags to usbd (if enabled).
dumpdev="NO" # Device to crashdump to (device name, AUTO, or NO).
dumpdir="/var/crash" # Directory where crash dumps are to be stored
savecore_flags="" # Used if dumpdev is enabled above, and present.
More information about the Midnightbsd-cvs
mailing list