summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
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
2001-06-26add pf.filter and pf.nat; ok @deraadtDaniel Hartmeier
2001-06-25Install /etc/kerberosV/READMEHans Insulander
2001-06-22install new moduliNiels Provos
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-14Install /etc/kerberosIV/krb.extra and /etc/kerberosIV/krb.equivHans Insulander
2001-05-04Install empty sudoers file in /etcTodd C. Miller
2001-04-01no longer install those nowTheo de Raadt
2001-02-10install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rcMichael Shalayeff
2001-01-21do not intsall rtadvd.conf into /etc, it is not required to use itJun-ichiro itojun Hagino
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame.
2000-10-10add primes that can be used for diffie-hellman key exchangeNiels Provos
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-07-18chmod proper file; chouanard@parc.xerox.comTheo de Raadt
2000-06-25increase flexibility of distribution-etc-root-var:Christian Weisgerber
- NOMAKEDEV to optionally skip making devices - allow building aliases.db under /var/tmp will come in handy with mergemaster; ok millert@
2000-06-19cvs strikes again!; thanks to Oleg Safiullin <form@openbsd.ru>Todd T. Fries
for pointing out this evaded the last commit
2000-04-29handle .tgz files tooTheo de Raadt
2000-04-25fix install mode for skel/dot.rhostsJakob Schlyter
2000-04-25skeletal login directory into /etc/skelJakob Schlyter
2000-04-07install correct cf distributionTheo de Raadt