summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
2016-09-01remove sparc piecesTheo de Raadt
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
2016-08-09remove pointless csh placeholder files from /etcAlexander Hall
ok jung@ (some time ago) phessler@
2016-05-26whitespace found during reviewTheo de Raadt
2016-05-14Remove handling of /etc/examples/ files by sysmerge(8). Getting regular messagesAntoine Jacoutot
about pkg.conf isn't really that helpful and if a big syntax change comes along well we have current.html. it was disabled during p2k16 and no one complained so far discussed with and ok deraadt@
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
2016-04-25burn down the systraceTed Unangst
2016-03-09We are done providing support for the vax.Theo de Raadt
lots of agreement.
2016-02-15When the default mode on /var/log/maillog was changed to 640 theTodd C. Miller
creation of maillog as part of the distribution-etc-root-var target was missed. From Nathanael Rensen
2016-01-27Add /etc/examples/pkg.conf, generated from mirrors.dat over in www/.Stuart Henderson
Positive feedback and/or OKs from benno millert jcs aja jasper
2015-12-07Add initial vm.conf(5) example. But please note that the grammar isReyk Floeter
not fixed yet.
2015-12-05add rcscript for vmdJasper Lievisse Adriaanse
ok mlarkin@ prompted by deraadt@
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
discussed with jsg
2015-11-30Add rebound rc.d script.James Turner
ok benno@ requested by tedu@
2015-11-27yppasswd went awayTheo de Raadt
2015-11-10With ikectl now requiring ca specific sections not present in theJonathan Gray
general openssl cnf files install the ikeca.cnf file. ok sthen@ requested by reyk@
2015-10-23add BUILDINFO file. currently contains a timestamp. ok deraadtTed Unangst
2015-10-19Delete the empty example file "ftpchroot"; no example is needed.Ingo Schwarze
Move the one useful bit of information contained in the file ("one user name per line") to the ftpd(8) manual page where it belongs. OK deraadt@ sthen@
2015-10-16The hosts.lpd examples file does not contain a single example.Ingo Schwarze
The file format is so simple that no example is needed. All relevant documentation is already available from the proper place, which is the lpd(8) manual. Consequently, delete the empty file. OK millert@ dcoppa@ beck@ deraadt@
2015-10-03Enable eigrpd(8) and eigrpctl(8) in the buildsRenato Westphal
ok deraadt@
2015-09-12Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socketStuart Henderson
at a time, so a second instance of the daemon is required. OK mikeb stsp ajacoutot
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
requested by several discussed with deraadt@
2015-08-04install the radiusd rc.d fileJonathan Gray
ok deraadt@
2015-08-03Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rcYASUOKA Masahiko
to hook the rc script and modify etc/rc.conf to make it disable by default. Also add an entry for /etc/radiusd.conf to etc/changelist and etc/mtree/special. ok deraadt
2015-07-03Remove sudoersTodd C. Miller
2015-05-18Put ntpd.conf in MUTABLE so it's installed with 0644 mode.Antoine Jacoutot
discussed by deraadt@
2015-05-18enable ntpd by default at install time. We use pools and a reliableTheo de Raadt
constraint to keep them in check. in the worst case of being on a dark net, nothing changes. this is being enabled by default to allow gathering of more operational information from users. and if the operational heuristics in ntpd can be suitable refined, this may stay the default into the future. if not, ntpd will become even more awesome along the way. with reyk rpe
2015-03-27Move man.conf from /etc to /etc/examples, deleting what's no longer supported.Ingo Schwarze
Discussed with many and OK ajacoutot@.
2014-12-03Unhook rtsol(8) and rtsold(8) from the build.Florian Obser
OK deraadt@
2014-11-17Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in theTheo de Raadt
often space-constrained /var filesystem was a historical mistake. There are big implications for the daemons which assume they won't run out of space, and this is a first step towards trying to improve the situation. Move /tmp to the same 7-day expiration rules that /var/tmp had. vi.recover works just as well as before, except on memory filesystems; indicating that vi should be repaired to write files into homedirs or something. done with rpe ok many
2014-10-03sort RCDAEMONSTheo de Raadt
2014-10-01sliphome et sliplogin(8) are gone.Martin Pieuchot
2014-09-22Get rid of intermediate file handling during sumfile creationRobert Peichaer
by first changing to $DESTDIR and then simply piping to xargs. OK deraadt@
2014-09-15Remove sendmail tentacles. ok krw@ ajacoutot@Matthieu Herrb
2014-09-15Ensure proper group ID for chio.conf example.Robert Peichaer
Noted by and OK ajacoutot@ Positive feedback halex@
2014-09-05Remove /etc/{hosts,myname} from etc.tgz.Antoine Jacoutot
Make the installer create the /etc/hosts template. While here, re-add a missing 'echo' from install.sh. ok miod@ krw@ halex@
2014-08-29Move dhclient.conf(5) to examples.Antoine Jacoutot
no objections from todd@ millert@ rpe@
2014-08-26Create etc set during 'make build' and embed it in base set to makeRobert Peichaer
it available during a regular install or upgrade so that it doesn't need to be independently fetched. Idea, directions and OK deraadt@ Feedback and Ok halex@ and aja@
2014-08-26usr.sbinRobert Nagy
2014-08-22disable use of bind in base; in the base use nsd/unbound instead.Theo de Raadt
a proper & complete bind port will show up. discussed with many for years
2014-07-23httpd.conf can be installed 0644 instead of 0600 like relayd.conf.Reyk Floeter
ok ajacoutot@ benno@
2014-07-23Trailing whitespace.Antoine Jacoutot
2014-07-22Enable httpd(8) in the builds to get more testing, feedback andReyk Floeter
improvements. It is not "finished" but serves static files. ok deraadt@
2014-07-22Repair two deep targets mistakenly called as afterinstall, ratherTheo de Raadt
than distribution. These would modify files in /etc, part of the base set, but still... that makes it harder to discern their sets placement.
2014-07-16remove ancient unused NOGZIP supportTheo de Raadt
2014-07-16prefer ln -f over rm + lnOkan Demirmen
OK deraadt
2014-07-16use /bin/sh instead of /bin/ksh and add cvs id.Okan Demirmen
OK deraadt
2014-07-16mixerctl.conf wsconsctl.conf can properly become examples.Theo de Raadt
As discussed a few days ago with aja
2014-07-16the files listed under BIN1 are not binaries in any way. Let's callTheo de Raadt
them what they are: MUTABLE, as in these are the specific files that admins do edit in /etc
2014-07-16create examples/pf.conf which is a clone of the existing file. NowTheo de Raadt
the existing file can start losing... examples...