summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-03-12 21:09:15 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-03-12 21:09:15 +0000
commita7efb70ebd3929b2d993b966862c626b387c6978 (patch)
tree6743457e07243d91f830fd996ab71bef1d2b94b0 /etc
parent7da2c6720fa84d7ac5c145f45899974b3d7d793d (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf1
-rw-r--r--etc/rc.d/lomac19
2 files changed, 0 insertions, 20 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 1145d311d345..384be74cfcbc 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 84b571816f81..000000000000
--- 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"