summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* o Add a comment indicating that if /tmp==/var/tmp in rc.diskless2, therwatson2001-12-265-0/+20
| | | | | | | | md device and file system creation occurs *after* mtree is run, and as such an /var/tmp/* or /tmp/* entries will be under the mountpoint (or fail) rather than appearing in the md filesystems. This prevents the creation of vi.recover, and might affect other localizations that rely on the mtree calls affecting these directories.
* Remove incorrect comments about the population of /etc: no attempt isrwatson2001-12-263-15/+3
| | | | | made to copy the NFS-mounted on to /tmp/etc, instead, it is populated entirely from /conf/default, then overriden from /conf/IP.
* Now that smbfs is fully integrated into the base system, createsheldonh2001-12-261-0/+7
| | | | | | | /dev/nsmb* device nodes, which used to be done by the port installation. PR: 33068 Submitted by: Dimitry Andric <dim@xs4all.nl>
* Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-242-161/+0
| | | | Requested by: ache
* add LC_MESSAGES directory for uk_UA.ISO8859-5 localephantom2001-12-221-0/+2
|
* Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-212-0/+159
| | | | | | | | | | | LC_MESSAGES related data was installed to <locale>/LC_MESSAGES file. Now it go to <locale>/LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES directory is supposed to be storage of message catalogs of userland tools. This should allow us to avoid many potential problems with future libintl related functionality introduction. Thanks for useful suggestions about correct way how to replace plain files with directories at installworld stage to: Ruslan Ermilov <ru>
* Add uk_UA.ISO8859-5 localeache2001-12-202-0/+6
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Correct the given path to nsmb.conf in the comments, now that it'ssheldonh2001-12-201-1/+1
| | | | corrected in libsmb.
* Don't assume that /var/run and /var/spool/lock are on the samebrian2001-12-191-10/+13
| | | | | | partition. Submitted by: ru
* Whitespace police.ru2001-12-181-3/+3
|
* Install devfs includes.green2001-12-171-0/+2
|
* Add a missing .. to get out of smbfs/print.jhay2001-12-151-0/+1
|
* automatic creation of faith0 and stf0 for backward compatibility.ume2001-12-152-0/+4
| | | | MFC after: 2 days
* Add share/examples/smbfs/print for userland smbfs import.sheldonh2001-12-141-0/+3
| | | | | | | The addition of the smbfs examples should have included this delta. Failure to include this delta broken world. Reported by: jhay
* Fix a stray character that found its way into a filename.cjc2001-12-141-1/+1
|
* ftp(1) was not the only user of FTP_PASSIVE_MODE, libfetch uses itmikeh2001-12-141-1/+1
| | | | too, so add it back
* Add bmake glue for src/contrib/smbfs and connect userland smbfssheldonh2001-12-142-1/+56
| | | | | | | | | | support to the build. The MFC reminder below is subject to <re@FreeBSD.org> approval prior to 4.5-RELEASE. Reviewed by: bp, fjoe MFC: 1 week
* Work around the bugfeature of test(1).ru2001-12-142-2/+2
| | | | PR: bin/32822
* ftp(1) uses passive mode by default now, therefore removemikeh2001-12-141-1/+1
| | | | | | FTP_PASSIVE_MODE=YES. Pointed out by: billf
* rpc.lockd needs rpc.statd to be running for it to start up properly.alfred2001-12-137-28/+105
| | | | | | | | | so swap the order. Also allow rpc.lockd and rpc.statd to be turned on if nfsclient is enabled. They are needed to provide client side locking support. PR: conf/27811
* 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.
OpenPOWER on IntegriCloud