summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add auth.conf. JKH Added the code to understand this to libutil, andmarkm1998-10-081-2/+2
| | | | I will be following up with commits to use it in KerberosIV userland.
* Here are some scripts and man pages for configuring HARP ATMphk1998-10-061-2/+2
| | | | | | | interfaces. Reviewed by: phk Submitted by: Mike Spengler <mks@networkcs.com>
* Backout my previous commit. Oops.dima1998-09-251-2/+2
|
* ${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformatdima1998-09-251-2/+2
|
* initialize /etc/objformat for new installs, just to be sure.jkh1998-09-231-1/+5
|
* Add fbtab and rc.devfs to BIN1 sothat they are included in themax1998-09-221-4/+4
| | | | distribution.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-4/+1
|
* Gasp ! Bitten by the wonders of diff/patch ! Now's your chance tobrian1998-09-131-3/+1
| | | | | say ``I told you so'' Andrey ! Move the Id keyword to the right Makefile
* Add Id keywordbrian1998-09-131-1/+3
|
* MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98.jb1998-08-311-5/+5
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* The etc-sendmail.cf target is in src/etc/sendmail/Makefile, notjb1998-08-071-2/+2
| | | | src/etc/sendmail/cf/Makefile. This was an obstacle to 'make release'.
* Descend into sendmail directory and update hooks for make release so thatpeter1998-08-041-3/+5
| | | | it has a chance of working.
* Install motd once.guido1998-06-111-7/+3
|
* Install ${DESTDIR}/boot.help during `make distribution'.jkoshy1998-05-271-1/+2
| | | | | PR: 6063 Submitted by: Doug <Studded@dal.net>
* Make ttys machine specific.jb1998-05-161-2/+2
|
* Add new named configuration template and remove old templateache1998-05-071-2/+2
|
* Don't mention removed ppp sample filesbrian1997-11-091-4/+3
| | | | Pointed out by: jkh
* add /etc/mail--the anti-spam filesjmb1997-10-201-1/+4
| | | | branches affected: -current, RELENG_2_2, and RELENG_2_1_0
* ppp.secret.sample listed twice, at the cost of ppp.shells.sample.jkh1997-09-281-2/+2
|
* Point at /etc/periodicpst1997-08-161-2/+2
|
* Further optimize crontab's installation.jkh1997-08-141-3/+2
| | | | Submitted by: pst
* Yeesh! I completely missed the cron.d install here which did the rightjkh1997-08-141-3/+1
| | | | | thing already. Just remove the old references. Noted by: pst
* Add ppp.shells.sample and ppp.deny to Makefile so they actually appeardanny1997-08-131-2/+2
| | | | | | in a release. Reminded by: Satoshi and DavidG
* Make distribute target work again in the wake of the cron.d changes.jkh1997-08-131-2/+4
| | | | | Note: I don't like the way these files are being copied but every other method seemed gross too.
* Activate make distribute and pray I didn't break release building.pst1997-08-121-1/+2
|
* Add /etc/rc.shutdown capability to init.davidn1997-08-021-2/+2
| | | | | Add sample /etc/rc.shutdown (which is just a shell for now). Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Add BSD.x11.dist to list of files to copy to /etc/mtree. Sorry if thisasami1997-07-181-2/+3
| | | | | | | breaks "make release", Jordan! PR: 4110 Not reviewed by: jkh
* netstart wasn't getting installedpst1997-07-051-2/+2
|
* Remove /usr/local meddling.asami1997-06-041-16/+1
| | | | Approved by: jkh
* Bring in rc file changes from -current.jkh1997-04-271-4/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Adds a template/example login.conf, login class capabilities database.davidn1997-01-111-2/+2
|
* Get rid of the revolting hacks that were used to install thepeter1996-12-281-13/+2
| | | | | | /etc/sendmail.cf file. Submitted by: bde
* Fixed missing install of BSD.include.dist.bde1996-12-131-2/+2
|
* magic file is no longer in /etcjkh1996-12-131-2/+1
|
* Recent ppp changes broke make release. :-(pst1996-10-191-3/+4
|
* ``make install'' should not install the symlink /usr/sbin/rmt -> /etc/rmtwosch1996-08-181-1/+2
| | | | | | Only ``make distribution'' in src/etc/Makefile overrides things in /etc Pointed out by: joerg
* make install should not install any file in /etc.wosch1996-08-171-2/+8
|
* Remove root dotfiles which did more harm than good.jkh1996-08-141-7/+1
|
* Merge.jkh1996-07-131-2/+2
|
* Add ability to override sendmail .cf file specification.pst1996-07-111-3/+8
| | | | Add creation of ppp.log file since we rotate it now.
* The way sendmail.cf is installed here is gross and needs to be totallyjkh1996-06-251-2/+2
| | | | | redone. For now, use the objlink target to give it the obj directory it needs.
* Add skeleton firewall setup(s). Comments very welcome.phk1996-04-031-2/+3
|
* Install rc.pccard to get PC-CARD support (when available).nate1996-03-221-2/+2
|
* Fix the pccard install.phk1996-03-171-3/+3
|
* Hack-and-slash out the old 1.1.* stuff.markm1996-03-171-344/+1
| | | | | Later commits will bring in 4.4-Lite and 4.4-lite2 stuff. Reviewed by: bruce, rgrimes
* Install newsyslog.conf.joerg1996-02-151-3/+3
| | | | Bothered me in: all recent SNAPs
* Add amd.map to BIN1 - having it here does no harm and makes activationjkh1996-02-091-2/+2
| | | | of the sample sysconfig entry (and amd) a snap.
* Add empty /var/log/slip.log creation to distribution: target whereache1996-01-101-1/+3
| | | | | other empty logs created. Pointed by Bruce.
OpenPOWER on IntegriCloud