summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-27 05:49:53 +0000
committerimp <imp@FreeBSD.org>2003-04-27 05:49:53 +0000
commit1bf91a17ef38b09980697f9ebd227d799618d360 (patch)
treeb42220525f4d65c4d304b2c9259b9fd2a6c080a2 /etc/rc.d
parentce6ed33017f2dc4ea1bfd31709a1cee12473dc60 (diff)
downloadFreeBSD-src-1bf91a17ef38b09980697f9ebd227d799618d360.zip
FreeBSD-src-1bf91a17ef38b09980697f9ebd227d799618d360.tar.gz
xten isn't needed after tw is gone.
Approved by: re@ (scottl)
Diffstat (limited to 'etc/rc.d')
-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