From eb865f3871f34943e999853ddc4768ecdb89e114 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Wed, 1 Jun 1994 17:04:01 +0000 Subject: [PATCH] Added if [ -x /usr/libexec/xtend ]; then echo -n ' xtend'; /usr/libexec/xtend fi to etc/rc --- etc/rc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index 1ccc284955c7..2d3b6ee869e6 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