Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-23 | httpd.conf can be installed 0644 instead of 0600 like relayd.conf. | Reyk Floeter | |
ok ajacoutot@ benno@ | |||
2014-07-23 | Trailing whitespace. | Antoine Jacoutot | |
2014-07-22 | Enable httpd(8) in the builds to get more testing, feedback and | Reyk Floeter | |
improvements. It is not "finished" but serves static files. ok deraadt@ | |||
2014-07-22 | Repair two deep targets mistakenly called as afterinstall, rather | Theo 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-16 | remove ancient unused NOGZIP support | Theo de Raadt | |
2014-07-16 | prefer ln -f over rm + ln | Okan Demirmen | |
OK deraadt | |||
2014-07-16 | use /bin/sh instead of /bin/ksh and add cvs id. | Okan Demirmen | |
OK deraadt | |||
2014-07-16 | mixerctl.conf wsconsctl.conf can properly become examples. | Theo de Raadt | |
As discussed a few days ago with aja | |||
2014-07-16 | the files listed under BIN1 are not binaries in any way. Let's call | Theo de Raadt | |
them what they are: MUTABLE, as in these are the specific files that admins do edit in /etc | |||
2014-07-16 | create examples/pf.conf which is a clone of the existing file. Now | Theo de Raadt | |
the existing file can start losing... examples... | |||
2014-07-16 | BIN2 is now just motd; install it direct without the abstractions. While | Theo 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-16 | more lynx bits | Theo de Raadt | |
2014-07-15 | BSD.local.dist went away | Theo de Raadt | |
2014-07-15 | /var/db/sysmerge -> /usr/share/sysmerge | Antoine Jacoutot | |
ok deraadt@ | |||
2014-07-15 | correct dir | Theo de Raadt | |
2014-07-15 | sysctl.conf moves to etc/examples | Theo de Raadt | |
2014-07-14 | /etc/rc already takes care of creating /var/run/utmp. | Antoine Jacoutot | |
ok deraadt@ giovanni@ | |||
2014-07-14 | rc.{local,securelevel,shutdown} become examples. If versions of them | Theo 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 directory | Robert 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-13 | Mismatch between the sets list and what's in DESTDIR should not be fatal | Antoine Jacoutot | |
to sysmerge sum files generation. discussed by deraadt@ | |||
2014-07-13 | Install some config files with mode 0600 as they were before the move to | Antoine Jacoutot | |
/etc/examples. ok deraadt@ | |||
2014-07-13 | Add iscsid to the rc.d files to install | Claudio Jeker | |
2014-07-12 | egsum -> examplessum to make it more obvious. | Antoine Jacoutot | |
req. by deraadt@ | |||
2014-07-12 | Simplify checksum generation for sysmerge. | Antoine Jacoutot | |
no objection from deraadt@ | |||
2014-07-12 | cksum -> sha256 | Antoine Jacoutot | |
That means sysmerge(8) may be a little more interactive the next time you run it. | |||
2014-07-12 | Create the examples checksum for sysmerge at release time. | Antoine Jacoutot | |
"move ahead" deraadt@ | |||
2014-07-12 | move exports, ftpchroot, hosts.lpd, printcap, and remote to the examples | Theo de Raadt | |
directory. ok robert | |||
2014-07-11 | oops, nsd.conf cannot be an example... yet | Theo de Raadt | |
2014-07-11 | Move more files into the examples directory... | Theo de Raadt | |
2014-07-11 | my pleasure to move bgpd.conf to examples. ok theo | Henning Brauer | |
2014-07-11 | handle the movement of the first few files to /etc/examples. They are | Theo de Raadt | |
still managed by changelist, as long as the marker is + and they are in the correct distrib/sets/* files Bit of help from ajacoutot | |||
2014-04-29 | tedu ~/.klogin | David Coppa | |
ok henning@ deraadt@ | |||
2014-04-24 | rm rwhod tentacles | Ted Unangst | |
2014-04-23 | Remove krb5 bits from rc(8). | Antoine Jacoutot | |
ok reyk@ | |||
2014-04-22 | Remove kerberosV from etc/ | Reyk Floeter | |
ok deraadt@ guenther@ | |||
2014-04-20 | hosts.equiv is a ghost from bsd past | Ted Unangst | |
2014-04-11 | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | Miod Vallat | |
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects. | |||
2014-03-26 | end experimental login.conf template support. one file per machine. | Ted Unangst | |
ok deraadt millert | |||
2014-03-24 | sum -> cksum, ok deraadt | Stuart Henderson | |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat | |
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | |||
2014-03-17 | the userland ppp(9) code goes awa. Having too much ppp choice in the | Theo de Raadt | |
tree results in one-true-ppp not coming into existance. This code is essentially un-audited and quite dangerous. ok claudio sthen | |||
2014-03-15 | Enable Unbound in base, ok deraadt@ | Stuart Henderson | |
2014-03-13 | Unhook httpd(8) from build; etc bits | Florian Obser | |
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@ | |||
2014-01-25 | delete junk file | Theo de Raadt | |
2014-01-24 | sort the SHA256 file | Theo de Raadt | |
2014-01-10 | be a bit more careful | Theo de Raadt | |
2014-01-10 | be forceful with removing the SHA256 file | Theo de Raadt | |
2014-01-09 | remove the SHA256 file as soon as we start creating sets | Theo de Raadt | |
2014-01-09 | install signify keys | Theo de Raadt | |
2013-12-15 | remove popa3d etc tendrils | Ted Unangst | |