diff options
-rw-r--r-- | etc/defaults/rc.conf | 1 | ||||
-rw-r--r-- | etc/rc.d/lomac | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 1145d31..384be74 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -456,7 +456,6 @@ ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aou # a.out shared library search paths kern_securelevel_enable="NO" # kernel security level (see init(8)), kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure -lomac_enable="NO" # start lomac(4) security module at boot update_motd="YES" # update version info in /etc/motd (or NO) unaligned_print="YES" # print unaligned access warnings on the alpha (or NO). entropy_file="/entropy" # Set to NO to disable caching entropy through reboots. diff --git a/etc/rc.d/lomac b/etc/rc.d/lomac deleted file mode 100644 index 84b5718..0000000 --- a/etc/rc.d/lomac +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: lomac -# REQUIRE: mountcritremote -# BEFORE: syslogd -# KEYWORD: nojail - -. /etc/rc.subr - -name="lomac" -rcvar=`set_rcvar` -start_cmd="kldload mac_lomac >/dev/null 2>&1" -stop_cmd=":" - -load_rc_config $name -run_rc_command "$1" |