Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-04 | Script for ldomd(8). | Mark Kettenis | |
ok dcoppa@, deraadt@ | |||
2012-10-05 | Add targets for the 6k and 8k bit moduli components | Darren Tucker | |
2012-09-20 | Enable npppd and npppctl in default build. Add npppd to rc and | YASUOKA Masahiko | |
install sample configs to /etc/. ok claudio deraadt henning mcbride | |||
2012-08-29 | Make the update-moduli rule append the 6kbit and 8kbit params so that we | Darren Tucker | |
can trivially regen the <=4k bit ones. ok djm@ | |||
2012-08-23 | enter etc.beagle so MAKEDEV.8 can be generated properly during builds | Todd T. Fries | |
prompted by deraadt@ | |||
2012-08-23 | stop installing the etc/afs | Theo de Raadt | |
2012-08-20 | wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's | David Gwynne | |
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk | |||
2012-06-20 | Delete some more SUBDIR += mac68k. | Matthew Dempsky | |
2012-04-13 | clean-up release dependency tree, so that release is "MI parallel-make clean" | Marc Espie | |
(yeah, the md parts are NOT, not yet). okay miod@, deraadt@ | |||
2012-04-12 | NOOBJ -> zap unneeded ${.CURDIR} for clarity. | Marc Espie | |
ok miod@ | |||
2012-04-01 | btd went away | Theo de Raadt | |
2012-03-16 | install the rc.d script for tftpd, ok dlg@ | Stuart Henderson | |
2012-02-19 | enable nginx | Robert Nagy | |
2012-02-09 | install popa3d script; ok robert@ deraadt@ | David Krause | |
2011-12-09 | Handle aucat -> sndiod name change, and enable sndiod by default. Mostly | Alexandre Ratchov | |
from ajacoutot@. ok deraadt ajacoutot | |||
2011-10-29 | Add a sample mixerctl.conf(5). | Antoine Jacoutot | |
Pretty terse for now but will eventually come with some more complex examples when ratchov@ finishes some ongoing work on aucat(1). ok ratchov@ jmc@ deraadt@ | |||
2011-10-06 | ccd goes to the attic | Theo de Raadt | |
discussed with jsing and millert | |||
2011-07-22 | unify kernel building on various platforms. | Marc Espie | |
feedback from miod@ and deraadt@ | |||
2011-07-17 | add ospfd ospf6d to RCDAEMONS so they get installed; ok deraadt@ | David Krause | |
2011-07-08 | Sort RC_DAEMONS. | Antoine Jacoutot | |
ok robert@ | |||
2011-07-08 | Switch amd and spamlogd to rc scripts and make sure that the | Robert Nagy | |
rc_pre() functions are returning correctly. This change also simplyfies the changes because false || return 1 can be replaced with false if that's the last call. thanks halex@! | |||
2011-07-08 | Add the nfs startup scripts. | Antoine Jacoutot | |
ok robert@ | |||
2011-07-08 | switch pflogd to rc.d | Robert Nagy | |
2011-07-07 | add scripts for aucat and spamd and switch rc to use them | Robert Nagy | |
2011-07-07 | add a script for btd and replace the rc parts | Robert Nagy | |
2011-07-07 | add wsmoused script and switch xdm and wsmoused in rc | Robert Nagy | |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt | |
switched a while back. ok miod, kettenis | |||
2011-07-07 | Install a default ypldap.conf(5) based on the one from the man page | Antoine Jacoutot | |
(which we remove now) with a couple of tweaks; use the same base DN and admin user as our default ldap.conf(5). | |||
2011-07-07 | add scripts for portmap and the yp daemons | Robert Nagy | |
2011-07-06 | Add rc.d(8) script for the system daemons that are restartable. | Robert Nagy | |
From now on rc(8) is going to call these scripts to start them up on boot in the same order than before. In addition the inetd and rwhod variables in rc.conf are deprecated so that inetd_flags and rwhod_flags should be used. The old flags are still going to be used for some time to allow users to switch. There are more rc modifications to come later so let's put this in so we can base more work on this. It is important to mention that you can still keep using rc.local just like the way you did before, and we have no intention to remove that either. I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working on this with me. | |||
2011-07-06 | Remove support for non-microVAX, non-VAXstation, non-VXT hardware in the | Miod Vallat | |
VAX port. This means, 11/7xx, VAX6000 and VAX8x00 systems, as well as SBI, CMI, BI, XMI and MASSBUS drivers. Most of these files were not being compiled or kept in compilable state over the years anyway. | |||
2011-04-17 | Switch from the old shell script /etc/security | Ingo Schwarze | |
to the new Perl script /usr/libexec/security. The new script was tested by sthen@ and ajacoutot@. Committing now due to repeated prodding from deraadt@. In case problems show up, they will be fixed in tree. | |||
2010-10-26 | Add a simple 'rc' system to base in order to start/stop/restart/reload | Robert Nagy | |
services installed by the ports system (for now). It only uses pgrep/pkill to handle these processes. A manual page will come later. 'put it in' deraadt@ | |||
2010-10-18 | no more misc set | Theo de Raadt | |
2010-10-08 | install nsd.conf; ok jakob@ | David Krause | |
2010-09-22 | Kill msgs. Noone uses it, and it has a longjmp in it. | Theo de Raadt | |
Lots of agreement. | |||
2010-06-29 | No more phones(5), /etc/phones, or dial up bits in remote. | Nicholas Marriott | |
2010-06-07 | add iked.conf default configuration file example. | Reyk Floeter | |
ok jsg@ | |||
2010-06-05 | Install a default ldapd.conf, and standard schema files in /etc/ldap. | Martin Hedenfal | |
ok deraadt@ | |||
2010-03-23 | install mtree always | Marc Espie | |
okay deraadt@ | |||
2010-02-22 | Install a sample ldpd.conf file. OK dlg, deraadt | Claudio Jeker | |
2010-01-23 | Add etc.loongson. ok miod@ | Matthieu Herrb | |
2009-12-27 | Create an empty etcsum file so that cksum can run without error (as | Antoine Jacoutot | |
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is part of the etc set). "sure" deraadt@ | |||
2009-12-22 | Create 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-10-25 | fix syntax error in 'make update-moduli'; ok deraadt | Darren Tucker | |
2009-10-01 | Bring BSD.x11.dist back here. It's needed by the ports subsystem. | Matthieu Herrb | |
Update the BSD.x11.dist version to the one in xenocara. | |||
2009-09-24 | Reach palm MAKEDEV bits. | Miod Vallat | |
2009-09-23 | remove unused and outdated BSD.x11.dist file. ok miod@, krw@. | Matthieu Herrb | |
2009-05-24 | Install root's crontab with gid "crontab" to be consistent with what | Antoine Jacoutot | |
crontab(1) does. ok miod@ | |||
2009-05-15 | install wsconsctl.conf on more machines | Theo de Raadt | |