diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-09-14 02:44:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-09-14 02:44:49 +0000 |
commit | 1e3c538dfb51fe3248b50891687fd5e42831bcc7 (patch) | |
tree | 163aa1e886a271773fa848d08e4e1a6b2a8aa799 /etc/sysconfig | |
parent | d189bfa4d3953daf92312e1c8c6a847802750229 (diff) | |
download | src-1e3c538dfb51fe3248b50891687fd5e42831bcc7.tar.gz src-1e3c538dfb51fe3248b50891687fd5e42831bcc7.zip |
Add checks for pcnfsd (flag to mountd must be added in this case)
and Apache httpd, so a user can be brought up to speed quickly.
Notes
Notes:
svn path=/head/; revision=10716
Diffstat (limited to 'etc/sysconfig')
-rw-r--r-- | etc/sysconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index c9724674d4bf..29328697d694 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # 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.19 1995/08/10 16:25:57 ache Exp $ +# $Id: sysconfig,v 1.20 1995/08/23 07:12:16 jkh Exp $ ######################### Start Of Syscons Section ####################### @@ -143,6 +143,15 @@ yppasswddflags="NO" # For most hosts, flags should be "-b /etc/namedb/named.boot" namedflags="NO" +# Set to YES if you run PC-NFSD (see /usr/ports/net/pcnfsd) for +# sharing filesystems with DOS/Windows PCs. +pcnfsd=NO + +# Set to YES if you have the Apache WEB server (see /sur/ports/net/apache) +# installed and want to run it at system startup time (this is better than +# running it from inetd if you're running a dedicated WWW server). +apache_httpd=NO + # Set to YES if you want to run the X-10 power controller daemon xtend=NO |