summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1995-09-18 19:17:14 +0000
committerpaul <paul@FreeBSD.org>1995-09-18 19:17:14 +0000
commit36d9e3521826f732a3e500c5f303cef9c7b4604d (patch)
tree16e65e85fdeb2c77eda5871dae97a2b38c3bb11b /etc/sysconfig
parent2f1196a64aad29784c59ba8eb8384dc16d6ceb8d (diff)
downloadFreeBSD-src-36d9e3521826f732a3e500c5f303cef9c7b4604d.zip
FreeBSD-src-36d9e3521826f732a3e500c5f303cef9c7b4604d.tar.gz
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.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig9
1 files changed, 8 insertions, 1 deletions
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 #######################
OpenPOWER on IntegriCloud