if [ -x /usr/libexec/xtend ]; then
          echo -n ' xtend';   /usr/libexec/xtend
     fi

to etc/rc
This commit is contained in:
Paul Richards 1994-06-01 17:04:01 +00:00
parent ef71329dfe
commit eb865f3871
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1668

6
etc/rc
View file

@ -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