diff options
Diffstat (limited to 'etc/rc.d/lomac')
-rw-r--r-- | etc/rc.d/lomac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |