summaryrefslogtreecommitdiff
path: root/etc/mtree/4.4BSD.dist
AgeCommit message (Collapse)Author
2022-09-01Hook up snmpd_metricsMartijn van Duren
OK tb@, sthen@
2022-08-23(Re)add support for agentx in snmpdMartijn van Duren
Current omissions in protocol support are notifications, index (de)allocation, and agent capabilities. Help testing sthen@ Feedback/tweaks/OK jmatthew@
2022-02-13Add /usr/local/share/examples/login.conf.d to the default hierarchy.Antoine Jacoutot
ok sthen@ espie@ deraadt@
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
anytime a class is looked up, the /etc/login.conf.d/${class} file will be checked first for a matching class definition; this will allow us to easily add custom login classes from packages ok millert@
2021-10-23btrace dirTheo de Raadt
2021-05-01Retire OpenBSD/sgi.Visa Hankala
OK deraadt@
2021-04-28create riscv64 man dirsJonathan Gray
ok deraadt@
2021-02-26Create /var/db/dhcpleased for lease files.Florian Obser
OK deraadt@
2020-06-29powerpc64 man page dirsTheo de Raadt
2019-11-29add /var/cache/rpki-client, ok deraadt@Sebastian Benoit
2019-11-29create var/db/rpki-client directory with correct modeTheo de Raadt
2019-07-27man5/sparc64 is now required (on all arch)Theo de Raadt
2019-06-19move tals to /etc, where they can be upgraded by a "sysupgrade" ifTheo de Raadt
such a circumstance ever occurs. ok job
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
ok kettenis
2019-04-05Fix hack(6).Anthony J. Bentley
- Write savegames and scorefiles to the current directory instead of /var - Save oc_name and oc_descr alongside oc_uname in all situations - When a levitation potion times out, explicitly float down These patches were contributed last year by "tonypony76"; thanks! ok deraadt@, with added enthusiasm from tedu@
2019-04-01florian noticed unused etc/ssl/lib directory. jsing notes a releaseTheo de Raadt
near 0.9.7a mistakenly created this incorrect directory. This was mimicked into our mtree framework in 1998, where it survived for over 20 years. ok jsing
2019-02-11We no longer need /etc/unwindFlorian Obser
OK sthen
2019-01-27Create /etc/unwind.Florian Obser
re-commit now that snapshots are over the bump. OK deraadt
2019-01-26revert for now, sysmerge needs to create the group first.Florian Obser
found the hard way by deraadt
2019-01-26create /etc/unwind; OK deraadtFlorian Obser
2018-08-16The zoneinfo directories can be mode 755 just like everything else.Todd C. Miller
OK deraadt@
2018-04-04adapt armv7 manual pages for arm64Jonathan Gray
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@
2017-10-08Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon.Visa Hankala
OK deraadt@
2017-08-21add basedir of the kernel link-kitRobert Peichaer
requested by ajacoutot@ OK tb@
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-18installation of the compiler creates include/g++ if needed; mtree does notTheo de Raadt
need to do this.
2017-04-17skip mtree creation of two include dirs. gcc3 may still use them, butTheo de Raadt
if so gcc3 should create them itself.
2017-04-16Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5)Antoine Jacoutot
that direclty uses /etc/ssl/{,private} by default. Adapt the httpd.conf example accordingly. ok florian@ benno@ millert@
2017-02-12As it's done in /etc/skel for new regular users, create an emptyLandry Breuil
/root/.ssh/authorized_keys file with correct permissions (0600 for the file, 0700 for /root/.ssh dir). Since we encourage administrators to use public keys only if they want to access root account via ssh, might aswell make it easier, this will be particularly useful in managed/provisioned environments (think ansible & others). Note that administrators might get an e-mail from security(8) if the file suddenly appears after an update - this is of course expected :) ok tb@ sthen@ rpe@ ajacoutot@
2016-12-27Remove user uucp and group news from base.Jeremie Courreges-Anglas
2016-11-09Remove /usr/libdata/perl5/site_perl, it is no longer needed.Todd C. Miller
OK tb@
2016-10-05conditionally create obj & xobj same way that src is handledTheo de Raadt
ok natano
2016-09-27Run acpidump(8) at system startup and store ACPI tables in theRobert Peichaer
/var/db/acpi directory. Later sendbug(1) will use this data in bug reports. That directory is created by mtree. idea from and OK deraadt OK kettenis
2016-09-07remove unused MD man5 dirs; ok schwarzeJason McIntyre
while here, remove the comment for man6, according to ingo's system...
2016-09-07restore commenting scheme:Ingo Schwarze
before descending, after ascending, but not around single-subdir dirs
2016-09-03Add /var/syspatch to mtree(8).Antoine Jacoutot
OK many
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
shortly when we use the hardware thread register in userland
2016-09-01remove sparc piecesTheo de Raadt
2016-08-31create acme-client directoriesFlorian Obser
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-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-03-05Change default lpd spool directory to match the code; from Chris BennettAntoine Jacoutot
Add /var/spool/output/lpd to mtree(1). This removes the ability for the daemon group to write directly under /var/spool/output; though no breakage is expected since this directory was only supposed to contain line printer spooling directories. ok sthen@
2016-01-06delete vi catalog space; ok millertTheo de Raadt
2015-12-08libexec/smtpd dir no longer needed; ok gillesTheo de Raadt
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2015-11-05After removing National Language Support (NLS) from base, stopAlexander Bluhm
creating the directory /usr/share/nls. Having a non-existing default path in catopen(3) does not make sense, so remove it. If the user does not specify a NLS path, better fail early than fail because of an empty directory. Remove path form hier(7). OK stsp@ schwarze@ jmc@
2015-10-10Fix /var/spool/smtpd/offline ownership and mode.Antoine Jacoutot
ok gilles@