summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2000-08-20Fix typo introduced in last commit.Todd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-08-17Use an MRU of 1504 in the MP examples to allow room for the MP headerbrian
2000-08-16Catch the bogus 'MAKEDEV mouse' and spit out a reasonableMarco S Hyman
error message. OK deraadt@
2000-08-15reorder ::1 and 127.0.0.1. getaddrinfo(3) returns entries in theJun-ichiro itojun Hagino
defined order, so we should return ::1 first.
2000-08-08use GENERIC and RAMDISKTheo de Raadt
2000-08-05host.random whacking must be after /var is mounted, obviouslyTheo de Raadt
2000-08-04fix typo on utty creation; problem found by cfegan@cisco.comFederico G. Schwindt
2000-07-23Add a little blurb explaing the meaning of mtree's output.Bruno Rohee
millert@ ok.
2000-07-20add hppa subdirs; espie, there is more than thatMichael Shalayeff
2000-07-18chmod proper file; chouanard@parc.xerox.comTheo de Raadt
2000-07-13timed & rdate start before securelevel is set so no need to checkTodd C. Miller
$securelevel; noted by ho@
2000-07-13rtadvd.conf is not required, actuallyJun-ichiro itojun Hagino
2000-07-11- Move ntpd out of rc.securelevelmatt
- Add ntpdate and rdate rc knobs Approved-And-Assisted-By: millert
2000-07-09Disable ttyE0 until powerpc is updated to the latest wscons.Dale S. Rahn
2000-07-06add utty, serial port for USB devices.Federico G. Schwindt
2000-07-06remove ip6defaultif, this is just for IPv6 specification pedantsJun-ichiro itojun Hagino
2000-07-05Start sendmail in the background so it doesn't cause blockageTodd C. Miller
on reboot timing out on DNS problems.
2000-07-02Clean-up after httpdMarc Espie
2000-06-27nab latest CellServDB from arla; made sure all our local changes are in itTodd T. Fries
per art's recommendation. Now we are uptodate :-)
2000-06-27change IP for citi.umich.edu; from rees@umich.eduNiels Provos
2000-06-25increase flexibility of distribution-etc-root-var:Christian Weisgerber
- NOMAKEDEV to optionally skip making devices - allow building aliases.db under /var/tmp will come in handy with mergemaster; ok millert@
2000-06-24Do not start snmpd by default just because it is installed. ok theo@.Jakob Schlyter
2000-06-21Add a few missing devices (/dev/vme*, for example) ; make devices forMiod Vallat
16 slices per disk instead of 8 previously ; and tidy things a bit
2000-06-20Don't log ipf info in /var/log/messages. Fixes PR 1171Kjell Wooding
Thanks cd@sentia.nl
2000-06-19add ./etc/tcfsTodd T. Fries
2000-06-19cvs strikes again!; thanks to Oleg Safiullin <form@openbsd.ru>Todd T. Fries
for pointing out this evaded the last commit
2000-06-19Add the minirott definition, and the sparc ramdisk (unused yet, but can't hurt)Miod Vallat
2000-06-19Build only the necessary things ; look closer to etc.sparcMiod Vallat
2000-06-19Put more devices into standard config, add ramdisk sectionMiod Vallat
2000-06-18ifaliases goes away.Todd T. Fries
- new installs wont have existing ifaliases - updates dont touch /etc - manual updates of /etc/ should know what they're doing anyway fwiw, see hostname.if(5) alias functionality has moved here for better overall network configurability
2000-06-18rc.conf now parses ${local_rcconf} internally; closes pr 1259Todd T. Fries
2000-06-18fix inspired by pr 744 from karls@inet.noTodd T. Fries
changed so files are e.g. backups/etc_passwd not backups/_etc_passwd
2000-06-14it's vm.swapencrypt.enable now.Niels Provos
2000-06-14avoid a few extra processes; d.doroshenko@omnitel.netTheo de Raadt
2000-06-13normalize test vs [; formTheo de Raadt
2000-05-30add a note where to go to for nfs client configuration; after popular demandMichael Shalayeff
2000-05-26pipe output from /etc/security to a temp file and then check thatMarco S Hyman
output was created before sending off a mail message to root. This suppresses an empty mail message and a warning appended to the end of the daily status report. OK millert@
2000-05-26Capitalize 'id' to be consistent with our man pages.Aaron Campbell
2000-05-26Conform to the test(1) man page: use -L instead of -h when testing forAaron Campbell
symbolic links (the -h flag is for compatibility only); millert@ ok
2000-05-25cat3 & cat5 arch subdirsTheo de Raadt
2000-05-23fix pt and signature offsets; from Alejo Sanchez <alejos@fibertel.com.ar>Michael Shalayeff
2000-05-22fix tty[ab] owner bugletMiod Vallat
2000-05-19Add sd4 (as in sparc)Miod Vallat
2000-05-19nfsiod/nfs_client, bye byeMichael Shalayeff
add commented out entry into sysctl.conf for vfs.nfs.iothreads
2000-05-19bad Angelos: you left out the .. after creating the keynote directoryMarco S Hyman
2000-05-19/etc/isakmpd/keynote entryAngelos D. Keromytis
2000-05-18Add all arch subdirs to {cat1,cat4,cat8,man1,man4,man8}.Marc Espie
REMEMBER TO UPDATE YOUR TREE BEFORE REBUILD! This *will* be used shortly.
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
when the monitor is blanked.
2000-05-17typo (reported by Adam Rogoyski <rogoyski@cs.utexas.edu>)Marc Espie