summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* establish default values for /etc/rc.d/pcvt scripthm2002-08-301-0/+18
|
* integrate pcvt configuration into the new /etc/rc.d startup systemhm2002-08-302-1/+227
| | | | | PR: i386/7100 Reviewed by: Gordon Tetlow <gordon@FreeBSD.org>
* Only create a temporary file if we are actually going to do somethingcjc2002-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
* Print out a carriage return to make the screen output make more sensegordon2002-08-201-1/+1
| | | | Submitted by: mike@
* I missed the single_mountd_enable in rc.network.gordon2002-08-151-1/+1
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Remove an accidental double chkdepend that snuck in during the last commit.gordon2002-08-151-1/+0
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Don't export variables from /etc/rc when doing rc_ng because the scriptsgordon2002-08-141-2/+0
| | | | | | are sourced in a subshell. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Clean up the scripts to use the new variables:gordon2002-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>
* Clean up some variables that should have been done before:gordon2002-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>
* o Test and change to the correct directory, /var/spool/.hoststatschweikh2002-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
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.schweikh2002-08-121-5/+5
| | | | | Suggested by: bde MFC after: 3 days
* Remove some unnecessary sanity checks that break "sh MAKEDEV cd"iedowse2002-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
* Permit the creation of just cd0 if desired. Previously it alwaysiedowse2002-08-101-1/+1
| | | | | | | | | created cd1 as well due to an off-by-one error left over from revision 1.249. PR: conf/20436 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> MFC after: 1 week
* Remove trailing whitespace.fanf2002-08-091-1/+1
|
* Make the othermta script DTRT when an mta startup script is not specified.gordon2002-08-091-1/+4
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Correct comment. We use rpcbind now, not portmapgordon2002-08-091-1/+1
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Correct commentgordon2002-08-092-2/+2
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* We no longer have a COPY.ru2002-08-071-3/+0
|
* Add example entries for ttya and ttyb (sab).jake2002-08-041-0/+2
|
* If all file systems are marked nosuid, the line:gshapiro2002-08-031-8/+11
| | | | | | | | | | | | | | | MP=`mount -t ufs | grep -v " nosuid" | awk '{ print $3 }' | sort` sets ${MP} to an empty string so the next line: set ${MP} actually just dumps all of the shells variables to stdout (and therefore the security report). Fixed by surrounding the code which goes through the mounts with a test for an empty string before using ${MP}. Reviewed by: brian MFC after: 3 days
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+6
| | | | | | | | | kernel access control. Create directories for per-policy include files. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* FreeBSD has setkey in different location from NetBSD.ume2002-07-311-6/+15
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Correct URL to the Handbookblackend2002-07-311-1/+1
| | | | MFC after: 1 week
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-294-50/+50
| | | | | | for a long time now. Approved by: bde
* Stock -current has more than 300 files in /etc, so 255 inodes for thedd2002-07-283-3/+3
| | | | | | | | | /etc filesystem isn't enough; consequently, add "-i 4096" to the newfs command for /etc. This results in 1022 inodes, which should be enough for the forseeable future (although I don't know why we would ever have more than 1000 files in a default /etc). Silence by: -current
* Add a period to the end of the "starting" message to be consistentdd2002-07-281-1/+1
| | | | with the rest of the output during a boot.
* Add a generic NANOSPEED wi card.imp2002-07-261-16/+20
| | | | | | | | Submitted by: matt peterson While I'm here, kill the flags 0x10000 on all the prism based cards. Both stable and current figure this out on their own and we've had at least one releases where this is the case.
* Change the default setting of an IPv4-mapped IPv6 address to off.ume2002-07-251-1/+1
| | | | Requested by: many people
* be able to configure to run an IPv6 routing daemon even onume2002-07-211-1/+0
| | | | | | an end node (sync with rc.network6 1.30). Approved by: gordon
* sys.mk no longer includes bsd.own.mk.ru2002-07-201-0/+2
|
* Install scripts via FILES (purposedly not via SCRIPTS that wouldru2002-07-185-8/+5
| | | | strip the suffixes).
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-185-42/+42
|
* The Compaq WL200 is a CL-PD6729 based pci card with a prism 2 pcmciaimp2002-07-181-0/+6
| | | | | | card behind it (without the pcmcia form factor). This entry gets to the point of attaching, but there's something wrong with the '29 support, so it doesn't quite work yet.
* Remove spurious "echo '.'".dd2002-07-182-4/+0
|
* Apply same fix as Rev 1.19 of /etc/rc.diskless2: create sendmailbsd2002-07-184-0/+28
| | | | | | required directories if sendmail_enable is not set to "none". Suggested by: gordon
* Anonymize the "portmap" program to get better compatibility withdougb2002-07-181-0/+2
| | | | | | rpcbind in -current. Submitted by: Alexander Kabaev <ak03@gte.com>
* Make nisdomainname=NO DTRTdougb2002-07-182-4/+12
| | | | Submitted by: des, via Mike Makonnen <makonnen@pacbell.net>
* Cleanup some pollution from the NetBSD sync, and add gif setup.dougb2002-07-182-288/+58
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Fix a typo that caused dhclient not to work.gordon2002-07-182-4/+4
| | | | | Submitted by: Dennis Kristensen <snicki@snicki.dk> Reviewed by: Mike Makonnen <makonnen@pacbell.net>
* Merge in all the changes that Mike Makonnen has been maintaining for agordon2002-07-1823-6417/+926
| | | | | | | | while. This is only the script pieces, the glue for the build comes next. Submitted by: Mike Makonnen <makonnen@pacbell.net> Reviewed by: silence on -current and -hackers Prodded by: rwatson
* be able to configure to run an IPv6 routing daemon even onume2002-07-183-20/+24
| | | | | | | an end node. Requested by: Masachika ISHIZUKA <ishizuka@ish.org> MFC after: 1 week
* Removed no longer used share/examples/diskless/* dirs (forgottenru2002-07-111-10/+0
| | | | by luigi@) and never used share/examples/kld/dyn_sysctl/module.
* Rename 'usio' to 'ucom'.joe2002-07-101-4/+4
| | | | Spotted by: akiyama
* Remove debugging nitgordon2002-07-081-1/+0
| | | | Submitted by: bmah
* GRRR! rc.* cannot do an "exit 0" or it aborts the entire /etc/rc process.peter2002-07-081-3/+2
| | | | We do a '. /etc/rc.syscons' - not run it in a seperate shell.
* nfsd and mountd now live in /usr/sbin not /sbin. Correct the command args.gordon2002-07-072-4/+2
| | | | | | This also reduces the diff to NetBSD (very marginally). Reviewed by: jake (mentor)
* Silence pam_lastlog for now.des2002-07-071-1/+1
|
* Another update from Mike Makonnen.dougb2002-07-071-6/+4
| | | | Missed by: Me
* Latest improvements from Mike Makonnen. Better kerberos and apm handling.dougb2002-07-074-5/+56
|
* There is apparently no reason for the existence of the `etc' target.ru2002-07-051-2/+0
|
OpenPOWER on IntegriCloud