summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
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...
2014-07-16BIN2 is now just motd; install it direct without the abstractions. WhileTheo de Raadt
there, let's make it operator writeable. Or let's do a commit changing it to operator writeable and see the pro and con camps rise up.
2014-07-16more lynx bitsTheo de Raadt
2014-07-15BSD.local.dist went awayTheo de Raadt
2014-07-15/var/db/sysmerge -> /usr/share/sysmergeAntoine Jacoutot
ok deraadt@
2014-07-15correct dirTheo de Raadt
2014-07-15sysctl.conf moves to etc/examplesTheo de Raadt
2014-07-14/etc/rc already takes care of creating /var/run/utmp.Antoine Jacoutot
ok deraadt@ giovanni@
2014-07-14rc.{local,securelevel,shutdown} become examples. If versions of themTheo de Raadt
are created in /etc, they are executed (they used to be sourced) to avoid polluting the rc variable space. The powerdown= and securelevel= features are removed; they are likely only used by 2 people. the secureleve is now always raised; this is the only sensible default. ok ajacoutot
2014-07-13- move the ntpd.conf file to examples directoryRobert Peichaer
- move it from BIN1 to EXAMPLES in src/etc/Makefile - change the installer to create the file instead of editing it - add a '+' to the corresponding changelist entry suggested by and OK deraadt@ OK for the installer change krw@
2014-07-13Mismatch between the sets list and what's in DESTDIR should not be fatalAntoine Jacoutot
to sysmerge sum files generation. discussed by deraadt@
2014-07-13Install some config files with mode 0600 as they were before the move toAntoine Jacoutot
/etc/examples. ok deraadt@
2014-07-13Add iscsid to the rc.d files to installClaudio Jeker
2014-07-12egsum -> examplessum to make it more obvious.Antoine Jacoutot
req. by deraadt@
2014-07-12Simplify checksum generation for sysmerge.Antoine Jacoutot
no objection from deraadt@
2014-07-12cksum -> sha256Antoine Jacoutot
That means sysmerge(8) may be a little more interactive the next time you run it.
2014-07-12Create the examples checksum for sysmerge at release time.Antoine Jacoutot
"move ahead" deraadt@
2014-07-12move exports, ftpchroot, hosts.lpd, printcap, and remote to the examplesTheo de Raadt
directory. ok robert
2014-07-11oops, nsd.conf cannot be an example... yetTheo de Raadt
2014-07-11Move more files into the examples directory...Theo de Raadt
2014-07-11my pleasure to move bgpd.conf to examples. ok theoHenning Brauer