summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2009-03-10do not give an example which implies people should put their hostname onTheo de Raadt
127.0.0.1 or ::1 lots of discussion with many, but ok krw
2009-03-05add _smtpd to ftpusersGilles Chehade
2009-03-04add _smtpd, ok deraadt@Gilles Chehade
2009-03-04add user and group for smtpdGilles Chehade
discussed with pyr@ and deraadt@
2009-03-04Don't synchronise carp states in default PF ruleset, these get createdRyan Thomas McBride
on each host and end up conflicting, so they never sync anyways. ok dlg henning
2009-03-01regenMiod Vallat
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
(and MVME327 SCSI and MVME376 Ethernet, to provide a complete system).
2009-03-01Support for MVME165 board - code written in april 2006, eventually debuggedMiod Vallat
last month.
2009-02-23A newruleset that contains actual blocks people can use if theyTheo de Raadt
uncomment them. this is no longer a sample. everything in here now must be completely legit. discussed at length with henning, claudio, and sthen ok sthen
2009-02-14ftpd(8) allows users to connect when listed in /etc/ftpchroot too;Igor Sobrado
this change has been suggested by form@ as a part of a larger issue we are looking at right now. grammatical review by jmc@ ok millert@
2009-02-13nobody is for NFS, and nobody should *&^#@$ use it for anything elseTheo de Raadt
2009-02-10Fix some typosgiovanni
ok sthen@
2009-02-08Move to 4.5-BETAMiod Vallat
2009-02-06regenAlexander Yurchenko
2009-02-06Bump the number of /dev/sd* files on usb-capable archs. With modernAlexander Yurchenko
all-in-one usb card readers and memory sticks you run out of sd device files very quickly with default install. This doesn't affect install media. ok krw@ miod@
2009-02-06Use $Mdocdate$ instead of date(1).Alexander Yurchenko
ok miod@
2009-01-30use a consistent spacing in expressions and wordlists.Igor Sobrado
2009-01-25regenMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-22use the same spacing style as in /etc/ftpchroot and /etc/ftpusers;Igor Sobrado
it is more consistent and easier to read.
2009-01-22write ftpd(8) in a more appropriate way.Igor Sobrado
2008-12-29update root.hint; IPv6 address for L-root addedJakob Schlyter
2008-12-23Link the directory containing the MIB definitions for snmpd(8).Reyk Floeter
2008-12-11Bump size of isakmpd RSA host key up to 2048 bits to match theChristian Weisgerber
SSH2-RSA size; ok hshoexer@, no objection from miod@
2008-11-30syncJacob Meuser
2008-11-30make 'MAKEDEV all' create device nodes for 3 separate audio devicesJacob Meuser
instead of just 1. ok todd@
2008-11-27Add bt=YES to /etc/rc.conf.local to start the daemonUwe Stuehler
2008-11-26aliases is sorted alphabetically, so move up '_btd'.Felix Kronlage
pointed out by jmc@
2008-11-26add '_btd' to the aliases too. of course, I forgot that.Felix Kronlage
spotted by rainer@, ok uwe@
2008-11-25add '_btd' here too.Felix Kronlage
2008-11-25add user '_btd' for the bluetooth daemon.Felix Kronlage
discussed with and ok uwe@
2008-11-25delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed.Markus Friedl
ok fries, hshoexer, claudio
2008-11-13back out bloaty bullshit from IANATheo de Raadt
2008-11-13Add openvpn, gpsd and subversion, from IANA. ok djm@Ian Darwin
2008-10-10syncTheo de Raadt
2008-10-10skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3.Theo de Raadt
but that is OK because both minor 3 and 4 now do the same thing. eventually, 2 releases from now, everyone will have forgotten about minor 4 and we can delete the support code for it from sys/dev/rnd.c various versions of this looked at by millert and todd
2008-10-10show examples for sensors. use nmea as suggested by mbalmer, henning agrees.Stuart Henderson
2008-10-03sync with grand.central.org; prompted by pr#5817Todd T. Fries
2008-10-03New option -D to daemonize spamd-setup for early bootup use. This avoidsTheo de Raadt
spamd-setup hanging if there are various (network?) issues and the system not proceeding to multiuser so that this can be debugged. We do not use & for startup in /etc/rc because this makes the spamd-setup a child of the rc scripts after bootup (that is gross) Problem reported in PR 5864, change discussed with beck, ok millert
2008-10-03Remove shared-network from the sample config, people who needStuart Henderson
that should expect to read the manual anyway and it's caused some confusion in the past. Add example entries for fixed-address and pxeboot. ok krw@
2008-10-02Monitor various named files for changes (root.hint and the standard zones).Stuart Henderson
Closes PR 5625 ok ajacoutot@, jakob@
2008-10-01typo; Daniel DickmanTheo de Raadt
2008-09-27- missing documentation bits for trusted-usersMartynas Venckus
- spamd(8) configuration now lives in /etc/mail, too - sort some items that were out of order ok jmc@. no objections millert@
2008-09-27remove extra '#'. ok millert@, jmc@Martynas Venckus
2008-09-24syncTodd T. Fries
2008-09-24enable /dev/xfs0 creation like other archs in the 'all' modeTodd T. Fries
yes, I know, afs on vax, who would want this?
2008-08-29remove BIND's delegation-only from default config files.Jakob Schlyter
ok djm@ millert@
2008-08-25regenJoel Sing
2008-08-25Add USB devices.Joel Sing
ok miod@ jasper@
2008-08-24remove the ls=ls -gCF alias: we already have an alias for ls (-CF),Jason McIntyre
and now that the behaviour of -g has changed to be more in line with posix, we get group ID by default anyway; kick started by PR 5784 from Jacek Masiulaniec; discussed with otto and sobrado; ok deraadt millert