summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2003-04-08Use POSIX chown semantics (user:group); noted by Leandro CostaTodd C. Miller
2003-04-08fix another non-POSIX chown; Chuck YerkesTodd C. Miller
2003-03-30oops, missed two entries for /var/preserve;Jason McIntyre
removed /var/at from 4.4BSD.var; ok millert@
2003-03-30default timezone: Canada/MountainTheo de Raadt
2003-03-28empty line between the targetsMichael Shalayeff
2003-03-28- no more /var/ssyslog (unused)Jason McIntyre
- no more /var/spool/lpd (lpd uses /var/spool/output) - no more /var/preserve (old vi directory) - update docs to reflect this help with systrace provos@ help and ok millert@
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@
2003-03-25update packages list for 3.3Peter Valchev
2003-03-25very minor tweakTheo de Raadt
2003-03-24Remove unused boot.fs file from macppc distrib. ok miod@ deraadt@Dale Rahn
2003-03-24Add *.iso to list of files in CKSUM/MD5 spotted by A.Farber.Dale Rahn
ok millert@ miod@ deraadt@
2003-03-24Add comments, mostly borrowed from ftp-proxy(8), showing how to set up up.Ian Darwin
Improved & OK'd by dhartmei@, david@, millert@.
2003-03-23Fix operational typo. Bug reported by William YodlowskyMarco S Hyman
bsd at openbsd dot rutgers dot edu. OK millert@, others.
2003-03-21grammar; ok miod@Todd T. Fries
2003-03-20enclose X${lpd_flags} in quotation marks, as it could carry more thanNikolay Sturm
one argument. OK miod@, millert@, henning@, markus@, fries@, tdeval@
2003-03-20bump miniroot size a bit; ok millert; fixes sparc64/3161Jason Wright
2003-03-20add missing rcs idsDavid Krause
ok millert@
2003-03-17knock these games out, i hope the licenses are fixedTheo de Raadt
2003-03-16Remove leftovers from non-wscons sparc. There might be more left to prune.Miod Vallat
This does not affect the output, so no regen is necessary.
2003-03-13no more ching;Jason McIntyre
ok deraadt@
2003-03-12ps2/alpha; from davidTheo de Raadt
2003-03-11eol whitespace nitDavid Krause
ok henning@
2003-03-11remove extra #David Krause
ok henning@
2003-03-11OK, this is a strange case. At least some parts of this software isTheo de Raadt
copyrighted, and then marked "Copying for Profit is Prohibited", but the author has passed away. A number of people have tried to make some sort of effort at trying to contact his estate, and have failed. Therefore, lacking the ability to correct this copyright, we must delete it. I would bet strongly that this is not what the author would have intended, but until we can get this resolved, this is the action we must take.
2003-03-10Add (inactive) relaydb examples, ok deraadt@Daniel Hartmeier
2003-03-10Move /var/log/sendmail.st creation to etc/Makefile where it belongs;Todd C. Miller
noticed by grange@
2003-03-10commented hourly spamd-setup runTheo de Raadt
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>.
2003-03-08tweakTheo de Raadt
2003-03-08default spamd.conf file, with entries for spews 1, spews 2, china and koreaBob Beck
2003-03-06spelling fixesDavid Krause
ok henning@
2003-03-04only generate shared secret for rndc if named will be started.Jakob Schlyter
tested by grange@, ok millert@
2003-03-04remove support for named_chroot and named_user; always run named as userJakob Schlyter
named and chrooted to /var/named. ok deraadt@
2003-03-04make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and areDan Harnett
the same. ok jakob@, deraadt@
2003-03-04copy cd*.iso also, for snapshotsTheo de Raadt
2003-03-0116 partitions, and fix a few glitches (mainly :bx sizes not being power of two)Miod Vallat
2003-02-28much-needed update to include examples for all seven types of statementsDavid Krause
queueing and table examples are from the fosdem2k3 presentation spamd rdr simplification from henning@ ok dhartmei@ henning@
2003-02-27Use /var/tmp, not /tmp by default since historically /var/tmp hasTodd C. Miller
been the larger of the two (and to make things consistent with /etc/weekly). Also add ext2fs to the list of filesystem types to search. Prompted by PR 3122 from Matthew V. Sendak.
2003-02-27add ::1 to the clients acl (recursion should work from localhost)Todd T. Fries
ok jakob@
2003-02-26typo; Matthew V. SendakTodd C. Miller
2003-02-26remove double word stutteringDavid Krause
ok henning@
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
ANOTHER case of a developer having ignored licenses when importing code.
2003-02-24setup -> "set up" where appropriateKjell Wooding
ok deraadt@
2003-02-21remove bind4; ok deraadt@Jakob Schlyter
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