diff options
-rw-r--r-- | etc/rc | 2 | ||||
-rw-r--r-- | etc/rc.d/lomac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -597,7 +597,7 @@ mkdir -m 1777 /tmp/.X11-unix # Load LOMAC(4) security if wanted. case ${lomac_enable} in [Yy][Ee][Ss]) - kldload lomac >/dev/null 2>&1 + kldload mac_lomac >/dev/null 2>&1 ;; esac diff --git a/etc/rc.d/lomac b/etc/rc.d/lomac index 9919ed0..9282360 100644 --- a/etc/rc.d/lomac +++ b/etc/rc.d/lomac @@ -12,7 +12,7 @@ name="lomac" rcvar=`set_rcvar` -start_cmd="kldload lomac >/dev/null 2>&1" +start_cmd="kldload mac_lomac >/dev/null 2>&1" stop_cmd=":" load_rc_config $name |