diff options
author | jkh <jkh@FreeBSD.org> | 1995-09-19 08:33:43 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-09-19 08:33:43 +0000 |
commit | 510222472c88b031fa5a8db4563198ccdd4d9b94 (patch) | |
tree | 257c811fe0e2926d65c5724f7097c9e74004025a /etc/sysconfig | |
parent | a50926b94b1df196932a9b68db00e7e6ca9d4f47 (diff) | |
download | FreeBSD-src-510222472c88b031fa5a8db4563198ccdd4d9b94.zip FreeBSD-src-510222472c88b031fa5a8db4563198ccdd4d9b94.tar.gz |
Bring my fixes over from 2.1.
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 d4e1460..76f9975 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.22 1995/09/14 23:17:13 jkh Exp $ +# $Id: sysconfig,v 1.23 1995/09/18 19:17:14 paul Exp $ ######################### Start Of Local Configuration Section ########### # Location of local startup files. -local_startup=/usr/local/etc +local_startup=/usr/local/etc/rc.local.d ######################### End Of Local Configuration Section ############# |