aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Proxim Harmony card (from Bob)Warner Losh2001-12-281-6/+13
| | | | | | | | | Also fix a minor disordering of a wi card while I'm here. Submitted by: bob bobing <this_is_my_act@yahoo.com> Notes: svn path=/head/; revision=88561
* Fix some leftover stray characters from expr(1)-to-$(()) sweeps.Crist J. Clark2001-12-271-2/+2
| | | | | | | | | PR: bin/33158 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> MFC after: 1 day Notes: svn path=/head/; revision=88560
* Remove nonstandard floppy device nodes. Only keep the base device node,Joerg Wunsch2001-12-271-85/+0
| | | | | | | | | | plus the symbolic links to the fake BSD partitions. Also remove the rfd* devices, they are neither necessary nor documented anymore. Notes: svn path=/head/; revision=88533
* Re-introduce the fix that delays mounting of network filesystems untilSheldon Hearn2001-12-272-1/+34
| | | | | | | | | | | | | | | | | | | | | the network is initialized. This was first implemented in rev 1.268 of src/etc/rc, but was backed out at wollman's request. The objection was that the right place for the fix is in mount(8). Having looked at that problem, I find it hard to believe that the hoops one would have to jump through can be justified by the desire for purity alone. Note that there are reported issues surrounding nfsclient kernel support and mount_nfs(8), which currently make NFS an ugly exception to the general case. With this change, systems with non-NFS network filesystems configured for mounting on startup in /etc/fstab are no longer guaranteed to fail on startup. Notes: svn path=/head/; revision=88531
* Remove a stale entry related to passing ARP with bridging and ipfw.Luigi Rizzo2001-12-271-2/+0
| | | | | | | | | | | | This feature has been removed since 4.1 times and it is only a source of confusion. Same needs to be done on -stable. MFC after: 1 day Notes: svn path=/head/; revision=88523
* Longshire LCS-8634TBWarner Losh2001-12-271-0/+6
| | | | | | | Submitted by: "Frank W. Josellis" <josellis@dynamics.claranet.de> Notes: svn path=/head/; revision=88522
* Some new cards:Warner Losh2001-12-271-5/+19
| | | | | | | | | | | | o uncommnent joy stuff (me) o Add BONDWELL B236 joystick card (me) o Add Buffalo WLI-CF-S11G wi card (me) o CNF CD-m (submitted by gda) Submitted by: Dmitry A Goncharov <gda@sani.ru> Notes: svn path=/head/; revision=88517
* o Add a comment indicating that if /tmp==/var/tmp in rc.diskless2, theRobert Watson2001-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. Notes: svn path=/head/; revision=88497
* Remove incorrect comments about the population of /etc: no attempt isRobert Watson2001-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. Notes: svn path=/head/; revision=88496
* Now that smbfs is fully integrated into the base system, createSheldon Hearn2001-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> Notes: svn path=/head/; revision=88495
* Back out recent replacement of LC_MESSAGES file with directory.Alexey Zelkin2001-12-242-161/+0
| | | | | | | Requested by: ache Notes: svn path=/head/; revision=88459
* add LC_MESSAGES directory for uk_UA.ISO8859-5 localeAlexey Zelkin2001-12-221-0/+2
| | | | Notes: svn path=/head/; revision=88402
* Slightly re-work locale messages storage scheme. Before this commitAlexey Zelkin2001-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> Notes: svn path=/head/; revision=88348
* Add uk_UA.ISO8859-5 localeAndrey A. Chernov2001-12-202-0/+6
| | | | | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua> Notes: svn path=/head/; revision=88314
* Correct the given path to nsmb.conf in the comments, now that it'sSheldon Hearn2001-12-201-1/+1
| | | | | | | corrected in libsmb. Notes: svn path=/head/; revision=88287
* Don't assume that /var/run and /var/spool/lock are on the sameBrian Somers2001-12-191-10/+13
| | | | | | | | | partition. Submitted by: ru Notes: svn path=/head/; revision=88199
* Whitespace police.Ruslan Ermilov2001-12-181-3/+3
| | | | Notes: svn path=/head/; revision=88140
* Install devfs includes.Brian Feldman2001-12-171-0/+2
| | | | Notes: svn path=/head/; revision=88050
* Add a missing .. to get out of smbfs/print.John Hay2001-12-151-0/+1
| | | | Notes: svn path=/head/; revision=87980
* automatic creation of faith0 and stf0 for backward compatibility.Hajimu UMEMOTO2001-12-152-0/+4
| | | | | | | MFC after: 2 days Notes: svn path=/head/; revision=87974
* Add share/examples/smbfs/print for userland smbfs import.Sheldon Hearn2001-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 Notes: svn path=/head/; revision=87959
* Fix a stray character that found its way into a filename.Crist J. Clark2001-12-141-1/+1
| | | | Notes: svn path=/head/; revision=87956
* ftp(1) was not the only user of FTP_PASSIVE_MODE, libfetch uses itMike Heffner2001-12-141-1/+1
| | | | | | | too, so add it back Notes: svn path=/head/; revision=87887
* Add bmake glue for src/contrib/smbfs and connect userland smbfsSheldon Hearn2001-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 Notes: svn path=/head/; revision=87874
* Work around the bugfeature of test(1).Ruslan Ermilov2001-12-142-2/+2
| | | | | | | PR: bin/32822 Notes: svn path=/head/; revision=87852
* ftp(1) uses passive mode by default now, therefore removeMike Heffner2001-12-141-1/+1
| | | | | | | | | FTP_PASSIVE_MODE=YES. Pointed out by: billf Notes: svn path=/head/; revision=87835
* rpc.lockd needs rpc.statd to be running for it to start up properly.Alfred Perlstein2001-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 Notes: svn path=/head/; revision=87781
* Set the script_name_sep variable to a safe value if it is notPeter Pentchev2001-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 Notes: svn path=/head/; revision=87728
* - Improve line-wrapping and spacing so as to improve readability.Robert Watson2001-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 Notes: svn path=/head/; revision=87683
* Add aliases pointing to postmaster for the two new mail related accounts.Gregory Neil Shapiro2001-12-111-0/+2
| | | | | | | | Reminded by: sheldonh MFC after: 3 days Notes: svn path=/head/; revision=87664
* s/sysctl -w/sysctl/Ruslan Ermilov2001-12-1114-163/+163
| | | | Notes: svn path=/head/; revision=87646
* Long ago, there was just /etc/daily. Then /etc/security was split outCrist J. Clark2001-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 Notes: svn path=/head/; revision=87514
* o Update rc.network to reflect the recent change of default in theRobert Watson2001-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. Notes: svn path=/head/; revision=87500
* Install pam.d files with mode 0644, not 0755.Dag-Erling Smørgrav2001-12-061-1/+1
| | | | Notes: svn path=/head/; revision=87468
* Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068Nick Sayer2001-12-061-0/+1
| | | | Notes: svn path=/head/; revision=87464
* Introduce the variable USE_PAM_D, which, if set, will cause pam.d to beDag-Erling Smørgrav2001-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 Notes: svn path=/head/; revision=87447
* Makefile for pam.d configuration files.Dag-Erling Smørgrav2001-12-061-0/+24
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=87446
* Protect the '*' in pppoed_provider (the default) from metacharacterCrist J. Clark2001-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 Notes: svn path=/head/; revision=87443
* Awright, egg on my face. I should have taken more time with this. TheDag-Erling Smørgrav2001-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) Notes: svn path=/head/; revision=87423
* Oops! Previous commit used tabs instead of spaces.Dag-Erling Smørgrav2001-12-051-2/+2
| | | | Notes: svn path=/head/; revision=87422
* Add /etc/pam.d.Dag-Erling Smørgrav2001-12-051-0/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=87421
* pam.d-style configuration, auto-generated from pam.conf.Dag-Erling Smørgrav2001-12-0515-0/+286
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=87419
* Short README for /etc/pam.d, mostly extracted from the comments in pam.conf.Dag-Erling Smørgrav2001-12-051-0/+60
| | | | Notes: svn path=/head/; revision=87417
* Perl script that splits pam.conf into separate files suitable for pam.d.Dag-Erling Smørgrav2001-12-051-0/+73
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=87416
* Bruce says the links are not needed.Dag-Erling Smørgrav2001-12-051-2/+0
| | | | Notes: svn path=/head/; revision=87382
* Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". AddDag-Erling Smørgrav2001-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 Notes: svn path=/head/; revision=87314
* Create {ad,da,...}s1[a-h].Dag-Erling Smørgrav2001-12-041-1/+1
| | | | | | | | | PR: 19849 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> MFC after: 3 days Notes: svn path=/head/; revision=87313
* The named.conf file should refer to named.conf(5) in addition toCrist J. Clark2001-12-031-5/+5
| | | | | | | | | | | named(8) in the comments. PR: 32459 Submitted by: "Gary W. Swearingen" <swear@blarg.net> MFC after: 2 days Notes: svn path=/head/; revision=87262
* Use tabs where possible.David E. O'Brien2001-12-011-11/+11
| | | | Notes: svn path=/head/; revision=87170
* GC cvs-1.8.1 import left-overs.Ruslan Ermilov2001-11-281-4/+0
| | | | Notes: svn path=/head/; revision=87051