summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
2004-08-16fix the tree after jakob broke itTheo de Raadt
2004-08-06add sgi to MAKEDEV build.Per Fogelstrom
2004-07-06sample ntpd config fileHenning Brauer
2004-05-18generate entries for all of the ptys after more were added, ok deraadt millertDale Rahn
2004-05-04bye bye bootpd. You will not be missed.Theo de Raadt
2004-05-04nuke default .rhosts file; from S@mSmith.net, ok millertTheo de Raadt
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-05-01Install /etc/wsconsctl.conf on luna88k.Miod Vallat
2004-04-21Populate /etc for luna88kMiod Vallat
2004-02-29oopsTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
2004-02-16Introduce MAKEDEV.man*, an equivalent of MAKEDEV.mi and MAKEDEV.subMiod Vallat
designed to output mdoc rather than shell script, and use them to produce much better MAKEDEV.8 manual pages. Note that MAKEDEV.man relies upon BSD m4 behaviour, which all m4 binaries might not follow. mdoc help and comments jmc@, disabused ok deraadt@
2004-02-13Add cats to MAKEDEVARCHSMiod Vallat
2004-02-10install bgpd.conf mode 600, theo okHenning Brauer
2004-02-07add cats and amd64Theo de Raadt
2004-01-30Fix tab damage in Makefile introduced in previous commit, pointed out byDarren Tucker
STeve Andre
2004-01-30Add update-moduli target for regenerating ssh moduli file; from markus@Darren Tucker
ok deraadt@
2004-01-28amd64 hook upsMichael Shalayeff
2004-01-12vax joins the club; ok miod@Todd T. Fries
2004-01-12catch pegasos up with the rest; ok deraadtTodd T. Fries
2004-01-12+ alph2d() (thanks dr!), allow ttyU's a-zA-Z to be createdTodd T. Fries
2004-01-11support new MAKEDEV for pegasos; from toddTheo de Raadt
2003-12-24+bgpd.confHenning Brauer
2003-10-31Pegasos port and dirs.Dale Rahn
2003-10-08Sample sensorsd.conf file.Alexander Yurchenko
ok henning@ millert@
2003-09-23Sample files for /etc/mail, installed at 'make distribution' time.Todd C. Miller
2003-08-21Add derivative of Michal Zalewski's p0f v2 passive OS fingerprint databaseMike Frantzen
2003-06-27remove kerberosIV configuration filesDavid Krause
ok hin@ deraadt@ pb@
2003-03-30default timezone: Canada/MountainTheo de Raadt
2003-03-24Add *.iso to list of files in CKSUM/MD5 spotted by A.Farber.Dale Rahn
ok millert@ miod@ deraadt@
2003-03-10Move /var/log/sendmail.st creation to etc/Makefile where it belongs;Todd C. Miller
noticed by grange@
2003-03-08default spamd.conf file, with entries for spews 1, spews 2, china and koreaBob Beck
2003-03-04copy cd*.iso also, for snapshotsTheo de Raadt
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
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.