summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
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
2009-05-09revert previous, requested by kettenis@ and deraadt@Ingo Schwarze
2009-05-09remove the empty script /etc/monthlyIngo Schwarze
in preparation for improvements in /etc/daily and /etc/weekly using feedback and suggestions from jmc@ and sthen@ ok jmc@, and sthen@ agreed with the general direction
2009-04-25Provide users by default with XTerm*loginShell:true. This situation just isTheo de Raadt
ridiculous; xdm is totally broken since it never starts anything which resembles a "login shell". As a result, no configuration is brought into a process context to give to future xterms or *sh shells and thus cause them to run their .profile or .kshrc or such a thing, to get futher configuration. Therefore people are left with a totally bland unconfigured Unix environment in their xterms, and don't know how to change this since .profile is ignored. This problem shows hundreds of thousands of google hits. xdm is fundamentally broken, but we must solve this also for the startx methods, too, and for people running csh. It is clear that .xsession is not a solution to this problem at all (that is, assuming the people who suggest such a thing really mean a .xsession file with the execute bit set). This now becomes the recommended way for new users to get out of this stupid situation; if someone does not like it they can change it or delete it. Few will. Just watch. ok kettenis guenther millert
2009-04-21move bsd and bsd.rd and all such other MD "sets" into the MD files,Theo de Raadt
since we perhaps cannot assume that is what kernels will be in the pathetically stupid world that SGI created
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustTheo de Raadt
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment)
2009-04-14build release sets before kernels (so that bsd.rd can know about at leastTheo de Raadt
some of the sets)
2009-03-18unbreak make release, spotted by todd and kurtJacek Masiulaniec
2009-03-17enable smtpd in the buildGilles Chehade
"please enable it" deraadt@
2008-06-15cleanTodd 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-08Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags.Jason Dixon
ok deraadt@ beck@ reyk@ phessler@
2008-05-25improve indentation.Igor Sobrado
ok jsing@
2008-05-13Disable more wscons bits on socppc.Miod Vallat
2008-05-13Plumb socppc in MAKEDEV machinery.Miod Vallat
2008-03-19remove superfluous backslashes and semicolonsIgor Sobrado
ok deraadt@
2008-02-09Add .ssh and authorized keys to /etc/skel, makes setting up newRyan Thomas McBride
pubkey authentication users with the correct file permissions a bit easier. ok djm krw henning miod and many others
2008-01-31enable snmpd in the buildReyk Floeter
approved by deraadt@, ok thib@
2008-01-03revert back to using local zones for localhost. and IPv4/IPv6 reverse untilJakob Schlyter
we've found a better solution for chrooted applications.
2007-12-16remove localhost. zone (localhost. queries are handled by /etc/hosts)Jakob Schlyter
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones. move root.hint to /var/named/etc remove empty directory /var/named/standard
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysTheo de Raadt
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
2007-11-05Change chio.conf's group ownership to operator and mode to 644.Michael Erdely
At this time, there is no sensitive information in that file. ok beck@, millert@, jdixon@, deraadt@
2007-10-08Add a sample configuration file for the newly imported ospf6d(8) daemon.Esben Norby
ok dlg@
2007-08-01Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmwareMiod Vallat
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code.
2007-05-04incompletely killed the cksum bitsTheo de Raadt
2007-05-04stop shipping CKSUM files; people can use the MD5 filesTheo de Raadt
(this decreases build time a bit too) ok todd (and i assume legacy-architecture-miod would not object either)
2007-02-27avoid messing with the cvs tag expansionTheo de Raadt
2007-02-27/etc/spamd.conf moves to /etc/mail/spamd.confBob Beck
2007-02-22sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theoHenning Brauer
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@
2007-01-31link hoststated to the builds.Pierre-Yves Ritschard
ok miod@, henning@
2006-12-14Uncomment MAKEDEVARCH+=landisk.Mark Kettenis
ok drahn@
2006-12-12enable bgplg, the bgp looking glassReyk Floeter
ok henning@ deraadt@
2006-11-10landisk has no wsconsctl.confTheo de Raadt
2006-10-29Add the _ripd user and startup stuff.Esben Norby
ok claudio@
2006-10-10etc.landisk does not exist yet, dont try to build MAKEDEV for it yet eitherTodd T. Fries
2006-10-06enable landisk MAKEDEV building laterTheo de Raadt
2006-07-27remove unused WCS stuffTheo de Raadt
2006-07-27remove "snapshot" code, now that our snapshots are always actuallyTheo de Raadt
releases...
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-06-06System build pieces for armish arch.Dale Rahn
2006-06-03do chio.conf install from right placeTheo de Raadt