summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2008-08-14Tools from /usr may not be used in netstart since it may be NFS-mountedStuart Henderson
and not available at that time. Rewrite the hostname.if permission check to use only /bin/ls and the shell. Requested by deraadt. ok todd, "Twisted." deraadt
2008-07-24Specify a cdroot entry that will actually work on a CD.Joel Sing
ok krw@
2008-07-23Prevent warning about insecure hostnames where no /etc/hostname.*Stuart Henderson
exists. From wcmaier@. Check target of symbolic links to avoid noise at boot and in seucrity output where you have several interfaces symlinked to one config file. "If you think this is the right thing to do" deraadt@
2008-07-14RegenMiod Vallat
2008-07-14/dev/tuner description should point out to bktr(4), spotted by jmc.Miod Vallat
2008-07-14Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are notMiod Vallat
available on amd64.
2008-07-09automatically populate net.inet.(tcp|udp).baddynamic with theDamien Miller
contents of /etc/services so as to avoid randomly allocating source ports that correspond to well-known services. Auto-filling of the baddynamic tables is performed before reading sysctl.conf, so it is still possible to add or subtract ports, or override the autofilling entirely there. Note that this requires a new kernel and /sbin/sysctl. feedback markus@ ok markus@ deraadt@ millert@
2008-07-02move to 4.4-betaTheo de Raadt
2008-06-28regenMarcus Glocker
2008-06-28Move video(4) entry in MAKEDEV(8) from the "USB devices" section to theMarcus Glocker
"Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@
2008-06-27syncTodd T. Fries
2008-06-27fix bio major, only took a year to testTodd T. Fries
2008-06-26add _ypldap; ok deraadt@Todd T. Fries
2008-06-26add _ypldap; ok deraadt@Otto Moerbeek
2008-06-26add user and group needed for ypldap.Pierre-Yves Ritschard
2008-06-25regen;Jason McIntyre
2008-06-25sort; ok toddJason McIntyre
2008-06-19syncTodd T. Fries
2008-06-19sort, prompted by jmc@Todd T. Fries
2008-06-16build MAKEDEV.8's conditionally upon more than just rcsid changes alsoTodd T. Fries
2008-06-16+_rtadvd here too; ok deraadt@David Krause
2008-06-15start rpc.statd together with rpc.lockdNikolay Sturm
"just get it in" deraadt
2008-06-15minor touchTheo de Raadt
2008-06-15cleanTodd T. Fries
2008-06-15be smarter, only write a new MAKEDEV if more than just the rcsid changedTodd T. Fries
2008-06-14shorten SUBDIR listTheo de Raadt
2008-06-14redo the way MAKEDEV files are generatedTodd T. Fries
get it in, deraadt@
2008-06-14sync (missed last time round)Todd T. Fries
2008-06-14sync.Marc Balmer
2008-06-14add amdmsr.Marc Balmer
help (a lot...) and ok todd.
2008-06-13syncTodd T. Fries
2008-06-13/dev/bio on ramdisks, it is safe and smallTodd T. Fries
ok deraadt@, marco@
2008-06-13- add support for ignoring files and directories from comparisonAntoine Jacoutot
through an optionnal /etc/sysmerge.ignore file requested by many man page tweak from jmc@ /etc/changelist addition suggested by sthen@ ok sthen@ jdixon@ jmc@ naddy@
2008-06-12syncTodd T. Fries
2008-06-12make /dev/drm0 to go with oga@'s libdrm commit moments agoTodd T. Fries
ok oga@
2008-06-12syncTodd T. Fries
2008-06-12video on all usb archs, ok mglocker@Todd T. Fries
2008-06-12syncTodd T. Fries
2008-06-12no /dev/*random on ramdisks, libc uses the sysctlTodd T. Fries
please commit from deraadt@
2008-06-10regenMarcus Glocker
2008-06-10Add /dev/video* for amd64.Marcus Glocker
Help and OK todd@, OK robert@
2008-06-09warn once not 3 times in case of a non existent file, discussed with deraadtTodd T. Fries
originally pointed out by Johan Torin
2008-06-09drop root privileges in rtadvd to _rtadvdRainer Giedat
ok deraadt@, reyk@, pyr@
2008-06-09Ensure that hostname.* files are also re-chowned to root.wheel at eachTheo de Raadt
boot as discussed with claudio while eating tasty donairs. ok todd
2008-06-09Replace nmeattach (which will be removed) with ldattach.Marc Balmer
2008-06-08Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags.Jason Dixon
ok deraadt@ beck@ reyk@ phessler@
2008-06-07Move the Apache manual out of etcXX and to miscXX where it belongs.Jason Dixon
It has also been moved to /usr/share/doc/html/httpd/. This will ease sysmerge upgrades and help keep htdocs clean. Help from okan and phessler, doc tweaks by jmc ok deraadt@ millert@ beck@
2008-06-02- add a full stop for consistencyJasper Lievisse Adriaanse
ok deraadt@ dlg@
2008-05-25Fix whitespace and comment.Joel Sing
2008-05-25improve indentation.Igor Sobrado
ok jsing@