From 36d9e3521826f732a3e500c5f303cef9c7b4604d Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 18 Sep 1995 19:17:14 +0000 Subject: Removed startup code for pcnfsd and apache. These don't even exist in FreeBSD and should never have got in here. Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible solution. Added a local configuration area to sysconfig. --- etc/sysconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'etc/sysconfig') diff --git a/etc/sysconfig b/etc/sysconfig index 6d7e6f0..d4e1460 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,14 @@ # 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.21 1995/09/14 02:44:49 jkh Exp $ +# $Id: sysconfig,v 1.22 1995/09/14 23:17:13 jkh Exp $ + +######################### Start Of Local Configuration Section ########### + +# Location of local startup files. +local_startup=/usr/local/etc + +######################### End Of Local Configuration Section ############# ######################### Start Of Syscons Section ####################### -- cgit v1.1