summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove root from the kmem, sys, tty, and staff groups in the defaultrwatson2002-10-131-4/+4
| | | | | | | | | | | configuration. Root privileges override DAC on local file systems and therefore root does not generally need to be a member of a group to access files owned by that group. In the NFS case, require explicit authorization for root to have these privileges. Leave root in operator for dump/restore broadcast reasons; leave root in wheel until discrepencies in the "no users in wheel means any user can su" policy are resolved (possibly indefinitely).
* For consistency with other entries in group, don't put the daemon orrwatson2002-10-131-2/+2
| | | | | xten users in their groups explicitly--we pick that up from the gid field in master.passwd.
* s/dependancy/dependency/schweikh2002-10-124-5/+5
|
* Fix style bugs:schweikh2002-10-1252-257/+256
| | | | | | | | | | * Space -> tabs conversion. * Removed blanks before semicolon in "if ... ; then". * Proper indentation of misindented lines. * Put a full stop after some comments. * Removed whitespace at end of line. Approved by: silence from gordon
* Aesthetics: Output a prefix before sourcing rc.local as the old rcdd2002-10-121-0/+4
| | | | | | script did. Stuff in rc.local frequently has lines like "echo -n ' service_name'" which look ugly without a prefix and a trailing period. Likewise for rc.shutdown.local for consistency.
* Aesthetics: Most (all?) other messages output at boot time havedd2002-10-121-1/+1
| | | | trailing periods, so why shouldn't this one?
* When considering temporary files for deletion, don't examine the mtimejoerg2002-10-061-0/+1
| | | | | | | | | and atime only, but also the ctime. Otherwise, files extracted from tar or zip archives will immediately be declared stale since they've got their mtime reset to the original mtime. Reviewed by: brian MFC after: 1 week
* Remove matcd from MAKEDEV.scottl2002-10-051-32/+1
| | | | X-MFC after: ASAP
* add support for /dev/cryptosam2002-10-041-0/+7
|
* install sys/opencrypto include files in /usr/include/cryptosam2002-10-041-0/+2
|
* Fix all whitespace style bugs where spaces have been usedschweikh2002-10-031-15/+15
| | | | | | | where tabs should have been. Cut & paste disease? Spotted by: vi(1) tabstop=4 MFC after: 2 weeks
* In a diskless setup, rc.d/initdiskless may overwrite parts of /etc ondd2002-10-023-0/+11
| | | | | | | | | | | | a per-machine or per-cluster (with different ways of expressing what's part of a cluster) basis. In order for this to be effective, rc.conf has to be reread after initdiskless is finished. Implement this by adding a hook to etc/rc which rereads rc.conf by request. This can also be implemented by renaming initdiskless to initdiskless.sh and sourcing rc.conf there manually, but it was decided that, that would be uglier than a hook in etc/rc. Developed in concert with: gordon
* test -h is deprecated; use -L instead.ru2002-10-017-7/+7
| | | | PR: bin/40846
* - Recognize 'idt' interfaces.mdodd2002-09-301-1/+4
| | | | - The start command is 'atm_start' not 'start_cmd'.
* Recognize 'idt' interfaces.mdodd2002-09-301-0/+3
|
* SAMSUNG SWL-2000P PCI Cardimp2002-09-301-0/+6
| | | | Submitted by: Robert Dezorzo
* Psion Dacom Gold Card Ethernetimp2002-09-301-0/+6
| | | | Submitted by: Rick Hoppe
* Generic Prism2.5 cardimp2002-09-301-0/+6
| | | | Submitted by: Matt Peterson
* Belkin F5D5020 pccard.imp2002-09-301-0/+6
| | | | Submitted by: Philip Pereira
* Entry for I-O Data PCET/100-CLimp2002-09-301-0/+6
| | | | Submitted by: MATSUO Masahiko-san
* oops, last second botch: fix extra 'i'imp2002-09-291-3/+3
|
* o Belkin wireless cardimp2002-09-291-8/+23
| | | | | | | | | | | | | | | PR: 38919 Submitted by: Tommy Johnson o IBM IDE CDROM PR: 39537 Submitted by: Kevin Van Maren o T-Sunus 130 card PR: 41802 Submitted by: Oliver Schneider
* o FreeSPirit ISDN/56K modem cardimp2002-09-291-0/+35
| | | | | | | | | | | | | | o No-name OEM Prism card o ActionTec Prism card o ZoomAir 11Mbps High Rate wireless networking PR: 41929, 41928 Submitted by: Bruce M Simpson o Dynalink L100C16 PR: 41938 Submitted by: Marco van de Voort
* Newer Netgear MA401RA entry.imp2002-09-281-0/+6
| | | | Submitted by: Michael Ranner
* Fix moused so you can use the stop commandgordon2002-09-271-3/+1
| | | | Reported by: wa1ter@myrealbox.com
* Two fixes:imp2002-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
* Document at least one meaningful RELENG_5 feature, the ability to hide fromjmallett2002-09-251-0/+3
| | | | | | a user processes which run with an inequivalent class of UID credentials. Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
* Add a pkg_version variable so that it's possible to run portsversion insteadbrian2002-09-252-1/+2
| | | | of pkg_version in periodic/weekly/400.status-pkg.
* Make it work with POSIX sort (POS arg).ache2002-09-245-5/+5
| | | | All old sorts understand -k too.
* Use mdmfs(8) rather than rolling our own RAM-disks.phk2002-09-226-24/+6
| | | | Sponsored by: DARPA & NAI Labs.
* Rename the ftp log filename for compatability with OpenBSD and NetBSD.markm2002-09-213-3/+3
| | | | Requested by: ru
* Install empty ftp.log file to start off ftp logging.markm2002-09-201-0/+2
|
* Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd'smarkm2002-09-202-0/+2
| | | | are attacked for us to throw away this sort of evidence.
* up gif during setup.ume2002-09-203-0/+3
|
* Quiet warnings on shutdown.gordon2002-09-191-1/+1
|
* Unbreak installworld.truckman2002-09-191-0/+4
| | | | | Apparently /usr/include/dev grew a couple of subdirectories, but nobody informed mtree.
* Add some extra directories created by recent versions of XFree86-4kris2002-09-191-0/+10
| | | | | Reviewed by: anholt (XFree86-4 maintainer) MFC after: 1 day
* Fix implementation of rc variables $amd_flags and $amd_map_program inrse2002-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.
* MFC: Elan support;sam2002-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)
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-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
* Fix sendmail to use checkyesno since rc.conf is no longer re'sourced from thegordon2002-09-121-6/+2
| | | | debug statement.
* Use bzip2 instead of gzip for those logs we compress.obrien2002-09-121-15/+15
| | | | Basic idea agreed to by: rwatson
* Remove the sourceing of rc.conf from the debug subroutine. This causedgordon2002-09-121-5/+0
| | | | problems when you try to override variables locally.
* Cosmetic cleanup to a message.jhb2002-09-111-1/+1
|
* Quiet warnings about non-existent scripts. My own fault for not testing mygordon2002-09-111-1/+1
| | | | own patches as well as I should.
* Fix syscons so it actually does start.gordon2002-09-091-1/+3
| | | | | Reported by: keramida, ume Submitted by: keramida
* Add an entry for corega WL PCCL-11.iwasaki2002-09-061-0/+6
| | | | | | | PR: conf/42481 Submitted by: NINOMIYA Hideyuki <nin@jp.FreeBSD.org> Approved by: imp MFC after: 1 week
* Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation ongordon2002-09-0641-59/+59
| | | | OS-dependent case switches.
* Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convertgordon2002-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.
* rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' whichpeter2002-09-061-1/+1
| | | | does not exist.
OpenPOWER on IntegriCloud