summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2003-02-19Move contents of /var/at into /var/cron since at is now intergrated intoTodd C. Miller
cron. When ISC cron 5.0 is out the integration will be even tighter. Also rename /var/cron/{allow,deny} -> /var/cron/cron.{allow,deny} for consistency with POSIX and at.{allow,deny} and install an empty cron.deny file (as we do at.deny) since crontab will require this in the near future for POSIX compliance. After a "make build" you can update your system as follows: # mv /var/at/* /var/cron # mv /var/cron/jobs /var/cron/atjobs # mv /var/cron.allow /var/cron/cron.allow # mv /var/cron.deny /var/cron/cron.deny # rm -rf /var/at # kill `cat /var/run/cron.pid` ; cron
2003-02-18shut up logging of lame serversJakob Schlyter
2003-02-16Fix up some DNS verbiage to make it consistant.Kenneth R Westerback
Fix up default route selection by a) Forcing user to explicitly chose 'dhcp' as a mechanism for specifying a default route, rather than guessing based on one or more interfaces being configured by dhcp. b) If the user specified default route does not work, re-present the existing default route rather than losing it. c) Move default route selection to after nameserver activation so the user can specify a hostname as the default route. Change /etc/netstart so that /etc/mygate wins if a default route was already specified (i.e. by dhcp). ok deraadt@.
2003-02-16Simple fbtab entries for console loginMiod Vallat
2003-02-14Fix NFS diskless boot when PF is used.Cedric Berger
From dhartmei@ e-mail, ok henning@
2003-02-14spamd now uses tables (these load MUCH faster on my ss2); ok deraadtJason Wright
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12missed one in the commentTodd C. Miller
2003-02-12Use ':' to separate login name from group name to match updated docs.Todd C. Miller
2003-02-09bind9 needs nanosleep too; ok jakob@Damien Miller
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2003-02-06make pf.conf 0600 by defaultHenning Brauer
discussed and agreed theo and daniel
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
too small
2003-02-06allow to read some directories itselfJakob Schlyter
2003-02-05real ram disk root entryMichael Shalayeff
2003-02-05regenMichael Shalayeff
2003-02-05add ws* devices; fries@ okMichael Shalayeff
2003-02-04bind9ifyJakob Schlyter
2003-02-04add id-tagJakob Schlyter
2003-02-04bind9-ify. ok deraadt@Jakob Schlyter
2003-02-04enable bind now; some diffs from jakob, some from meTheo de Raadt
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