summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2003-01-29/usr/share/doc/html/bind; ok deraadt@Jakob Schlyter
2003-01-24Remove duplicate kerberos entries; ekshell2 should probably just be removedTodd C. Miller
2003-01-20remove directory statement, not needed since we chroot by defaultJakob Schlyter
2003-01-20generated shared secret for rndc/bind9; ok millert@Jakob Schlyter
2003-01-20bind9 configuration filesJakob Schlyter
2003-01-20Add /var/empty/devTodd C. Miller
2003-01-20Add a /var/empty/dev/log socket for things that chroot to /var/empty.Todd C. Miller
2003-01-16more up to date, some input by todd@Bruno Rohee
2003-01-16include boots into the snapMichael Shalayeff
2003-01-15Allow outbound ping in initial pf rules.Camiel Dobbelaar
dhclient needs this to validate old (but valid) leases in /var/db/dhclient.leases in case it needs to fall back to such a lease. (the dhcp server can be down or not responding) Reported by Chris Jepeway. "makes sense" henning dhartmei
2003-01-14use /var/tmp as default temporary directory when building locate database. ↵Jakob Schlyter
ok millert@
2003-01-06Handle wsconsctl.conf entries that contain spaces, e.g.Marco S Hyman
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@
2003-01-06syncTodd T. Fries
2003-01-06one more tweak for _lkm; ok deraadt@Todd T. Fries
2003-01-06syncronous -> synchronousMiod Vallat
2003-01-06syncTheo de Raadt
2003-01-06_lkm group for modstat(8); millert okTheo de Raadt
2003-01-03Remove screenblank section; reported by Andrey Matveev.Miod Vallat
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
well as the few userland tools which were only used on these platforms.
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-12-30#set limit states unlimited -> 10000, as unlimited is not valid syntax.Daniel Hartmeier
2002-12-30Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion aboutRyan Thomas McBride
icmp protocol naming particularly with pfctl, since the manpage is icmp6(4) (not ipv6-icmp(4)). suggested by espie@, cleared with deraadt@, ok dhartmei@
2002-12-30put bin dirs before sbin dirs in PATH for consistency with other cron scriptsTodd C. Miller
2002-12-27add _spamd pseudo-account; ok deraadt@Dan Harnett
2002-12-27spewd-setup should read spamd-setuplebel
2002-12-27spamd startup stuffTheo de Raadt
2002-12-25Regen.Miod Vallat
2002-12-25Fix st(4) block major. Gasp.Miod Vallat
2002-12-24_spamdTheo de Raadt
2002-12-24Simpler default block.Ryan Thomas McBride
ok deraadt@
2002-12-23default optimization is "normal", not "default"Henning Brauer
2002-12-23missing }Henning Brauer
2002-12-23-list options with default valuesHenning Brauer
-correct order -various spelling/grammar/consistency from David Krause with feedback from dhartmei@
2002-12-21sample spamd stuffTheo de Raadt
2002-12-19indent so it is more clear, add spews thingTheo de Raadt
2002-12-16s/maxium/maximum/g ; Jesper Louis AndersenTodd C. Miller
2002-12-15add /etc/ntp.conf. ok deraadt@Jakob Schlyter
2002-12-15add ssdp 1900/{tcp.udp}. ok deraadt@Jakob Schlyter
2002-12-15record failed login attemps by default, aka enable /var/log/failedlogin.Federico G. Schwindt
pval@ millert@ ok.
2002-12-15writeable -> writable; torh at bogus dot netHenning Brauer
2002-12-13kill whitespace at EOL; David KrauseHenning Brauer
2002-12-11update URL and fix a typo; David KrauseHenning Brauer
2002-12-08Remove special case code for sun/xterm that faked a DISPLAY andMarco S Hyman
set the erase character to something other than probably desired. 'I don't object' millert@
2002-12-07Use `hostname` not `hostname -s` in subject for consistency withTodd C. Miller
daily, weekly, and monthly. Closes PR 3017.
2002-12-05redo "make allarchs".Kenjiro Cho
2002-12-05replace MAKEDEVs by auto-generated ones.Kenjiro Cho
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-12-05remove altq entries. altq is now handled through pf.Kenjiro Cho
ok, deraadt@
2002-12-03Compile wsmoused on alpha, as it can be used on vga displays.Miod Vallat
2002-11-24make the example parseable (quotes around macros)Philipp Buehler
from sam smith, thx henning@ ok