xten isn't needed after tw is gone.

Approved by: re@ (scottl)
This commit is contained in:
Warner Losh 2003-04-27 05:49:53 +00:00
parent 9fe74c43d0
commit e50dfdc9ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114115
7 changed files with 0 additions and 28 deletions

View File

@ -162,8 +162,6 @@ rarpd_enable="NO" # Run rarpd (or NO).
rarpd_flags="" # Flags to rarpd. rarpd_flags="" # Flags to rarpd.
bootparamd_enable="NO" # Run bootparamd (or NO). bootparamd_enable="NO" # Run bootparamd (or NO).
bootparamd_flags="" # Flags to bootparamd bootparamd_flags="" # Flags to bootparamd
xtend_enable="NO" # Run the X-10 power controller daemon.
xtend_flags="" # Flags to xtend (if enabled).
pppoed_enable="NO" # Run the PPP over Ethernet daemon. pppoed_enable="NO" # Run the PPP over Ethernet daemon.
pppoed_provider="*" # Provider and ppp(8) config file entry. pppoed_provider="*" # Provider and ppp(8) config file entry.
pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled). pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled).

View File

@ -45,10 +45,4 @@ case ${ibcs2_enable} in
;; ;;
esac esac
case ${xtend_enable} in
[Yy][Ee][Ss])
echo -n ' xtend'; /usr/libexec/xtend
;;
esac
echo '.' echo '.'

View File

@ -45,10 +45,4 @@ case ${ibcs2_enable} in
;; ;;
esac esac
case ${xtend_enable} in
[Yy][Ee][Ss])
echo -n ' xtend'; /usr/libexec/xtend
;;
esac
echo '.' echo '.'

View File

@ -15,7 +15,6 @@ man
sshd sshd
bind bind
uucp uucp
xten
pop pop
www www
nobody nobody

View File

@ -18,7 +18,6 @@ mailnull:*:26:
guest:*:31: guest:*:31:
bind:*:53: bind:*:53:
uucp:*:66: uucp:*:66:
xten:*:67:
dialer:*:68: dialer:*:68:
network:*:69: network:*:69:
www:*:80: www:*:80:

View File

@ -41,7 +41,6 @@ toor: root
tty: root tty: root
usenet: news usenet: news
uucp: root uucp: root
xten: root
# Well-known aliases -- these should be filled in! # Well-known aliases -- these should be filled in!
# manager: # manager:

View File

@ -53,22 +53,11 @@ ibcs2_compat()
fi fi
} }
# X-10 Daemon
#
x10_daemon()
{
if checkyesno xtend_enable; then
echo -n ' xtend'
/usr/libexec/xtend
fi
}
_arch=`${SYSCTL_N} hw.machine` _arch=`${SYSCTL_N} hw.machine`
echo -n "Initial $_arch initialization:" echo -n "Initial $_arch initialization:"
case $_arch in case $_arch in
i386) i386)
ibcs2_compat ibcs2_compat
x10_daemon
;; ;;
alpha) alpha)
osf1_compat osf1_compat