summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/archdep
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/archdep')
-rw-r--r--etc/rc.d/archdep11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep
index 2935283..4d5db87 100644
--- a/etc/rc.d/archdep
+++ b/etc/rc.d/archdep
@@ -53,22 +53,11 @@ ibcs2_compat()
fi
}
-# X-10 Daemon
-#
-x10_daemon()
-{
- if checkyesno xtend_enable; then
- echo -n ' xtend'
- /usr/libexec/xtend
- fi
-}
-
_arch=`${SYSCTL_N} hw.machine`
echo -n "Initial $_arch initialization:"
case $_arch in
i386)
ibcs2_compat
- x10_daemon
;;
alpha)
osf1_compat
OpenPOWER on IntegriCloud