summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-06-01 17:04:01 +0000
committerpaul <paul@FreeBSD.org>1994-06-01 17:04:01 +0000
commit94a4079f7518093e6e8b5eda6ca358266cf05c62 (patch)
tree25ca42e7c4406b6604694ecf5fdb2b6cf87f4e14 /etc/rc
parent3549c2a452e0b8e42bf8c4cb431bf1a0c9d21153 (diff)
downloadFreeBSD-src-94a4079f7518093e6e8b5eda6ca358266cf05c62.zip
FreeBSD-src-94a4079f7518093e6e8b5eda6ca358266cf05c62.tar.gz
Added
if [ -x /usr/libexec/xtend ]; then echo -n ' xtend'; /usr/libexec/xtend fi to etc/rc
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 1ccc284..2d3b6ee 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.22 1994/04/25 15:33:12 jkh Exp $
+# $Id: rc,v 1.23 1994/05/23 11:22:10 ache Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -207,6 +207,10 @@ 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
+
# Make shared lib searching a little faster. Leave /usr/lib first if you
# add your own entries or you may come to grief.
if [ -x /sbin/ldconfig ]; then
OpenPOWER on IntegriCloud