aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Newer Netgear MA401RA entry.Warner Losh2002-09-281-0/+6
| | | | | | | Submitted by: Michael Ranner Notes: svn path=/head/; revision=104098
* Fix moused so you can use the stop commandGordon Tetlow2002-09-271-3/+1
| | | | | | | Reported by: wa1ter@myrealbox.com Notes: svn path=/head/; revision=104039
* Two fixes:Warner Losh2002-09-271-1/+7
| | | | | | | | | | | | 1) Add new card entry for nortel eMobility wi card (from email that I've lost the sender on :-( 2) put ata devices at config 0x1 rather than auto. This should be better for nearly all cases. MFC after: 3 days Notes: svn path=/head/; revision=104029
* Document at least one meaningful RELENG_5 feature, the ability to hide fromJuli Mallett2002-09-251-0/+3
| | | | | | | | | a user processes which run with an inequivalent class of UID credentials. Sponsored by: Rachel Hestilow <rachel@jerkcity.com> Notes: svn path=/head/; revision=103975
* Add a pkg_version variable so that it's possible to run portsversion insteadBrian Somers2002-09-252-1/+2
| | | | | | | of pkg_version in periodic/weekly/400.status-pkg. Notes: svn path=/head/; revision=103948
* Make it work with POSIX sort (POS arg).Andrey A. Chernov2002-09-245-5/+5
| | | | | | | All old sorts understand -k too. Notes: svn path=/head/; revision=103903
* Use mdmfs(8) rather than rolling our own RAM-disks.Poul-Henning Kamp2002-09-226-24/+6
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103799
* Rename the ftp log filename for compatability with OpenBSD and NetBSD.Mark Murray2002-09-213-3/+3
| | | | | | | Requested by: ru Notes: svn path=/head/; revision=103738
* Install empty ftp.log file to start off ftp logging.Mark Murray2002-09-201-0/+2
| | | | Notes: svn path=/head/; revision=103720
* Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd'sMark Murray2002-09-202-0/+2
| | | | | | | are attacked for us to throw away this sort of evidence. Notes: svn path=/head/; revision=103719
* up gif during setup.Hajimu UMEMOTO2002-09-203-0/+3
| | | | Notes: svn path=/head/; revision=103710
* Quiet warnings on shutdown.Gordon Tetlow2002-09-191-1/+1
| | | | Notes: svn path=/head/; revision=103655
* Unbreak installworld.Don Lewis2002-09-191-0/+4
| | | | | | | | Apparently /usr/include/dev grew a couple of subdirectories, but nobody informed mtree. Notes: svn path=/head/; revision=103627
* Add some extra directories created by recent versions of XFree86-4Kris Kennaway2002-09-191-0/+10
| | | | | | | | Reviewed by: anholt (XFree86-4 maintainer) MFC after: 1 day Notes: svn path=/head/; revision=103580
* Fix implementation of rc variables $amd_flags and $amd_map_program inRalf S. Engelschall2002-09-181-2/+2
| | | | | | | | | | rcNG. The $amd_flags variable was already taken over into $rc_flags by run_rc_command() when amd_precmd() is executed, so changing $amd_flags there no longer effects the actual execution of amd. Hence in amd_precmd() the $rc_flags have to be adjusted instead. Notes: svn path=/head/; revision=103532
* MFC: Elan support;Sam Leffler2002-09-171-0/+6
| | | | | | | | | | | | | o Recognize AMD Elan SC520 hostbridge. o Add initialization code for the AMD Elan sc520 which maps the MMCR into KVM and sets the i8254 frequency to the correct value. o MAKEDEV entry for elan-mmcr device Reviewed by: phk, jhb Approved by: re(jhb) Notes: svn path=/head/; revision=103510
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-174-31/+16
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Fix sendmail to use checkyesno since rc.conf is no longer re'sourced from theGordon Tetlow2002-09-121-6/+2
| | | | | | | debug statement. Notes: svn path=/head/; revision=103264
* Use bzip2 instead of gzip for those logs we compress.David E. O'Brien2002-09-121-15/+15
| | | | | | | Basic idea agreed to by: rwatson Notes: svn path=/head/; revision=103263
* Remove the sourceing of rc.conf from the debug subroutine. This causedGordon Tetlow2002-09-121-5/+0
| | | | | | | problems when you try to override variables locally. Notes: svn path=/head/; revision=103262
* Cosmetic cleanup to a message.John Baldwin2002-09-111-1/+1
| | | | Notes: svn path=/head/; revision=103231
* Quiet warnings about non-existent scripts. My own fault for not testing myGordon Tetlow2002-09-111-1/+1
| | | | | | | own patches as well as I should. Notes: svn path=/head/; revision=103207
* Fix syscons so it actually does start.Gordon Tetlow2002-09-091-1/+3
| | | | | | | | Reported by: keramida, ume Submitted by: keramida Notes: svn path=/head/; revision=103161
* Add an entry for corega WL PCCL-11.Mitsuru IWASAKI2002-09-061-0/+6
| | | | | | | | | | PR: conf/42481 Submitted by: NINOMIYA Hideyuki <nin@jp.FreeBSD.org> Approved by: imp MFC after: 1 week Notes: svn path=/head/; revision=103031
* Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation onGordon Tetlow2002-09-0641-59/+59
| | | | | | | OS-dependent case switches. Notes: svn path=/head/; revision=103019
* Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convertGordon Tetlow2002-09-061-3/+4
| | | | | | | | | all instances of `${CMD_OSTYPE}` to just using ${OSTYPE}. This saves us a shell invocation on anything that is OS-dependent. I seriously doubt that we will be spontaneously changing OS types during bootup. Notes: svn path=/head/; revision=103018
* rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' whichPeter Wemm2002-09-061-1/+1
| | | | | | | does not exist. Notes: svn path=/head/; revision=102997
* Only try to initialize syscons if /dev/ttyv0 exists and it's not a pcvt.Bill Fenner2002-09-051-140/+156
| | | | Notes: svn path=/head/; revision=102993
* Only try to run /usr/sbin/ispcvt if it exists and is executable.Bill Fenner2002-09-051-1/+9
| | | | Notes: svn path=/head/; revision=102992
* Add an archdep script and hook it up to the build.Gordon Tetlow2002-09-052-11/+93
| | | | | | | Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=102986
* Hook bootparams up to the worldGordon Tetlow2002-09-051-11/+11
| | | | Notes: svn path=/head/; revision=102983
* Introduce bootparamd into the boot scripts. Add a bootparamd_enable andGordon Tetlow2002-09-052-2/+13
| | | | | | | | | _flags to rc.conf Submitted by: John Hay <jhay@zibbi.icomtek.csir.co.za> Notes: svn path=/head/; revision=102982
* Deprecate the use of sendmail_enable="NONE" as it adversely affects theGregory Neil Shapiro2002-09-031-2/+1
| | | | | | | | | new rcNG effort. Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=102915
* nfsd doesn't die on SIGTERM but on SIGUSR1, correct script to kill nfsd withGordon Tetlow2002-09-031-0/+1
| | | | | | | the right signal. Notes: svn path=/head/; revision=102901
* We don't use single_mountd_enable anymore. It's just mountd_enable. I mustGordon Tetlow2002-09-021-1/+1
| | | | | | | have missed this in my earlier sweep. Notes: svn path=/head/; revision=102866
* Only install the scripts that actually used on FreeBSD.Gordon Tetlow2002-09-021-15/+12
| | | | Notes: svn path=/head/; revision=102865
* Commit a revised sendmail script that works the same way as rc.sendmail.Gordon Tetlow2002-09-021-30/+43
| | | | | | | This should also quell warnings when sendmail_enable="NONE" Notes: svn path=/head/; revision=102864
* Turn rc_ng on by default now, it's time has come. While we are at it, I'dGordon Tetlow2002-09-021-1/+1
| | | | | | | | like to thank Mike Makonnen for all his work on rcNG. Without him, none of this would have been possible. Notes: svn path=/head/; revision=102856
* establish default values for /etc/rc.d/pcvt scriptHellmuth Michaelis2002-08-301-0/+18
| | | | Notes: svn path=/head/; revision=102617
* integrate pcvt configuration into the new /etc/rc.d startup systemHellmuth Michaelis2002-08-302-1/+227
| | | | | | | | PR: i386/7100 Reviewed by: Gordon Tetlow <gordon@FreeBSD.org> Notes: svn path=/head/; revision=102615
* Only create a temporary file if we are actually going to do somethingCrist J. Clark2002-08-257-7/+7
| | | | | | | | | | | | in the script. Eliminates a bug where we create a temp file, but don't delete it since the rm(1) is only done if the check is enabled. PR: bin/40960 Submitted by: frf <frf@xocolatl.com> MFC after: 3 days Notes: svn path=/head/; revision=102398
* Print out a carriage return to make the screen output make more senseGordon Tetlow2002-08-201-1/+1
| | | | | | | Submitted by: mike@ Notes: svn path=/head/; revision=102154
* I missed the single_mountd_enable in rc.network.Gordon Tetlow2002-08-151-1/+1
| | | | | | | Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=101894
* Remove an accidental double chkdepend that snuck in during the last commit.Gordon Tetlow2002-08-151-1/+0
| | | | | | | Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=101893
* Don't export variables from /etc/rc when doing rc_ng because the scriptsGordon Tetlow2002-08-141-2/+0
| | | | | | | | | are sourced in a subshell. Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=101852
* Clean up the scripts to use the new variables:Gordon Tetlow2002-08-1412-51/+100
| | | | | | | | | | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable -> mountd_enable Changing the mountd flags brings us closer to NetBSD. All of the old variable names are shimmed so you can continue to use the old variable name. Finally make /etc/rc.d/mountd no longer dependent on nfs as there are (apparently) other consumers of mountd. Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=101851
* Clean up some variables that should have been done before:Gordon Tetlow2002-08-143-14/+40
| | | | | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable to mountd_enable. We also include shims for all the old variable names. Submitted by: Mike Makonnen <makonnen@pacbell.net> Notes: svn path=/head/; revision=101850
* o Test and change to the correct directory, /var/spool/.hoststatJens Schweikhardt2002-08-121-8/+5
| | | | | | | | | | | o Bring if/then style in sync with /etc/rc scripts PR: conf/41570 Submitted by: Konstantin M Volevatch <cox@rosnet.ru> MFC after: 1 week Notes: svn path=/head/; revision=101723
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.Jens Schweikhardt2002-08-121-5/+5
| | | | | | | | Suggested by: bde MFC after: 3 days Notes: svn path=/head/; revision=101718
* Remove some unnecessary sanity checks that break "sh MAKEDEV cd"Ian Dowse2002-08-101-4/+4
| | | | | | | | | | | | | and others, because test(1) does not do shortcut evaluation. Fix the same off-by-one error for acd*t* that revision 1.326 fixed for other *cd devices. Suggested by: bde Reviewed by: bde Notes: svn path=/head/; revision=101652