summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2010-03-05default to 115200 baud for serial console and tty00, spotted byOtto Moerbeek
kettenis@; ok kettenis@ miod@
2010-02-28sync for realOtto Moerbeek
2010-02-28syncOtto Moerbeek
2010-02-28add apmOtto Moerbeek
2010-02-26grow the miniroot a wee little bitTheo de Raadt
2010-02-23include boot and miniroot image in MDEXT; ok miod@Otto Moerbeek
2010-02-22add ldpd.conf to changelist and mtree/specialClaudio Jeker
2010-02-22Add _ldpd user for ldpd(8). OK dlg, deraadtClaudio Jeker
2010-02-22Install a sample ldpd.conf file. OK dlg, deraadtClaudio Jeker
2010-02-22Fix a typo spotted by Vivien Moreaugiovanni
2010-02-17Build and install the boot blocks, and put it as part of the snapshots files.Miod Vallat
2010-02-17Add serial port (for the Fuloong)Miod Vallat
2010-02-16disktab entry for minirootOtto Moerbeek
2010-02-16Add instructions to dual-boot OpenBSD with Grub2giovanni
"I think that's ok" sthen@, "sure" miod@
2010-02-15Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.miniMark Kettenis
since it makes a fairly decent template for fdisk -i. Change the procedure that makes the rb600 installation miniroot image to use fdisk -i instead of dd(1) to create the MBR for the image. Adjust the miniroot disk type in /etc/disktab to the slightly different layout that fdisk -i creates.
2010-02-15Remove entries for ancient hardware that we'll never see on socppc, leavingMark Kettenis
only the ramdisk entry and a new entry for building rb600 installation miniroot images. ok miod@
2010-02-13Copy bsd.elf into ${RELEASEDIR}.Mark Kettenis
2010-02-10remove /usr/libdata/ssh; ok miod, djmMarkus Friedl
2010-02-05tweak cdboot slightly upwards so all files can fitTodd T. Fries
2010-01-30More loongson directories for manpages.Miod Vallat
2010-01-28- bump pkgname...just like in portsJasper Lievisse Adriaanse
ok miod@
2010-01-264.7-BETA (also, lo-carb and ozone layer friendly)Miod Vallat
2010-01-24link man section 8 for loongson. ok miod@Matthieu Herrb
2010-01-23generate 1st version.Matthieu Herrb
2010-01-23Add etc.loongson. ok miod@Matthieu Herrb
2010-01-23md etc bits for loongson. ok miod@Matthieu Herrb
2010-01-19Build GENERIC-IP30.MP as bsd.mp.IP30 in the distribution, and allow theMiod Vallat
installer to pick it and install it as /bsd when applicable.
2010-01-17add template nsd.conf (with examples)Jakob Schlyter
2010-01-17remove unintentionally added fileJakob Schlyter
2010-01-17add l2tpDavid Gwynne
2010-01-16add _nsdJakob Schlyter
2010-01-16add user/group for nsd; ok nick@Jakob Schlyter
2010-01-12when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity andHenning Brauer
correctness. it's not 1992 any more, kids. ok mcbride dlg krw
2010-01-10Add /var/db/sysmerge, needed for upcoming change in xenocara.Antoine Jacoutot
"reads alright" oga@, ok matthieu@ todd@
2010-01-08Remove "password" macro from ospf6d example config file.Stefan Sperling
OSPFv3 does not feature built-in authentication (it relies on IPsec, see RFC4552) so the example was misleading. ok claudio@ michele@
2010-01-04If a /etc/rc.firsttime file exists, run it just once, mailing the output toTheo de Raadt
root. If anyone wants to use this in a siteXX.tgz file, please be sure to *concatenate* to the file -- not replace it -- since the installer is going to be using this file itself. discussed with todd and halex
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
files. If any information found in these documents is worthwhile and you miss it, please make the time to work it into the manual pages (which people actually do read). ok guenther
2010-01-01keep and eye on and back up /etc/ssl/cert.pemDavid Gwynne
yeah sure deraadt@
2009-12-27Create an empty etcsum file so that cksum can run without error (asAntoine Jacoutot
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is part of the etc set). "sure" deraadt@
2009-12-22Create sysmerge etcsum file at release time for etc set inclusion.Antoine Jacoutot
This way, the first time sysmerge is run on a new box, it will already have reference sums needed for automatic processing. Original idea from and discussed with deraadt@ "commit it" deraadt@, tweaks and ok millert
2009-12-20reminding people about afterboot on every single login is stupid.Theo de Raadt
2009-12-14Add /etc/rtadvd.confgiovanni
ok sthen@
2009-12-10o stop reordering ifconfig arguments (e.g. after 'up ..')Todd T. Fries
o only stop processing if inet or inet6 lines are malformed o everything not a specially handled bit is passed to ifconfig unmangled noticed by several after the move from bridgename.bridge0 -> hostname.bridge0 prodded by deraadt@, tested by and feedback from several man page bits 'look fine' jmc@
2009-12-04use mv -f to avoid stopping during wrongly mounted root; sbeyer@reactor.deTheo de Raadt
2009-11-23Move ipsec key creation before isakmpd, and sshd to become the firstTheo de Raadt
of the network daemons so that it can be used if another daemon stops in its tracks. ok claudio markus sthen
2009-11-22Stop supporting bridgename.bridge* files, and move to hostname.bridge*Theo de Raadt
files. To cope with this change, read about the mv command. ok claudio todd
2009-11-20The deny all and allow from any inet prefixlen 8 - 24 will block the defaultClaudio Jeker
route already so don't add an additional rule for that. Instead add a commented allow rule. Idea from Mitja Muzenic (mitja at muzenic dot net)
2009-11-13Add hw.sensors to dmesg request, 'go for it' deraadt@Ian Darwin
2009-11-06Remove Speedo dir from mtree at we do not install these fonts anymore.Antoine Jacoutot
ok matthieu@
2009-11-03to resolve aliases, a rule must now provide the alias parameter with theGilles Chehade
name of the map to use for resolution