summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
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
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-12-15record failed login attemps by default, aka enable /var/log/failedlogin.Federico G. Schwindt
pval@ millert@ ok.
2002-11-07Install /var/log/message 644 since the beginning and change backPeter Valchev
newsyslog.conf to reflect that. More people seem to prefer that, and it can be easily changed if you like it another way. millert, fgs and others verbally agree
2002-09-06more photuris bits by bye byeTheo de Raadt
2002-08-31Install /etc/wsconsctl.conf on sparc.Miod Vallat
2002-07-18policy for lpdNiels Provos
2002-07-18named policy for systraceNiels Provos
2002-06-17we no longer do this. why was it edited incorrectly?Theo de Raadt
2002-06-01fix mkr for libssl changesTheo de Raadt
2002-05-23more dm parts going away; pjanzenTheo de Raadt
2002-05-22oops, missed another fileTheo de Raadt
2002-05-21remove MAKEDEV.local finallyTheo de Raadt
2002-05-16No more /etc/skeykeys; brad@Todd C. Miller
2002-05-14Major changes:Todd C. Miller
Job names are now "runtime.queue" where runtime is when the job will run in Unix time format. This is what SysV at does and allows us to nuke the .SEQ file. Historic BSD options for atq and atrm are now implemented; atq and atrm get their own man pages. At no longer does anything with the -v flag. We print the execution time when jobs are submitted so there is no need. Most *scanf() usage is gone (one remains in atrun). Better sanity checks in atrun. Random style/cleanup. With these changes we have the best of both worlds; POSIX compliance with the traditional BSD features.
2002-05-13move common distrib rules to main Makefile,Marc Espie
make -> ${MAKE} add phony targets remove unnecessary subshells install kernel in a separate target from building. some SUDO. okay deraadt@ (checked bootstrap on i386, should be safe elsewhere, and trivial to fix anyways)
2002-05-12Remove unnecessary subshellsMarc Espie
make -> ${MAKE} add exec at end of lines sprinkle with SUDO where needed (not enough for a full release yet) PHONY targets. ok millert@, deraadt@
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-04-28Move mvme88k to the joys of the m4-generated MAKEDEV world.Miod Vallat
2002-04-17Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches.Miod Vallat
2002-04-03oopsTheo de Raadt
2002-04-03wsconsctl.conf for sparc64 too; mickey okTheo de Raadt
2002-03-31vax is not m4 yetTheo de Raadt
2002-03-07Do not ignore mtree's exit value when updating via 4.4BSD.dist.Todd C. Miller
Use the -U flag instead of -u so mtree doesn't exit with non-zero when fixing up existing permissions/owners.
2002-02-26if ${DESTDIR} exists, do not modify the modeTheo de Raadt
2002-02-16hidden magic is stupidTheo de Raadt
2002-02-14install PCS on vax from hereTheo de Raadt
2002-02-14vax joins the fun.Todd T. Fries
2002-02-14hp300 joins the party; ok millert@Todd T. Fries
2002-02-13hppa is in.Todd T. Fries
2002-02-13enable amigaTodd T. Fries
2002-02-09indentTheo de Raadt
2002-02-08No automatic in-tree modification. my bad!Todd T. Fries
2002-01-23add vme, commented out at this pointTodd T. Fries
2002-01-22add files under etc/namedb. noted by openbsd@davidkrause.comJun-ichiro itojun Hagino
2002-01-08syncTodd T. Fries
2002-01-08syncTodd T. Fries
2002-01-08enable sun3; ok miod@Todd T. Fries
2002-01-07generate i386 (regress diff = more devices than before, ugen, etc..)Todd T. Fries
2002-01-04rules to build the MAKEDEV files:Todd T. Fries
all -> builds 'this' arch (etc.$(uname -m)/MAKEDEV) allarchs -> builds all archs (etc.*/MAKEDEV) clean -> cleans 'this' arch (etc.$(uname -m)/MAKEDEV) cleandirs -> cleans all archs (etc.*/MAKEDEV) also, build the MAKEDEV files during the release process
2001-12-25convert mkr/ckr to shell scripts, use mktemp(1)Theo de Raadt
2001-12-24close ppp.conf.sample file as requestedTheo de Raadt
2001-12-19csh maketars -> csh -f maketarsOleg Safiullin
ok millert@
2001-09-21do not run MAKEDEVTheo de Raadt
2001-09-20Install etc/kerberosV/krb5.conf.exampleHans Insulander
2001-09-01powerpc -> macppc port rename changesDale Rahn
2001-07-04wsconsctl.conf support, wsconsctl accepts saner var names now; raadtifiedMichael Shalayeff
2001-06-26bye bye MIPS related bits and pieces.Brad Smith
-- Ok'd by deraadt@
2001-06-26change default pf configuration files to pf.conf and nat.conf. ok theoKjell Wooding