summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
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
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-01-11sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbinPeter Galbavy
2000-01-05rtadvd.confAngelos D. Keromytis
1999-11-26/var/db/locate.database should be owned by root, not nobody. WhileTodd C. Miller
/usr/libexec/locate.updatedb does run as nobody the redirection is done as root so the resulting file is owned by root. sync log file owner/mode with what is is newsyslog.conf
1999-10-08Oops... CKSUM should hold cksum results, and be sorted on 3rd fieldMarc Espie
1999-10-08Final framework for amiga tools.Marc Espie
1999-09-29httpd has a Makefile.bsd-wrapper nowTheo de Raadt
1999-09-28make distribution in sshTheo de Raadt
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert
1999-07-06your basic rc.shutdown fileTheo de Raadt
1999-04-30install afs/SuidCellsArtur Grabowski
1999-03-17run libssl distribution targetTheo de Raadt
1999-01-04namedb files go in /var/named/namedTodd C. Miller
1998-12-01chdir to ${DESTDIR}/ to create sys -> usr/src/sys link.Oleg Safiullin
This avoids creating of incorrect symlink ${HOME}/sys -> usr/src/sys when DESTDIR="".
1998-10-30Run mtree with -q in distrib-dirs targetTodd C. Miller
1998-09-19use OSrevTodd T. Fries
1998-09-15install afs configurationArtur Grabowski