summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Move securelevel further back in the boot order.mtm2003-05-058-2/+7
| | | | | Approved by: markm (mentor)(implicit) Reviewed by: dougb
* The vi(1) recovery script cannot send mail regarding interruptedmtm2003-05-051-1/+1
| | | | | | | | | | | | | sessions if the mailer is dynamically linked. This happens because on some systems the ldconfig script is run after the vi recovery script. I thought I had already fixed this with revision 1.5 of rc.d/ldconfig, but apparently not. So, in addition I'm making ldconfig a requirement of this script. Approved by: markm (mentor)(implicit) PR: bin/51767
* Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 forbde2003-05-051-2/+2
| | | | the example host to modem speed).
* When resetting to defaults, reset drainwait to the current default pfbde2003-05-041-2/+3
| | | | `sysctl -n kern.drainwait` instead of to the boot-time default of 300.
* Add RealTek RTL8150 USB to fast Ethernet controller driver.akiyama2003-05-032-2/+2
| | | | | | | | This driver now supports the Melco LUA-KTX and the GREEN HOUSE GH-USB100B. Reviewed by: imp MFC after: 2 weeks
* Hook rc.sendmail back up, it was removed prematurelydougb2003-05-021-1/+1
|
* This file was removed prematurely. It contains functionalitydougb2003-05-021-0/+194
| | | | | | | | not currently duplicated by rcNG, and is also relied on by /etc/mail/Makefile. Submitted by: hrs Pointy hat to: me
* Huh? When did the etc bits for amd64 get added?mtm2003-05-023-5/+5
| | | | | | | Make sure they're ported over to rc.d. While I'm at it correct a logic mistake in rc.d/apmd. Approved by: markm (mentor)(implicit)
* Create a symbolic link /dev/vga -> /dev/ttyv0.mtm2003-05-021-0/+7
| | | | | | | | We can't remove the sourcing of /etc/rc.devfs yet in case the user might have custom entries in it. We will have to come up with an /etc/devfs.rules or something to make this kind of thing easier. Approved by: markm (mentor)(implicit)
* Per previous announcement, remove the old version of the rc system.dougb2003-05-0220-4017/+17
| | | | | | | | | | All functionality from the previous system has been preserved, and users should still customize their system boot with the familiar methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc. Users who have customized versions of scripts that have been removed should take great care when upgrading, since the compatibility code that used those old scripts has also been removed.
* 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)
OpenPOWER on IntegriCloud