summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Set the script_name_sep variable to a safe value if it is notroam2001-12-122-0/+6
| | | | | | | | | | | | already set (e.g. a failed/skipped mergemaster run during an upgrade). Without this, if script_name_sep was not set in the rc.conf files, local scripts will not be executed on startup or shutdown. PR: misc/32687 Submitted by: Nicholas Paufler <echofox@discordia.ca> (the problem) Sheldon Hearn (the idea behind the fix) Reviewed by: sheldonh MFC after: 1 week
* - Improve line-wrapping and spacing so as to improve readability.rwatson2001-12-111-6/+7
| | | | | | | | | | - Add instructions regarding replacing 'my.domain', as this has come up on freebsd-questions. - Remove reference to rs.internic.net/templates, as that directory no longer exists. Instead, encourage them gently to talk to their network provider. MFC after: 1 week
* Add aliases pointing to postmaster for the two new mail related accounts.gshapiro2001-12-111-0/+2
| | | | | Reminded by: sheldonh MFC after: 3 days
* s/sysctl -w/sysctl/ru2001-12-1114-163/+163
|
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-0718-257/+775
| | | | | | | | | | of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
* o Update rc.network to reflect the recent change of default in therwatson2001-12-077-21/+21
| | | | | | | | | | | kernel TCP timer code: rather than checking for tcp_keepalive being set to "YES", check for "NO" and turn off keepalives if the variable is set in that manner. o Note: eventually, it would make sense to remove this variable from rc.conf management, and instead rely on sysctl.conf. In fact, this is probably true of a number of rc.conf variables whose sole aim is to drive the setting of sysctls at boot time.
* Install pam.d files with mode 0644, not 0755.des2001-12-061-1/+1
|
* Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068nsayer2001-12-061-0/+1
|
* Introduce the variable USE_PAM_D, which, if set, will cause pam.d to bedes2001-12-061-1/+8
| | | | | | | installed instead of pam.conf. This is for testing; the conditionals will be removed once we are confident that pam.d works as intended. Sponsored by: DARPA, NAI Labs
* Makefile for pam.d configuration files.des2001-12-061-0/+24
| | | | Sponsored by: DARPA, NAI Labs
* Protect the '*' in pppoed_provider (the default) from metacharactercjc2001-12-067-0/+14
| | | | | | | | | | expansion in the rc-scripts. PR: 32552 Submitted by: Gleb Smirnoff <glebius@rinet.ru> Approved by: ru Obtained from: ru MFC after: 1 day
* Awright, egg on my face. I should have taken more time with this. Thedes2001-12-0517-135/+139
| | | | | | | conversion script generated the wrong format, so the configuration files didn't actually work. Good thing I hadn't thrown the switch yet... Sponsored by: DARPA, NAI Labs (but the f***ups are all mine)
* Oops! Previous commit used tabs instead of spaces.des2001-12-051-2/+2
|
* Add /etc/pam.d.des2001-12-051-0/+2
| | | | Sponsored by: DARPA, NAI Labs
* pam.d-style configuration, auto-generated from pam.conf.des2001-12-0515-0/+286
| | | | Sponsored by: DARPA, NAI Labs
* Short README for /etc/pam.d, mostly extracted from the comments in pam.conf.des2001-12-051-0/+60
|
* Perl script that splits pam.conf into separate files suitable for pam.d.des2001-12-051-0/+73
| | | | Sponsored by: DARPA, NAI Labs
* Bruce says the links are not needed.des2001-12-051-2/+0
|
* Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". Adddes2001-12-041-4/+6
| | | | | | | | | backward compatibility symlinks for good measure. DEVFS already gets this right (except for the symlinks). PR: 24781 Submitted by: Christian Weisgerber <naddy@mips.inka.de> MFC after: 3 days
* Create {ad,da,...}s1[a-h].des2001-12-041-1/+1
| | | | | | PR: 19849 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> MFC after: 3 days
* The named.conf file should refer to named.conf(5) in addition tocjc2001-12-031-5/+5
| | | | | | | | named(8) in the comments. PR: 32459 Submitted by: "Gary W. Swearingen" <swear@blarg.net> MFC after: 2 days
* Use tabs where possible.obrien2001-12-011-11/+11
|
* GC cvs-1.8.1 import left-overs.ru2001-11-281-4/+0
|
* Whitespace police.ru2001-11-281-41/+41
| | | | Submitted by: cjc, ru
* Make sure the security check output includes a To: line in thesilby2001-11-282-3/+1
| | | | same way the daily run output does.
* Add hi_IN.ISCII-DEVache2001-11-272-0/+6
|
* Support the 'ciss' device node.msmith2001-11-271-0/+5
| | | | MFC after: 1 week
* Remeber to set the permissions on an md-backed /tmp to 01777, rather thanrwatson2001-11-275-0/+5
| | | | using the default of 0755.
* Catch two extraneous calls to expr(1) that slipped past rev 1.311.sheldonh2001-11-271-2/+2
|
* Have security add a To: root@host line; the lack of a To: line is causingsilby2001-11-271-0/+1
| | | | spambouncer to think my security logs are spam.
* Add entries for GDM (GNOME Display Manager).sobomax2001-11-261-0/+15
| | | | MFC after: 3 days
* Style clean-up.sheldonh2001-11-251-29/+31
| | | | Submitted by: bde
* Spelling police: sucessful -> successful.dd2001-11-247-7/+7
|
* second part of the patches to complete ipf changes to rcdarrenr2001-11-242-19/+15
| | | | | PR: multiple Submitted by: Arjan de Vet <devet@devet.org>
* Resolve all the ipfilter startup issues in rc.network with one big patchdarrenr2001-11-247-413/+497
| | | | | | | | | to get it all right, allowing ipnat to be enabled independantly of ipfilter in rc.conf (among other things). PR: multiple Submitted by: Arjan de Vet <devet@devet.org> Reviewed by: Giorgos Keramidas <keramida@FreeBSD.org>
* Sync with mainache2001-11-221-1/+2
|
* Copy from main termcapache2001-11-221-5/+5
|
* Merge with main variantache2001-11-221-2/+24
|
* Add Toshiba wireless LAN cardimp2001-11-211-0/+5
| | | | Submitted by: "Mark Sergeant" <msergeant@snsonline.net>
* 'ircd' is a better service name. Also note '6667' is unofficalobrien2001-11-201-1/+1
| | | | Submitted by: knu (name change)
* There is already an 'irc' service at port 194. However my experience is thatobrien2001-11-201-1/+1
| | | | 1667 is what is really used. So name port 1667 'irc-client'.
* Add IRCobrien2001-11-201-0/+1
|
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticsheldonh2001-11-201-94/+94
| | | | | | expansion instead. MFC after: 1 week
* Introduce new shell functions hexdigit, hexprint and zeropad.sheldonh2001-11-201-3/+48
| | | | | | | | Use these new functions instead of printf(1), which is scheduled for removal as a shell builtin command, and which will not be available as a standalone utility if MAKEDEV is run prior to mounting /usr. Requested by: knu
* Handle wtmp.0 being compressedbrian2001-11-201-5/+16
| | | | | | PR: 32113 Submitted by: Yar Tikhiy <yar@comp.chem.msu.su> MFC after: 1 week
* The rtsol must be done before the alias processing.ume2001-11-202-18/+24
| | | | | | PR: conf/31366 Submitted by: gshapiro MFC after: 1 week
* Since buildworld builds cf files specified in SENDMAIL_ADDITIONAL_MC,gshapiro2001-11-201-1/+6
| | | | | | | | installworld should install them. PR: 29928 Submitted by: wollman MFC after: 3 days
* Handle the sendmail_outbound_enable knob in the start target.gshapiro2001-11-201-4/+12
| | | | | PR: 32033 MFC after: 3 days
* Use shell functions for printing hex instead of printf(1) so thatsheldonh2001-11-192-4/+68
| | | | printf(1) can be dropped from the system shell as a shell builtin.
* Apply README style guidelines (this time checked).ru2001-11-192-12/+12
|
OpenPOWER on IntegriCloud