diff options
author | bde <bde@FreeBSD.org> | 1996-01-05 17:00:27 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-01-05 17:00:27 +0000 |
commit | 401dcd88a2a7c1d8746b2db724fa1accd4813d10 (patch) | |
tree | e165b43fc047ec013fb8665e9f668eb8f44d4de8 /etc/sysconfig | |
parent | deecebe665fc2c2cd7cbe4b443490e9ccaa086bf (diff) | |
download | FreeBSD-src-401dcd88a2a7c1d8746b2db724fa1accd4813d10.zip FreeBSD-src-401dcd88a2a7c1d8746b2db724fa1accd4813d10.tar.gz |
Fixed initialization of $local_startup. sysconfig attempted to run
/usr/X11R6/etc/rc.d every time it was sourced.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r-- | etc/sysconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 51d2654..bdb750a 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,12 +4,12 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.28 1995/11/13 21:18:24 markm Exp $ +# $Id: sysconfig,v 1.29 1995/12/28 01:24:04 jkh Exp $ ######################### Start Of Local Configuration Section ########### # Location of local startup directories. -local_startup=/usr/local/etc/rc.d /usr/X11R6/etc/rc.d +local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" ######################### End Of Local Configuration Section ############# |