summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install mailer.conf in /etc/mail instead of /etc.nyan2000-01-091-2/+1
| | | | Reviewed by: peter
* Try and sort BIN1 a bit, it was all over the place.peter1999-12-291-11/+14
| | | | | Add mail/mailer.conf (repocopied from /etc/mailer.conf to /etc/mail/mailer.conf on obrien's request)
* Add the usbd.conf to the distribution target.n_hibma1999-11-221-1/+1
|
* Use a common MAKEDEV between the Alpha and i386 - the only differencespeter1999-11-181-1/+1
| | | | | of significance were due to the Alpha version going stale. We use common device numbering for devices. Hopefully, this file's days are numbered.
* Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf)peter1999-10-291-1/+2
|
* adjust Makefile to handle make.conf's new locationdillon1999-10-281-1/+4
| | | | Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
* Move /var/cron/log to /var/log/cronn_hibma1999-09-061-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* This is the addition of a syslog(3) security.* top-level category. Thisgreen1999-08-211-1/+3
| | | | | | | | | should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris
* Add a default ppp.conf (mode 600).brian1999-07-261-1/+4
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Put apmd configuration and rc files in /etc.iwasaki1999-07-101-2/+3
| | | | Update some files for apmd.
* Install dhclient.conf.obrien1999-07-091-11/+10
| | | | | PR: conf/12458 Submitted by: Doug <doug@gorean.org>
* Actually install the virgin copies of the /etc files that we so proudlysheldonh1999-06-241-1/+8
| | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
* Sync with changes in /etc/mail.jkh1999-05-111-2/+2
|
* Add extra dirs needed by install. Do the include/* by reusingmarkm1999-05-051-1/+3
| | | | | | BSD.include.dist to make tracking this easier. Pointed out by: Rod Grimes
* Remove old locale links conversion stuffache1999-04-111-17/+1
|
* Add an example hosts.allow for the (base system) tcp_wrappers.markm1999-03-281-4/+4
| | | | Anyone with good ideas for this is welcome to contribute.
* jkh accidently removed rc.diskless1 & 2, then put rc.diskless back whendillon1999-02-121-2/+2
| | | | | | he moved rc.conf. Then he deleted rc.diskless when it ( of course ) didn't work. Now I'm putting the originally accidently removed rc.diskless{1,2} back in.
* Add /usr/share/examples/ppp directorybrian1999-02-111-3/+2
| | | | | Don't install /etc/ppp/ppp.*.example Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample
* This tries to install rc.diskless, but there is no such file.jkh1999-02-111-2/+2
| | | | | I don't know which of the two to install in its place so just remove it for now and get the release build working again.
* Install a little, erm, less from the etc/defaults directory.jkh1999-02-101-2/+2
|
* Install rc.conf properly into /etc/defaults/ directory.jkh1999-02-091-3/+4
|
* Revamp rc.diskless. Split into rc.diskless1 and rc.diskless2. providedillon1999-02-091-2/+2
| | | | | more opportunities for overriding. Clean up /etc/rc ( remove conf_dir, remove startup mount special cases, remove other special cases )
* Commit first rc.diskless startup plus modifications to rc.conf and Makefiledillon1999-01-251-2/+3
| | | | to make it work. NOTE! Uses new kern.conf_dir sysctl.
* Integrate the ISDN subsystem into the /etc/rc frameworkhm1999-01-131-2/+2
| | | | Reviewed by: Joerg Wunsch
* No longer install outdated boot.help file.rnordier1999-01-101-2/+1
|
* add directory /etc/isdn and populate ithm1999-01-101-1/+2
|
* 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
OpenPOWER on IntegriCloud