summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove rc.local (now deleted from CVS tree) from Makefile.dillon1998-12-141-2/+2
|
* Back out revs 1.181 and 1.182 which upset a few people. I hope thosejb1998-12-121-24/+1
| | | | | | | (3?) people will make an effort to help those who would have benefitted from this change. And just telling them that they should read and understand the significance of each message posted to -current is not really good enough IMHO.
* Change to the current directory before doing the install. I !love make.jb1998-12-111-1/+2
|
* Add logic to check if any of the BIN1 files do not already exist injb1998-12-101-1/+23
| | | | | | | ${DESTDIR}/etc and an install target to install the missing ones. This allows new files like pam.conf to be installed by the first installworld after the file is added, but avoid clobbering files that might be customized. This should save some support questions.
* Add a sample "/etc/pam.conf" file that configures the authenticationjdp1998-11-201-2/+3
| | | | | | | | | | | | | | | | | | methods used by login. Changes to "/usr/bin/login" to use it will be committed later today. The format of the file is described in pam(8). This sample file makes login behave in the traditional way. To wit, it enables authentication via S/Key and passwd/NIS lookups. KerberosIV authentication is present in the sample file but commented out. As a safety net and a transition aid, login will fall back on built-in passwd/NIS authentication if this configuration file is missing or if some other fatal PAM error occurs. This file will eventually replace "/etc/auth.conf", but not until I've finished converting the other utilities, such as passwd and su.
* 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
|
OpenPOWER on IntegriCloud