summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-06-05 16:03:57 +0000
committerats <ats@FreeBSD.org>1994-06-05 16:03:57 +0000
commit431ebc1c53f9ca374965390d21776fc5cc252317 (patch)
tree038defcfd2965fc0a15c2cf8927c5d18afc2a05b /etc/rc
parent3158d42d83bdf1841538bd4be351040ed7ab0b76 (diff)
downloadFreeBSD-src-431ebc1c53f9ca374965390d21776fc5cc252317.zip
FreeBSD-src-431ebc1c53f9ca374965390d21776fc5cc252317.tar.gz
Comment out the startup of the xtend daemon by default.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index 51c426f..ea0c4b3 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.24 1994/06/01 17:04:01 paul Exp $
+# $Id: rc,v 1.25 1994/06/04 00:43:59 ache Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -213,9 +213,9 @@ echo '.'
mount -a -t nfs >/dev/null 2>&1 & # XXX shouldn't need background
-if [ -x /usr/libexec/xtend ]; then
- echo -n ' xtend'; /usr/libexec/xtend
-fi
+# if [ -x /usr/libexec/xtend ]; then
+# echo -n ' xtend'; /usr/libexec/xtend
+# fi
# Make shared lib searching a little faster. Leave /usr/lib first if you
# add your own entries or you may come to grief.
OpenPOWER on IntegriCloud