summaryrefslogtreecommitdiff
path: root/etc/mtree
AgeCommit message (Collapse)Author
2013-07-10add a missing ..Theo de Raadt
2013-07-10Proper indent.Antoine Jacoutot
2013-07-10Add /var/kerberosV to hier(7)+mtree.Antoine Jacoutot
Make sure the directory, DB and master keys have secure permissions. ok dcoppa@ robert@ beck@
2013-06-18add missing include dirs for kerberosVRobert Nagy
2013-06-06Document the cpsw driver. Feedback from many.Brandon Mercer
OK jsg@
2013-06-02move bgplg and slowcgi sockets to /var/www/runFlorian Obser
input reyk@, guenther@ "move fast" deraadt@ OK naddy@
2013-06-01Stop generating arbitrary directories in /usr/share/locale.Stefan Sperling
The proper directories are created by /usr/src/share/locale/ctype/Makefile.
2013-05-13Sort the npppd entries.Antoine Jacoutot
ok schwarze@ giovanni@ sthen@
2013-03-26more octeon bitsJasper Lievisse Adriaanse
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-14Tell security(8) how to check npppd(8) configuration filesGiovanni Bechis
help and ok by ajacoutot@ and yasuoka@
2012-10-06Update for xkeyboard-config 2.7.Alexandr Shadchin
2012-09-23Remove /usr/X11R6/lib/X11/config/Matthieu Herrb
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-23create the man8/beagle dirTheo de Raadt
2012-08-23stop installing the etc/afsTheo de Raadt
2012-07-07add /var/www/cache for nginx to store some dataRobert Nagy
ok ajacoutot@, krw@, deraadt@
2012-06-20yet more mac68k goop...Matthew Dempsky
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
to fix and there are several alternatives that don't tell quite so many dangerous lies. enthusiastic agreement from a bunch of people
2012-04-08Missed kbproto documentation directory.Matthieu Herrb
2012-04-08New directories for protocol documentation.Matthieu Herrb
2012-03-10Add libXt documentation directory. spotted by naddy@Matthieu Herrb
2012-03-10New dir for libXext doc.Matthieu Herrb
2012-03-04New dirs for libICE and libSM docsMatthieu Herrb
2012-02-19enable nginxRobert Nagy
2012-01-26hook login_yubikey to the buildDavid Hill
ok deraadt
2011-10-17srv_ctrl isn't a directory in xkeyboard-config 2.4.1Matthieu Herrb
2011-09-22install infnan(3/VAX) into man3/vax/ on all archs;Ingo Schwarze
clean make build tested on i386; ok deraadt@, no objections from martynas@
2011-09-19remove the /usr/share/man/ps* hierarchy and supporting variables; MANPSOkan Demirmen
disappeared during the source manuals switch. no objections from schwarze@ jmc@ deraadt@
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07Missed in previous: ypldap.conf(5) is installed now, remove optional.Antoine Jacoutot
ok deraadt@
2011-07-02Add resourceproto documentation directory.Matthieu Herrb
2011-06-23bye bye /usr/X11R6/man/cat*Ingo Schwarze
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2011-06-04mtree update for xkeyboard-config. remainded to commit by ajacoutot@Matthieu Herrb
2011-05-30Update for libX11 1.4.3 and libXext 1.3.0.Matthieu Herrb
2011-04-24sync with xorg-docs 1.6 changesMatthieu Herrb
2011-04-23Remove yet another mention of /etc/security that i missed (doh).Ingo Schwarze
Also pointed out by Mattieu Baptiste <mattieu dot b at gmail dot com>, thanks.
2011-04-19UUCP is no longer contained in the base system, so its home directoryIngo Schwarze
does not require special permissions. The security(8) scripts hates group-writeable home directories, so remove the needless permissions. Issue noticed by Andrew Fresh <andrew at afresh1 dot com>. If i understand naddy@ correctly, this is unlikely to harm even UUCP users. "Just remove the group writeable bit" deraadt@.
2011-01-24change default nsd(8) paths. ok sthen@Jakob Schlyter
2011-01-19add ldapd.conf; ok sthen@David Krause
2011-01-19update location of host.random: it moved from /etc to /var/db in 1999...David Krause
2010-12-28- add /usr/lib/pkgconfig/Jasper Lievisse Adriaanse
2010-11-11Add libXi doc dirMatthieu Herrb
2010-11-01New doc directories for updated libs. remained by naddy@. thanks.Matthieu Herrb
2010-10-27let the readmes directory be standardMarc Espie
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-18syncTheo de Raadt
2010-10-18oops! we need to retain the usr/share/tmac directory until we figureTheo de Raadt
out what to do with vgrind.
2010-10-18The base no longer uses old groff -- it uses mandoc(1). The ports tree stillTheo de Raadt
sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do this now due to the hard work if ingo.