summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 080f246..06d5615 100644
--- a/etc/rc
+++ b/etc/rc
@@ -646,6 +646,16 @@ fi
echo -n 'Additional ABI support:'
+# Load the SysV IPC API if requested.
+case ${sysvipc_enable} in
+[Yy][Ee][Ss])
+ echo -n ' sysvipc'
+ kldload sysvmsg >/dev/null 2>&1
+ kldload sysvsem >/dev/null 2>&1
+ kldload sysvshm >/dev/null 2>&1
+ ;;
+esac
+
# Start the Linux binary compatibility if requested.
#
case ${linux_enable} in
OpenPOWER on IntegriCloud