summaryrefslogtreecommitdiff
path: root/etc/mtree
AgeCommit message (Collapse)Author
2004-01-29remove dupsTheo de Raadt
2004-01-29typoTheo de Raadt
2004-01-28make new arch man dirsTheo de Raadt
2003-10-31Pegasos port and dirs.Dale Rahn
2003-10-08Sample sensorsd.conf file.Alexander Yurchenko
ok henning@ millert@
2003-10-04uname=daemon for /var/msgs;Jason McIntyre
from Otto and myself; fixes PR 3392; ok deraadt@
2003-09-18remove /var/spool/newsNikolay Sturm
it is not used by base and the only port using it, uses another owner/group ok henning@, deraadt@
2003-08-19/usr/include/openssl is a directory now, ssl is not; ok millert@Markus Friedl
2003-07-01Add /etc/isakmpd dir as well as isakmpd.conf and isakmpd.policy files.Todd C. Miller
henning@ OK
2003-06-27remove kerberosIV configuration filesDavid Krause
ok hin@ deraadt@ pb@
2003-05-17Add /usr/include/kerberosV; ok millertMagnus Holmberg
2003-05-16Remove /usr/include/kerberosIVMiod Vallat
2003-04-09create /etc/isakmpd/crls to fix a warning when starting isakmpdTodd T. Fries
from Mathieu Sauve-Frankel m dot sauve at secureops dot com ok brad@
2003-03-30oops, missed two entries for /var/preserve;Jason McIntyre
removed /var/at from 4.4BSD.var; ok millert@
2003-03-28- no more /var/ssyslog (unused)Jason McIntyre
- no more /var/spool/lpd (lpd uses /var/spool/output) - no more /var/preserve (old vi directory) - update docs to reflect this help with systrace provos@ help and ok millert@
2003-03-17knock these games out, i hope the licenses are fixedTheo de Raadt
2003-03-13no more ching;Jason McIntyre
ok deraadt@
2003-03-12ps2/alpha; from davidTheo de Raadt
2003-03-11OK, this is a strange case. At least some parts of this software isTheo de Raadt
copyrighted, and then marked "Copying for Profit is Prohibited", but the author has passed away. A number of people have tried to make some sort of effort at trying to contact his estate, and have failed. Therefore, lacking the ability to correct this copyright, we must delete it. I would bet strongly that this is not what the author would have intended, but until we can get this resolved, this is the action we must take.
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
ANOTHER case of a developer having ignored licenses when importing code.
2003-02-19Move contents of /var/at into /var/cron since at is now intergrated intoTodd C. Miller
cron. When ISC cron 5.0 is out the integration will be even tighter. Also rename /var/cron/{allow,deny} -> /var/cron/cron.{allow,deny} for consistency with POSIX and at.{allow,deny} and install an empty cron.deny file (as we do at.deny) since crontab will require this in the near future for POSIX compliance. After a "make build" you can update your system as follows: # mv /var/at/* /var/cron # mv /var/cron/jobs /var/cron/atjobs # mv /var/cron.allow /var/cron/cron.allow # mv /var/cron.deny /var/cron/cron.deny # rm -rf /var/at # kill `cat /var/run/cron.pid` ; cron
2003-02-06make pf.conf 0600 by defaultHenning Brauer
discussed and agreed theo and daniel
2003-02-04enable bind now; some diffs from jakob, some from meTheo de Raadt
2003-01-29/usr/share/doc/html/bind; ok deraadt@Jakob Schlyter
2003-01-20Add /var/empty/devTodd C. Miller
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-11-23no more share/altqTheo de Raadt
2002-11-22add /usr/share/pfHenning Brauer
ok millert@
2002-11-22shadow -> _shadowMarco S Hyman
2002-11-21Add a "shadow" group and make the shadow passwd db readable by thatTodd C. Miller
group. This changes getpw* to always try the shadow db first and then fall back to the db w/o password hashes. In the future, /usr/libexec/auth/login_passwd (and others) will be setgid shadow instead of setuid root. OK deraadt@ If you track -current you should do the following: o add group shadow to /etc/group o chgrp shadow /etc/spwd.db o chmod 640 /etc/spwd.db o rebuild and install src/usr.sbin/pwd_mkdb You do not need to rebuild libc yet, but it would't hurt to do so.
2002-11-04sync uucp/uucp owner/group with that validated in special.Marco S Hyman
OK fgs@
2002-10-04smtpd left the buildingTheo de Raadt
2002-09-06more photuris bits by bye byeTheo de Raadt
2002-07-18teach mtree about systrace; okay deraadt@Niels Provos
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used
2002-07-11sample entry for UserDir /var/www/users; create empty /var/www/users;Markus Friedl
ok henning@, deraadt@
2002-07-07Add a port of FreeBSD/alpha's libio as libalpha. This library enableMatthieu Herrb
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@.
2002-06-17No more nat.conf; blessed by deraadtPeter Valchev
2002-06-11another bit that got missedBob Beck
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-08spool dirs should be group daemon, mode 0775Todd C. Miller
2002-06-07make /var/authpf owned and writable by group authpfBob Beck
2002-05-30space nitsTheo de Raadt
2002-05-23The troll strikes.. The troll strikes.. The dungeon master ↵Theo de Raadt
dies.distrib/sets/lists
2002-05-21create /etc/authpf and /var/authpf dirsTheo de Raadt
2002-05-16Replace skeykeys entry with proper skey entry. Pointed out by mickey@Todd C. Miller
2002-05-11at(1) is no longer setuid root, it is setgid crontab.Todd C. Miller
This means that /var/at/at.{allow,deny} must be readable by group crontab, /var/at/jobs is mode 01770, and /var/at/.SEQ is mode 0660.
2002-05-09crontab is no longer setuid root, it is now setgid crontab.Todd C. Miller
These changes were modelled after the Owl version of vixie-cron, but developed independently. Our crontab used to send cron SIGUSR1 to tell cron to reread the spool dir. Now that crontab is not setuid root this doesn't work. Instead, crontab pokes cron via a Unix domain socket located in the tabs dir. Please note, after these changes, the owner on user crontab files will have to be changed manually from root to the uid of the corresponding user for crontab to be usable. cron itself will accept tab files owned by either root or the user. Also, any /var/cron/{allow,deny} files must be readable by group crontab.
2002-04-24zap /usr/include/g++/gen, it's ancient.Marc Espie
2002-04-16create section 3p in /usr/local.Marc Espie
ok millert@