summaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rw-r--r--etc/defaults/rc.conf2
-rw-r--r--etc/etc.amd64/rc.amd646
-rw-r--r--etc/etc.i386/rc.i3866
-rw-r--r--etc/ftpusers1
-rw-r--r--etc/group1
-rw-r--r--etc/mail/aliases1
-rw-r--r--etc/rc.d/archdep11
7 files changed, 0 insertions, 28 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 36ace89..ad5e246 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -162,8 +162,6 @@ rarpd_enable="NO" # Run rarpd (or NO).
rarpd_flags="" # Flags to rarpd.
bootparamd_enable="NO" # Run bootparamd (or NO).
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_provider="*" # Provider and ppp(8) config file entry.
pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled).
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index d3c12ae..5ff9f05 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -45,10 +45,4 @@ case ${ibcs2_enable} in
;;
esac
-case ${xtend_enable} in
-[Yy][Ee][Ss])
- echo -n ' xtend'; /usr/libexec/xtend
- ;;
-esac
-
echo '.'
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index d3c12ae..5ff9f05 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -45,10 +45,4 @@ case ${ibcs2_enable} in
;;
esac
-case ${xtend_enable} in
-[Yy][Ee][Ss])
- echo -n ' xtend'; /usr/libexec/xtend
- ;;
-esac
-
echo '.'
diff --git a/etc/ftpusers b/etc/ftpusers
index 1c4e238..ea9ce8e 100644
--- a/etc/ftpusers
+++ b/etc/ftpusers
@@ -15,7 +15,6 @@ man
sshd
bind
uucp
-xten
pop
www
nobody
diff --git a/etc/group b/etc/group
index 497ce45..a155cb2 100644
--- a/etc/group
+++ b/etc/group
@@ -18,7 +18,6 @@ mailnull:*:26:
guest:*:31:
bind:*:53:
uucp:*:66:
-xten:*:67:
dialer:*:68:
network:*:69:
www:*:80:
diff --git a/etc/mail/aliases b/etc/mail/aliases
index f48b6e8..cad9411 100644
--- a/etc/mail/aliases
+++ b/etc/mail/aliases
@@ -41,7 +41,6 @@ toor: root
tty: root
usenet: news
uucp: root
-xten: root
# Well-known aliases -- these should be filled in!
# manager:
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