summaryrefslogtreecommitdiff
path: root/etc/mtree
AgeCommit message (Collapse)Author
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@
2002-03-31remove arc.Brad Smith
-- Ok'd by: deraadt@
2002-03-09Use 'nochange' not 'preserve' flag.Todd C. Miller
2002-03-04Use new preserve flag for the root directory.Todd C. Miller
2002-02-13don't ignore the contents of /etc/ssh; ok deraadt@Marco S Hyman
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-02-07Add a directory for altq config examples.Artur Grabowski
2002-01-18- add et_EEBrad Smith
- ru_SU -> ru_RU -- Ok'd by: heko@
2001-09-25a bit too soon.Marc Espie
2001-09-25Add /usr/share/gnu, for sharing config.guess, config.sub and other filesMarc Espie
in $ac_aux_dir.
2001-09-25make /var/emptyTheo de Raadt
2001-09-21dev/ is under the control of MAKEDEV, not mtreeTheo de Raadt
2001-09-11Scaffolding to support sendmail 8.12. Note that the new smmsp user/groupTodd C. Miller
are *required*.
2001-09-10add /etc/kerberosV. ok hin@Jakob Schlyter
2001-09-09and uucp dirs go away tooTheo de Raadt
2001-09-07add sparc64 directoriesJason Wright
2001-09-01powerpc -> macppc port rename changesDale Rahn
2001-06-29create /usr/libdata/sshTheo de Raadt
2001-06-27bye bye pmaxTheo de Raadt
2001-06-27primes was renamed to moduli, ok deraadtPeter Stromberg