summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move the syscons configuration to a machine independent rc.syscons. Thejhb2001-01-091-1/+2
| | | | | syscons sh code was identical on both platforms except for whitespace differences.
* install rc.firewall6.ume2000-10-301-3/+3
|
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpdougb2000-10-291-1/+3
| | | | | | | | from being installed, and make rmail conditional on neither of NO_SENDMAIL and NOUUCP. PR: bin/21321 Submitted by: Me
* Add/use MTREE_FOLLOWS_SYMLINKS make.conf optionache2000-09-151-5/+5
| | | | | | This is part of whole subsystem fixing Reviewed by: imp
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Add BSD.x11-4.dist to list of mtree files to install (d'oh!).asami2000-08-281-1/+1
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Install /var/crash/minfree mode 644 instead of 664 - group wheel shouldn'tkris2000-08-151-1/+1
| | | | have special write permissions to things.
* Upon installation, create a symbolic link for /etc/aliases pointing togshapiro2000-08-141-0/+5
| | | | | /etc/mail/aliases. This should both help users as well as other MTAs which still use a default aliases path of /etc/aliases.
* Complete migration of aliases file to /etc/mail/aliases.gshapiro2000-08-131-1/+1
| | | | | The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster have been contacted so those may be updated as well.
* Add alaises as another file to install into /etc/mail/.gshapiro2000-08-131-3/+3
| | | | | Rename the variable from NOSPAM to ETCMAIL as the list of files actually only contains one antispam related file.
* Backout addition of -L switch to mtree. Using -L breaks themarcel2000-07-231-5/+5
| | | | | | build process in too many cases. Adding mtree to bootstrap-tools to solve this breaks the upgrade path because mtree needs a libc that has strtofflags and fflagstostr.
* Add -L to mtree calls since defaults changed backache2000-07-161-5/+5
|
* Change various log file modes from mode 664 to 644. Allowing grouppeter2000-07-141-7/+7
| | | | | | | | | | | wheel to trash logfiles is not exactly good security policy. There have been several gid wheel holes in ports. Various other files were changed as well (eg: the locate database were set to more restrictive modes (444) by their generation scripts) so this should be safe for them. utmp and wtmp are mode 644 already on all the systems we checked. Submitted by: jkb Reviewed by: kris
* Follow-up commit to today's gnu/usr.bin/perl commit; serial numbermarkm2000-07-021-1/+1
| | | | brought inline with Perl standards.
* Version number and directory changes for Perl 5.006.markm2000-06-251-1/+1
|
* Fix installworld-breaking bracket hanging around from last commit.nbm2000-06-231-1/+1
|
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-231-0/+3
| | | | | | | The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch
* Don't build manpages if NOMAN has been set.asmodai2000-06-211-0/+2
| | | | | PR: 17967 Submitted by: Benno Rice <benno@netizen.com.au>
* Install /etc/ssl/openssl.cnfkris2000-05-181-0/+8
| | | | | Submitted by: Doug Barton <DougB@gorean.org> Forgotten by: kris
* Remove pccard.conf.sample from Makefile, sorry I forgot.iwasaki2000-04-151-1/+1
|
* Enable etc/defaults/pccard.conf which is default configuration fileiwasaki2000-04-031-0/+3
| | | | | | | | | | for pccardd. Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf as well. Note that old pccard.conf.sample still remains for while but no longer to be maintained. Reviewed by: imp, -mobile ML and nomads ML in Japan.
* Register recently added pim6dd.conf and pim6sd.conf.shin2000-03-131-1/+2
| | | | Specified by: haro@tk.kubota.co.jp (Munehiro Matsuda)
* Expand the increasingly inaccurately named NOSPAM /etc file list to includerwatson2000-03-121-1/+2
| | | | | | | | new sample database files, so that they will be installed with make distribution. NOSPAM probably ought to be renamed to MAIL. Reviewed by: peter Approved by: jkh
* Install ssh files in /etc/ssh and tidy up a couple of other nitspeter2000-02-251-5/+9
|
* Ack! Time to get the pointy hat. Re-add missing / I left out.peter2000-02-251-1/+1
| | | | Submitted by: John Hay <jhay@mikom.csir.co.za>
* Fix references to crypto code to check that it exists first. Otherwisepeter2000-02-251-1/+1
| | | | | | | it breaks mergemaster (and probably other things). Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp> Approved by: jkh
* Run sshd at boot time if the sysadmin wants it. Also installmarkm2000-02-241-0/+5
| | | | ssh[d] config files in the right place.
* Added rc.network6.shin2000-02-241-1/+1
| | | | | | | Approved by: jkh Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah), Ruslan Ermilov <ru@ucb.crimea.ua>
* Intoduce a new make.conf entry, NO_MAKEDEV, and modifications torwatson2000-02-091-0/+2
| | | | | | | | | /etc/Makefile so that if it is defined, MAKEDEV all is not called during a make distribution. This helps clean up the messy userland in jail(), by reducing the number of devices exposed in jail. Modifications to jail(2) to follow. Approved by: jkh-arius
* 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
|
OpenPOWER on IntegriCloud