aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Run uustat as the uucp user where it can't do any damage.Kris Kennaway2001-09-101-1/+1
| | | | Notes: svn path=/releng/4.3/; revision=83316
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'.cvs2svn2001-04-212-105/+0
| | | | Notes: svn path=/releng/4.3/; revision=75750
* MFC Rev 1.8: Eliminate the null mount for /etc for diskless clients.Brian S. Dean2001-04-201-31/+35
| | | | | | | | | This works around the stabilily problems of null mounts. Approved by: jkh Notes: svn path=/stable/4/; revision=75748
* MFC rev 1.7 : Re-order how files are copied into the new /etcBrian S. Dean2001-04-171-5/+12
| | | | | | | | | | directory. Copy default first, then network-specific, finally followed by host-specific files. Approved by: jkh Notes: svn path=/stable/4/; revision=75636
* Fixes for diskless support.Luigi Rizzo2001-04-172-13/+21
| | | | | | | | | | | | in /etc/rc, let rc.diskless2 do the necessary mounts instead of running mount -a -t nonfs in /etc/rc.diskless2, do the various mounts in the right order Approved-by: jkh Notes: svn path=/stable/4/; revision=75611
* MFC: Log denied IXFR.Dirk Froemberg2001-04-141-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=75509
* MFC: load streams before svr4Jordan K. Hubbard2001-04-141-1/+3
| | | | Notes: svn path=/stable/4/; revision=75501
* MFC: Correct identify denied secondary zone transfer messages.Nate Williams2001-04-131-1/+1
| | | | | | | | PR: misc/26529 Approved by: jkh Notes: svn path=/stable/4/; revision=75487
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-091-0/+71
| | | | Notes: svn path=/stable/4/; revision=75354
* MFC: add "csshd"Brian Feldman2001-04-071-0/+2
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=75288
* MFC: The userdb database is different from the rest of the databases. ItGregory Neil Shapiro2001-04-021-2/+6
| | | | | | | | | | *must* be a btree. Revision Changes Path 1.14 +7 -3 src/etc/mail/Makefile Notes: svn path=/stable/4/; revision=75090
* MFC rev 1.296 and 1.297, add the -f flag to ln when creating the afaN device.Scott Long2001-03-271-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74884
* MFC: sync with XFree86-4.0.3.FUJISHIMA Satsuki2001-03-241-0/+38
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74725
* MFC rev 1.295. Create symlink for afaN device.Scott Long2001-03-231-0/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74681
* Revert rev 1.7 which used "`console' rather than `ttyv0' so there willDavid E. O'Brien2001-03-221-2/+3
| | | | | | | | | | | always be a getty on the console reguardless of the type of console. Instead always run a getty on ttyd0. Reviewed by: gallatin Approved by: jkh Notes: svn path=/stable/4/; revision=74664
* MFC: back outJordan K. Hubbard2001-03-221-0/+2
| | | | Notes: svn path=/stable/4/; revision=74649
* MFC: one contraversial and one non-contraversial change. rwatson andJordan K. Hubbard2001-03-222-3/+1
| | | | | | | | I will take the fall for the contraversial one if it looks like it has onwonted side-effects. :) Notes: svn path=/stable/4/; revision=74643
* MFC: libssl and libcrypto compat4x libraries.Paul Saab2001-03-221-0/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74619
* MFC: Merge supported devices. (1.181):Warner Losh2001-03-211-5/+58
| | | | | | | | | | | | | | | | | | | | | | | | | ata: # Panasonic Flash ATA BN-040ABP3 auto doesn't work sometimes ed: # I-O DATA PCET/TX # I-O DATA PCET/TX-R # I-O DATA PCLA/TE nsp: # Hewlett Packard M820e (CD-writer) wi: # 3com 3crwe737A AirConnect Wireless LAN PC Card might not work # Corega KK Wireless LAN PCCA-11 # Intel PRO/Wireless 2011 LAN PC Card might not work # IO Data WN-B11/PCM # NEC WL11C (PC-WL/11C) # NEC Corporation PK-WL001 Approved by: jkh # Note: the RELNOTES.TXT hardware list may need to be updated on -stable. Notes: svn path=/stable/4/; revision=74585
* MFC: CPUTYPE support for COPTFLAGS plus disabling switchKris Kennaway2001-03-211-0/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74552
* MFC: Add `ipv6_ifconfig_IFN_aliasN' directive to allow multiple aliases.Hajimu UMEMOTO2001-03-192-1/+11
| | | | | | | | | | etc/defaults/rc.conf: 1.94 -> 1.95 etc/rc.network6: 1.16 -> 1.17 Approved by: jkh Notes: svn path=/stable/4/; revision=74456
* MFC: Read information from local rc.conf file(s) to get proper settings forGregory Neil Shapiro2001-03-141-1/+1
| | | | | | | | | | | | | 'make start'. Revision Changes Path 1.13 +2 -2 src/etc/mail/Makefile Quick MFC requested by: jkh Approved by: jkh Notes: svn path=/stable/4/; revision=74225
* MFC: Add unaligned_print option (alpha only).Dag-Erling Smørgrav2001-03-131-0/+1
| | | | | | | | | | All the other bits (rc.alpha, rc.conf.5) have already been MFCed. PR: 21649 Approved by: jkh Notes: svn path=/stable/4/; revision=74190
* Call local startup scripts with the `stop' option on shutdown.Thomas Gellekum2001-03-121-11/+3
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74168
* MFC: Add libdataKris Kennaway2001-03-101-0/+2
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=74058
* MFC: Use the correct path to the SASL .h files as installed by the SASL port.Gregory Neil Shapiro2001-03-101-1/+1
| | | | | | | | | | Revision Changes Path 1.151 +2 -2 src/etc/defaults/make.conf Approved by: jkh Notes: svn path=/stable/4/; revision=74057
* MFC: Add a WANT_OPENSSL_MANPAGES knob to enable building the OpenSSLKris Kennaway2001-03-081-0/+7
| | | | | | | | | | | documentation. These aren't built by default because they spam a number of system manpages, but some creative games with MANDIR can install them to a directory of your choosing. Approved by: jkh Notes: svn path=/stable/4/; revision=73984
* Undo Revision 1.97.2.40: make.conf(5) has been added to RELENG_4Gregory Neil Shapiro2001-03-081-0/+4
| | | | | | | | | (I did say "yet" didn't I? :) Approved by: jkh Notes: svn path=/stable/4/; revision=73981
* Remove comment regarding updating make.conf(5) as that man page doesn'tGregory Neil Shapiro2001-03-081-4/+0
| | | | | | | | | exist in RELENG_4 (yet). Approved by: jkh Notes: svn path=/stable/4/; revision=73977
* MFC: move dev_mkdb earlier to avoid warnings.Jordan K. Hubbard2001-03-071-4/+4
| | | | Notes: svn path=/stable/4/; revision=73964
* Try for a less scary and more politically correct disclaimer aboutJordan K. Hubbard2001-03-071-9/+5
| | | | | | | CPUTYPE and CFLAGS variables. Notes: svn path=/stable/4/; revision=73956
* Put a warning into this file concerning the setting of CPUTYPE.Jordan K. Hubbard2001-03-071-0/+10
| | | | | | | Tripped over by: "Hartmann, O." <ohartman@klima.physik.uni-mainz.de> Notes: svn path=/stable/4/; revision=73949
* MFC: support daily sendmail -q runDavid E. O'Brien2001-03-061-0/+1
| | | | Notes: svn path=/stable/4/; revision=73854
* MFC: 1.5: Add missing redirection to /dev/null to prevent disturbing displayDavid E. O'Brien2001-03-061-2/+2
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=73852
* Style sync with -currentDavid E. O'Brien2001-03-061-4/+4
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=73851
* MFC: 1.21: Added "minimum3": spare room for multilingual installer andDavid E. O'Brien2001-03-061-0/+5
| | | | | | | driver floppy. The size is 3 x 1.44MB. Notes: svn path=/stable/4/; revision=73849
* MFC: 1.8: Add a unaligned_print option & document osf1_enableDavid E. O'Brien2001-03-061-0/+8
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=73848
* MFC: 1.10: support running sendmail -q dailyDavid E. O'Brien2001-03-061-0/+3
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=73847
* MFC: 1.130: Add commented-out entries for FTP_PROXY and HTTP_PROXYDavid E. O'Brien2001-03-061-4/+7
| | | | Notes: svn path=/stable/4/; revision=73846
* MFC: 1.47: Show denied secondary bind transfer attemptsDavid E. O'Brien2001-03-061-0/+7
| | | | Notes: svn path=/stable/4/; revision=73845
* MFC: 1.11: Add com1-4 as finger friendly shortcuts for /dev/cuaa0-3.David E. O'Brien2001-03-061-0/+6
| | | | Notes: svn path=/stable/4/; revision=73844
* I really did a number on adding the copyrights...David E. O'Brien2001-03-069-235/+2
| | | | Notes: svn path=/stable/4/; revision=73843
* Grrr. patch really did a number on me with these.David E. O'Brien2001-03-062-52/+0
| | | | Notes: svn path=/stable/4/; revision=73841
* MFC: 1.230: Only whack pseudo-terminals into shape if they exist. They mightDavid E. O'Brien2001-03-061-5/+7
| | | | | | | | not yet exist in the DEVFS case. 1.244: Apply a more consistent style to the echo statements in /etc/ Notes: svn path=/stable/4/; revision=73840
* Remove trailing whitespaceGregory Neil Shapiro2001-03-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=73839
* MFC: Use a different example to avoid confusionGregory Neil Shapiro2001-03-061-1/+1
| | | | | | | | Revision Changes Path 1.150 +2 -2 src/etc/defaults/make.conf Notes: svn path=/stable/4/; revision=73838
* Blah! got double copyrights on this oneDavid E. O'Brien2001-03-061-26/+0
| | | | Notes: svn path=/stable/4/; revision=73837
* MFC: 1.11: update documentation, expamples, and be more protective.David E. O'Brien2001-03-061-18/+28
| | | | Notes: svn path=/stable/4/; revision=73835
* MFC: 1.57: run pccard for laptop usersDavid E. O'Brien2001-03-061-0/+5
| | | | Notes: svn path=/stable/4/; revision=73833
* MFC: add copyright noticesDavid E. O'Brien2001-03-0613-2/+338
| | | | Notes: svn path=/stable/4/; revision=73829