summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
2012-11-04Script for ldomd(8).Mark Kettenis
ok dcoppa@, deraadt@
2012-10-05Add targets for the 6k and 8k bit moduli componentsDarren Tucker
2012-09-20Enable npppd and npppctl in default build. Add npppd to rc andYASUOKA Masahiko
install sample configs to /etc/. ok claudio deraadt henning mcbride
2012-08-29Make the update-moduli rule append the 6kbit and 8kbit params so that weDarren Tucker
can trivially regen the <=4k bit ones. ok djm@
2012-08-23enter etc.beagle so MAKEDEV.8 can be generated properly during buildsTodd T. Fries
prompted by deraadt@
2012-08-23stop installing the etc/afsTheo de Raadt
2012-08-20wire up the bits for tftp-proxy, which is called tftpproxy from rc.d'sDavid Gwynne
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk
2012-06-20Delete some more SUBDIR += mac68k.Matthew Dempsky
2012-04-13clean-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-12NOOBJ -> zap unneeded ${.CURDIR} for clarity.Marc Espie
ok miod@
2012-04-01btd went awayTheo de Raadt
2012-03-16install the rc.d script for tftpd, ok dlg@Stuart Henderson
2012-02-19enable nginxRobert Nagy
2012-02-09install popa3d script; ok robert@ deraadt@David Krause
2011-12-09Handle aucat -> sndiod name change, and enable sndiod by default. MostlyAlexandre Ratchov
from ajacoutot@. ok deraadt ajacoutot
2011-10-29Add 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-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-07-22unify kernel building on various platforms.Marc Espie
feedback from miod@ and deraadt@
2011-07-17add ospfd ospf6d to RCDAEMONS so they get installed; ok deraadt@David Krause
2011-07-08Sort RC_DAEMONS.Antoine Jacoutot
ok robert@
2011-07-08Switch amd and spamlogd to rc scripts and make sure that theRobert 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-08Add the nfs startup scripts.Antoine Jacoutot
ok robert@
2011-07-08switch pflogd to rc.dRobert Nagy
2011-07-07add scripts for aucat and spamd and switch rc to use themRobert Nagy
2011-07-07add a script for btd and replace the rc partsRobert Nagy
2011-07-07add wsmoused script and switch xdm and wsmoused in rcRobert Nagy
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
switched a while back. ok miod, kettenis
2011-07-07Install a default ypldap.conf(5) based on the one from the man pageAntoine 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-07add scripts for portmap and the yp daemonsRobert Nagy
2011-07-06Add 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-06Remove support for non-microVAX, non-VAXstation, non-VXT hardware in theMiod 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-17Switch from the old shell script /etc/securityIngo 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-26Add a simple 'rc' system to base in order to start/stop/restart/reloadRobert 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-18no more misc setTheo de Raadt
2010-10-08install nsd.conf; ok jakob@David Krause
2010-09-22Kill msgs. Noone uses it, and it has a longjmp in it.Theo de Raadt
Lots of agreement.
2010-06-29No more phones(5), /etc/phones, or dial up bits in remote.Nicholas Marriott
2010-06-07add iked.conf default configuration file example.Reyk Floeter
ok jsg@
2010-06-05Install a default ldapd.conf, and standard schema files in /etc/ldap.Martin Hedenfal
ok deraadt@
2010-03-23install mtree alwaysMarc Espie
okay deraadt@
2010-02-22Install a sample ldpd.conf file. OK dlg, deraadtClaudio Jeker
2010-01-23Add etc.loongson. ok miod@Matthieu Herrb
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-10-25fix syntax error in 'make update-moduli'; ok deraadtDarren Tucker
2009-10-01Bring 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-24Reach palm MAKEDEV bits.Miod Vallat
2009-09-23remove unused and outdated BSD.x11.dist file. ok miod@, krw@.Matthieu Herrb
2009-05-24Install root's crontab with gid "crontab" to be consistent with whatAntoine Jacoutot
crontab(1) does. ok miod@
2009-05-15install wsconsctl.conf on more machinesTheo de Raadt