summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* UUCP removal Phase III.kris2001-10-011-3/+0
|
* Change permissions for initial install of maillog file to 640. (from 644)jlemon2001-09-171-1/+1
| | | | Pointed out by: rwatson
* Allow group network to read ppp.log & slip.log.brian2001-09-031-2/+2
| | | | Suggested by: Jesper Skriver <jesper@FreeBSD.org>
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-301-3/+0
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* chown syntax is user:group now.alex2001-08-291-1/+1
|
* Remove diskcheckd.confbrian2001-08-291-1/+1
|
* Add/install /etc/opieaccess skeletonache2001-08-141-2/+2
| | | | Approved by: markm
* Remember to install diskcheckd.confphk2001-06-131-1/+1
|
* Deal properly with *.US-ASCII familyache2001-06-101-4/+2
|
* Fix Latin1 man directories for new locale namesache2001-06-101-1/+9
|
* New locale names and aliases to old onesache2001-06-101-2/+2
|
* Remove configuration file for pim6[ds]d.ume2001-06-041-2/+1
| | | | Submitted by: sumikawa
* Add NO_I4B to avoid building/installing isdn4bsd package.ru2001-05-231-2/+8
| | | | | Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
* o Install sysctl.conf with all other *.conf files;sobomax2001-04-191-2/+2
| | | | | | o put a note into sysctl.conf describing vfs.vmiodirenable knob. OK'ed by: alfred
* Change NO_MAKEDEV to a finer granularity method:asmodai2001-03-291-1/+3
| | | | | | | | NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge.
* At least install primes to the right place, for now. I suppose.green2001-03-271-2/+2
| | | | Reminded by: everyone
* Install /etc/primes.green2001-03-241-0/+1
|
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
* Don't install MAKEDEV or MAKEDEV.local if NO_MAKEDEV is set.des2001-03-131-3/+3
| | | | | PR: 25596 Submitted by: Jonathan Perkin <sketchy@bsdcode.net>
* Don't build/install sendmail related items if NO_SENDMAIL is set.gshapiro2001-03-011-1/+5
| | | | Submitted by: ru
* Move creation of the sendmail statistics file from the usr.sbin/sendmailgshapiro2001-02-221-1/+1
| | | | | | Makefile to the etc/sendmail Makefile to be consistent with all of the other /var file creations. In doing so, change the Makefile target from etc-sendmail.cf to distribution as it installs more than just the sendmail.cf.
* Create directory infrastructure required to format, displayru2001-02-191-0/+1
| | | | | | | | and store preformatted /usr/share/man manual pages in 8-bit iso-8859-1 charset for all *_*.ISO_8859-1 locales. Requested by: des Input from: ache
* 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>
OpenPOWER on IntegriCloud