summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* The PAM module pam_krb5 does not have "session" capabilities.markm2003-04-309-9/+0
| | | | Don't give examples of such use, this is bogus.
* Make the defaults for Kerberos 5 a little more up-to-date.markm2003-04-305-6/+28
|
* Change the name of the kadmind binary to match reality, now thatmarkm2003-04-301-1/+1
| | | | KerberosIV is no longer an issue.
* This script should require mountcritremote, since that is the lastmtm2003-04-301-1/+1
| | | | | | | | | script at which a filesystem will be mounted in FreeBSD. Without this the script was being inserted later in the boot than necessary. Approved by: markm (mentor) (implicit) Reviewed by: dougb Noticed by: Andrzej ToboÅa <san@wilk.2a.pl>
* This particular debugging statement is very verbose, making the restmtm2003-04-301-1/+1
| | | | | | | of the debug output hard to follow. Comment it out. It's commented out in NetBSD's version as well. Approved by: markm (mentor)(implicit)
* o Make the 'Ip-filter module loaded' messages informationalmtm2003-04-302-4/+4
| | | | | | | o Make 'No ipnat rules' a warning o Remove unecessary ' ..' Approved by: markm (implicit)
* Running the script with restart or manually stopping and startingmtm2003-04-301-2/+2
| | | | | | | | | it doesn't work because the start_cmd doesn't enable ipfilter if it is currently disabled. Approved by: markm (mentor) (implicit) Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk> PR: conf/46103
* We need pccard start too.imp2003-04-291-1/+1
|
* new netstartjwd2003-04-291-35/+27
| | | | | | atm should be correct but is commented out pending appropriate testing. Submitted by: mtm
* Add rc.subr (found during new /etc/netstart testing)jwd2003-04-291-0/+2
|
* Add entries for Multicast DNS.mdodd2003-04-291-0/+2
|
* Move the mktemp invocation inside motd_start to avoid creating tempdougb2003-04-291-2/+2
| | | | | | files when uptdate_motd and clear_tmp_enable are both NO. Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* Add a dire warning about the impending demise of the old rc system.dougb2003-04-271-0/+9
| | | | Suggested by: scottl
* xten isn't needed after tw is gone.imp2003-04-277-28/+0
| | | | Approved by: re@ (scottl)
* xten user no longer needed.imp2003-04-271-1/+0
|
* Use $ipnat_program instead of the hardcoded path, which was wronmtm2003-04-241-1/+1
| | | | | | | anyways. Approved by: markm (mentor) (implicit) Submitted by: leafy <leafy@leafy.idv.tw>
* Add nullok to the pam_unix line.des2003-04-241-1/+1
|
* o Add support for running /etc/rc.earlymtm2003-04-242-0/+20
| | | | | | | | o Re-run through /etc/sysctl.conf a second time just before we set the securelevel. Approved by: markm (mentor) (implicit) Reviewed by: dougb
* Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc.mtm2003-04-247-65/+75
| | | | | | | | | | | | | o group them together so they run one right after another o use the NetBSD supplied ipfs script instead of tacking it on to the end of ipnat o Load the ipl module in ipnat and ipfilter, if it's not already loaded o In ipmon and ipnat show a warning if neither ipfilter nor ipnat is enabled or the ipl module is not loaded, and exit Approved by: markm (mentor) (implicit) Tested by: leafy <leafy@leafy.idv.tw>
* Set appropriate tag "fsck" to logger(1) for background fsck messages.matusita2003-04-232-2/+2
| | | | | PR: 51174 Submitted by: Alex Popa <razor@ldc.ro>
* Make sure debug.log only gets debugging messages.des2003-04-231-1/+1
|
* Run interface specific scripts for dhcp interfaces too.mtm2003-04-201-0/+5
| | | | | | | | This is how it has always been done (before and after rc.d) but I somehow failed to include it when I broke up network1. Submitted by: bmah Approved by: markm (mentor)(implicit)
* Remove the 'te' label elements from the default configuration, since werwatson2003-04-201-3/+3
| | | | | | | no longer plan on shipping a TE MAC module independent from SEBSD. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Spell ${_jail} correctlymtm2003-04-191-1/+1
| | | | | Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Approved by: markm (mentor) (implicit)
* The changes to rc.d/network1 will not get merged in bymtm2003-04-191-1/+1
| | | | mergemaster if it does not appear in the list of files to install.
* o Hook the new files up to the build.mtm2003-04-1817-22/+22
| | | | | | o Make sure all the scripts reference rc.d/netif and not rc.d/network1 Approved by: markm (mentor)
* Make use of the dhclient script. This will bring up/down dhcpmtm2003-04-181-2/+32
| | | | | | interfaces. Approved by: markm (mentor)
* Break out and rewrite the network setup scripts.mtm2003-04-186-173/+420
| | | | | | | | | | | | | | o /etc/network.subr contains common subroutines used for seting up network interfaces o rc.d/hostname sets the hostname if not already set o rc.d/nisdomain sets the nis domain *after* rpcbind but before the yp* daemons. This fixes issues with temporary hangs when looking up informaion in nis before it's ready. o rc.d/netif brings network interfaces (minus dhcp) up. o rc.d/network1 has been disabled and will be retired before RELENG_5. It will be replaced by rc.d/netif Approved by: markm (mentor)
* The sendmail binary now has a reasonable default for MaxMimeHeaderLengthgshapiro2003-04-181-1/+0
| | | | | | built in. No need to set it here. MFC after: 1 week
* Fix typo (and make it more explicit/self-documenting).mtm2003-04-161-1/+1
| | | | Noticed by: gshapiro
* Add new knobs for controlling jails in rc.d and document them.mtm2003-04-161-0/+5
| | | | Approved by: makrm (mentor)
* o Add a script to start jails on boot.mtm2003-04-162-1/+69
| | | | | | | | o Hook it up to the build Approved by: markm (mentor) Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (modified) Prodded by: mike
* Add NTT-ME SS-LAN CARD MN128. This card entry has beenshiba2003-04-101-0/+6
| | | | committed into NEWCARD.
* Introduce debug.log which gets debug.* (most of this would otherwise godes2003-04-083-0/+4
| | | | to the great bit-bucket in the sky)
* Stop logging ``authpriv'' messages to the world-readable fileyar2003-04-031-1/+1
| | | | | | | | | /var/log/messages. Such messages are for the eyes of authorized personnel only. PR: conf/48170 Discussed in: freebsd-security MFC after: 2 weeks
* Drop the silly notion that fd* entries have both `a' and `b'ru2003-04-021-11/+0
| | | | partitions; this does nothing except upsetting disklabel(8).
* Make disktab(5) MI (repo-copied from etc.i386/disktab).ru2003-04-025-903/+1
|
* Remove 220.backup-distfile since it has been deleted.jhb2003-04-011-1/+0
| | | | | Reported by: mdodd Pointy hat to: jhb
* Complete removal of 320.rdist by removing its entry from periodic.conf andjhb2003-04-012-45/+0
| | | | | | | removing the related 220.backup-distfile script and associatd periodic.conf entry. Discussed with: obrien
* Make the 'restart' command work. Otherwise, it would successfullymtm2003-03-301-4/+15
| | | | | | | | | | | | stop ipfw, but not enable it again. Aesthetic changes o Use positve logic (instead of negative) o create a 'stop' function, rather than putting the commands in the stop_cmd variable. Submitted by: des Approved by: markm (mentor) (implicit)
* 320.rdist is OBE as we don't have rdist in the base system any more.obrien2003-03-291-1/+0
|
* This is OBE as we don't have rdist in the base system any longer.obrien2003-03-291-31/+0
|
* Add pc-card from ARCHOS CD-224E cdrom.sobomax2003-03-281-0/+4
| | | | MFC after: 1 week
* Update the handbook printing section URL so that it points to thetrhodes2003-03-251-1/+1
| | | | correct location.
* Fix formatting (spaces -> tab)gshapiro2003-03-251-1/+1
| | | | MFC after: 1 week
* Directories for Russian manpages.ru2003-03-241-0/+48
|
* add missing `ipf -s'.ume2003-03-221-0/+1
| | | | Submitted by: Mark Huizer <xaa+freebsd@timewasters.nl>
* Attach the kldxref script to the build/install.cjc2003-03-171-1/+1
|
* A new rc-ng script to build linker.hints files with kldxref(8)cjc2003-03-172-0/+38
| | | | | automatically at boot time. Associated rc.conf(5) knobs and documentation are included.
* Make it more clear how to disable keybell, and where its options are found.dougb2003-03-151-1/+1
| | | | PR: conf/41772
OpenPOWER on IntegriCloud