summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2014-08-25No more /etc/X11/fsMatthieu Herrb
2014-08-25Add a generic system-wide /usr/share/misc/mime.types file that can beReyk Floeter
included in httpd.conf. httpd(8) now supports both mime.types flavours with or without semicolon at the end of the line (nginx- or apache-style). Discussed with many, with input from halex@ OK halex@
2014-08-25snmpd cannot reloadAlexander Hall
ok reyk@
2014-08-25Put _rc_err argument under quotes to respect the syntax we are passing.Antoine Jacoutot
2014-08-24Fix reversed logic.Antoine Jacoutot
ok schwarze@
2014-08-24Drop uneeded parenthesis in usage().Antoine Jacoutot
ok schwarze@
2014-08-24Drop unused variables.Antoine Jacoutot
2014-08-24In debug mode, make it clear when we are using the default flags whenAntoine Jacoutot
none are set. initial patch from me but reworked by schwarze@ ok schwarze@
2014-08-24In debug mode (`-d'), only print the flags relevant to the rc.d(8) we areAntoine Jacoutot
calling instead of all flags which makes it very difficult to see the information we actually need. ok schwarze@ robert@
2014-08-23Shrink this to the minimum, but reference /etc/examples/pf.confTheo de Raadt
(someone should really sit down and flesh out the examples)
2014-08-22disable use of bind in base; in the base use nsd/unbound instead.Theo de Raadt
a proper & complete bind port will show up. discussed with many for years
2014-08-22Set the default nfsd flags to "-tun 4". Matches the commentJonathan Gray
in rc.conf and the behaviour of the backwards compatibility code in rc.subr for nfs_server=YES. ok ajacoutot@
2014-08-21Drop sanitation, _rc_parse_conf does this for us already.Antoine Jacoutot
ok schwarze@
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-08-17Execute /etc/netstart using sh(1) instead of sourcing it.Antoine Jacoutot
Committing early to make sure we have time to fix any side-effect. ok deraadt@
2014-08-17When running interactively, display the output of the "check" actionAntoine Jacoutot
(ok or failed) like we do with all other actions. ok jung@ rpe@
2014-08-13Add /usr/X11R6/share/X11/app-defaultsMatthieu Herrb
2014-08-11Typo.Antoine Jacoutot
ok kili@
2014-08-11Let _rc_parse_conf stick to parsing /etc/rc.conf and /etc/rc.conf.localMatthias Kilian
if it's invoked without parameters. It's simpler than adding adding /etc/rc.conf and /etc/rc.conf.local parameters whereever _rc_parse_conf is used (e.g. /etc/rc and /etc/netstart). While here, replace a for foo in "$@"; do something; done by for foo; do something; done ok aja@
2014-08-11Make it possible to pass arguments to _rc_parse_conf().Antoine Jacoutot
ok robert@
2014-08-06Change grammar to remove a shift/reduce conflict that was introducedReyk Floeter
with the ssl options. "listen on $ip port 443 ssl" turns into "listen on $ip ssl port 443". ok florian@
2014-08-05Add configuration options for the most-important connection limits:Reyk Floeter
max requests (per connection) and timeout. We don't want to add too many button, and there are good defaults, but these ones are kind of mandatory.
2014-08-04enable httpd; ok deraadt@Christian Weisgerber
2014-08-04Add HTTPS server example.Reyk Floeter
2014-08-04Change grammar from "log [style]" to "log style [style]".Reyk Floeter
2014-08-03The first server example should be the "minimal default" to illustrateReyk Floeter
that you don't have to push all kinds of buttons to run httpd.
2014-08-03More examples, include FastCGI for php and cgi-bin and logging.Reyk Floeter
2014-08-01Don't return, just skip over non existing rc.conf or rc.conf.local file.Robert Peichaer
OK ajacoutot@ halex@
2014-07-31In debug mode, properly sort and drop duplicates so that we don't endAntoine Jacoutot
up with a confusing output like: multicast_host >NO< <...> multicast_host >YES< Also properly evaluate values _after_ running _rc_quirks() because these can modify flags. ok robert@ halex@
2014-07-30Fix evil typo (multicast_hosts -> multicast_host).Antoine Jacoutot
2014-07-30Add "location" keyword to specify path-specific configuration inReyk Floeter
servers, for example auto index for a sub-directory only. Internally, a "location" is just a special type of a "virtual" server.
2014-07-29Add extended directory index options: "[no] index" and "[no] auto index".Reyk Floeter
The option "directory auto index" implements basic directory listing and is turned off by default. ok deraadt@
2014-07-26Add more examples. Requested by deraadt@Reyk Floeter
2014-07-23httpd.conf can be installed 0644 instead of 0600 like relayd.conf.Reyk Floeter
ok ajacoutot@ benno@
2014-07-23Add httpd.conf.Antoine Jacoutot
2014-07-23Trailing whitespace.Antoine Jacoutot
2014-07-22add 5.7 firmware keyStuart Henderson
2014-07-22Revert revisions 1.88-1.94 but keep recent relevant changes.Antoine Jacoutot
The `+' sign was added by mistake thinking it was doing something else. ok schwarze@
2014-07-22Enable httpd(8) in the builds to get more testing, feedback andReyk Floeter
improvements. It is not "finished" but serves static files. ok deraadt@
2014-07-22Repair two deep targets mistakenly called as afterinstall, ratherTheo de Raadt
than distribution. These would modify files in /etc, part of the base set, but still... that makes it harder to discern their sets placement.
2014-07-22Add initial httpd.conf(5) example for httpd(8)Reyk Floeter
Requested by deraadt@
2014-07-21net.inet6.ip6.accept_rtadv is goneChristian Weisgerber
2014-07-215.7 packages keyChristian Weisgerber
2014-07-215.7 base keyTheo de Raadt
2014-07-20Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait().Robert Peichaer
- no need to start spamd in background mode - return from rc_start() in case spamd failed to start - execute spamd-setup without explicitly waiting for spamd prodded by, discussed with and OK ajacoutot@
2014-07-20no longer play with /dev/logTheo de Raadt
2014-07-19Print a warning message if the files with the random seed are notAlexander Bluhm
writeable during shutdown. This prevents ugly error messages when the machine is rebooted from singe-user without mounting the file systems read-write. suggested by deraadt@
2014-07-18Since syslog messages are now sent via the sendsyslog(2) system call,Theo de Raadt
we no longer need the spread of dev/log AF_UNIX sockets all over the various chroot spaces. ok beck millert aja
2014-07-18ugly ugly whitespaceTheo de Raadt
2014-07-18Follow the recent addition of /usr/local/lib/pkgconfig and addAntoine Jacoutot
/usr/local/share/pkgconfig ok sthen@