summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Argh! s/nfs_client_enable/nfsclient_enable/gmtm2008-06-232-4/+4
|
* Do not print anything unless one of the net/routing options is set.mtm2008-06-232-4/+35
|
* s/daemon processes/local packages/ for consisitency.mtm2008-06-231-1/+1
|
* Output information only if /etc/rc.local exists.mtm2008-06-221-4/+4
|
* Do not print anything unless at least one of the abi emulators ismtm2008-06-221-2/+8
| | | | enabled.
* Simplify this script with the added bonus that the bit about i386mtm2008-06-221-22/+17
| | | | initialization doesn't get printed unless ibcs2_enable is set.
* Don't say we're going to mount filesystems of a certain type unlessmtm2008-06-222-8/+25
| | | | there actually are filesystems of that type to mount.
* Don't say we're going to [start|stop] local packages unless there actuallymtm2008-06-221-4/+16
| | | | are local (pre rc.d) scripts to run.
* Make quota knob conform to other rc(8) knobs. Keep older knob formtm2008-06-193-2/+6
| | | | | | compatibility. Requested by: Volker <volker@vwsoft.com>
* Move the check for enabled knobs further down in run_rc_command() somtm2008-06-191-14/+14
| | | | | that bogus commands cause usage information to be printed instead of diagnostics about enabling the knob.
* remove incorrect comment that I missed in my last changekmacy2008-06-151-2/+0
|
* Stop moused on a detach event. Remove incorrect comment.kmacy2008-06-151-0/+5
| | | | | | | | This fixes frequent problems with usb mice and kvm switches caused by moused hanging around. Suggested by: Matthew Dodd MFC after: 2 weeks
* Tweak rc.firewall to allow incoming limited broadcast traffic,keramida2008-06-061-0/+3
| | | | | | | | | when configured to run in 'client' mode. PR: conf/15010 Submitted by: Bill Trost, trost at cloud.rain.com Reviewed by: bz MFC after: 2 weeks
* Fix the wait for default route change I made a few weeks ago by creatingbrooks2008-06-054-28/+51
| | | | | | | a new defaultroute script that just does the wait. The previous attempt created a circular dependency through network_ipv6. Pointy hat to: brooks
* Bluetooth SIG is being difficult and keep moving specificationemax2008-05-271-3/+2
| | | | | | | | documents away from being public accessible. Replace link to the Bluetooth specification document with the document name. Pointed out by: SoftLover < slserg at uic dot tula dot ru > MFC after: 3 days
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-2625-1490/+5
| | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
* Add a missing space between a variable and the ] for a testdougb2008-05-261-1/+1
|
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-252-14/+0
| | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
* Move the wait for a default route to rc.d/routing. Once we test forbrooks2008-05-182-24/+27
| | | | | | | non-dhcp interfaces to negotiate/associate this will make more sense. This also correctly gets run after both devd and netif are run so it has a chance of working.
* Add support for specifying which INDEX files to build via portsnap.conf.cperciva2008-05-171-0/+5
| | | | | Requested by: brooks Reminded by: brooks, about halfway through his BSDCan talk
* Add support for /conf/T/M/remount_optional.bms2008-05-151-0/+8
| | | | | | | | | | | | | | | The rc.initdiskless functionality is used by NanoBSD to allow configuration files to live on a separate configuration slice, which acts as NVRAM, whilst the system image is mounted read-only. Normally, if the remount command fails during boot, this is regarded as a fatal error. If /conf/T/M/remount_optional is present, this error is non-fatal. If the file is not present, the default behaviour is unchanged. This is very useful for people building live CD images using FreeBSD, where the NVRAM lives somewhere completely differently from the system image, and may be present on removable media which is not present during the initial boot.
* Change the default value of synchronous_dhclient to NO.brooks2008-05-153-1/+48
| | | | | | | | | To preserve the existing behavior of etc/rc.d/netif, add code to wait up to if_up_delay seconds (30 seconds by default) for a default route to be configured if there are any dhcp interfaces. This should be extended to test that the interface is actually up. X-MFC after:
* Fix last commit and call childif_destroy() correctly.brooks2008-05-151-1/+1
|
* Don't print the interface status if we only create child or destroybrooks2008-05-141-3/+3
| | | | | | interfaces. Correctly return status from childif_create().
* Don't require a configuration file. Ntpd will be perfectly happy if there'sflz2008-05-121-2/+0
| | | | | | | | none or if the file doesn't exist (there's no ntp.conf in the base install). PR: conf/119592 Submitted by: Renaud Waldura <renaud+freebsd@waldura.org> MFC after: 1 week
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-1/+3
| | | | all non-style changes made by heimdal to our own libgssapi.
* Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib.jhb2008-05-071-0/+4
| | | | | | This allows <sys/mpt_ioctl.h> to be used from userland. Prodded by: scottl
* Specify the full path to the md5(1) binary so the script willmtm2008-05-061-1/+1
| | | | | | | still work even if it's not in the shell's path. PR: conf/122215 MFC after: 1 week
* o Convert whitespaces to tabs.maxim2008-05-051-2/+2
|
* o Terminate "case" with "esac" not "fi".maxim2008-05-051-1/+1
| | | | Reported by: Randy Bush
* Fix improper use of checkyesno routine.mtm2008-05-051-2/+6
| | | | | Noticed by: oliver MFC after: 1 week
* Mips ttys file. Copied from i386 version with removal of the vgaimp2008-05-051-0/+808
| | | | entries.
* Replace a couple mentions of the soon to be removed vaps_<ifn>brooks2008-05-031-1/+1
| | | | variable form with wlans_<ifn>.
* Emit a warning when the network_interfaces variable is not set to AUTO.brooks2008-04-301-0/+4
| | | | MFC after: 3 days
* Replace the prototype vaps_<ifn> and vap_create_<ifn> variables withbrooks2008-04-251-9/+16
| | | | | | | | | | | | | more wlans_<ifn> and create_args_<ifn> Add documentation for these variants and generally update the wireless device example. There is are very short lived shim from vaps_<ifn> which produces a warning and vap_create_<ifn> which does not. Misuse the MFC notification service to remind me to remove them. MFC after: 3 weeks
* Revert rev 1.332 and keep ddb scripts off by default for now. Minidumpsbrooks2008-04-231-1/+1
| | | | | are more flexable and much text-dump like output can be produced from them so there's a good argument they are a better default.
* Make it possible to disable sources of entropy harvesting.ru2008-04-221-9/+11
| | | | | Noticed by: Igor Sysoev MFC after: 3 days
* Change the default of ddb_enable to YES so we default to generating textdumpsbrooks2008-04-211-1/+1
| | | | | | | on panic. This means you get a potentially useful dump even if your system is running X when you panic. X-MFC after: never
* rc support for vapssam2008-04-205-70/+115
|
* 802.11 regulatory definitions used by ifconfigsam2008-04-202-1/+1581
| | | | Support by: Hobnob
* Add very limited support for the isc-dhclient. It will almostly certaintlybrooks2008-04-151-0/+4
| | | | | | | | only work if there's just one interface doing dhcp. This version implements the same logic as the version in the PR, but uses pgrep to be less verbose. PR: conf/95905 MFC after: 1 week
* Declare _ppp_profile_cleaned, _punct, and _punct_c local inbrooks2008-04-101-0/+1
| | | | | | | ppp_start_profile(). Reported by: yar MFC after: 1 week
* Set defaults for the rfcomm_pppd_server rc scriptemax2008-04-081-0/+13
| | | | MFC after: 1 week
* Add rfcomm_pppd_server rc script to allow start rfcomm_pppd(8) in serveremax2008-04-082-1/+123
| | | | | | | | | mode at boot time. Multiple profiles can be started at the same time. The whole idea is very similar to the ppp rc script. Document Bluetooth knobs in rc.conf(5) MFC after: 1 week
* o add rc.conf knobs to set the wpa_supplicant program, logging flags,sam2008-04-082-3/+7
| | | | | | | | | and config file o change default logging options from -q to -s (log to syslog); this is currently broken for boot-time startup as syslogd is started too late but that'll be dealt with separately MFC after: 2 weeks
* add support wired interfacessam2008-04-081-1/+17
| | | | MFC after: 2 weeks
* spell pidfile correctly so multiple wpa_supplicant processes can be runsam2008-04-081-2/+2
| | | | MFC after: 1 week
* Fix a stupid typo.brooks2008-04-061-1/+1
| | | | Reviewed by: bz
* Back out revision 1.6, the addition of "BEFORE: mountcritremote".dougb2008-04-021-1/+0
| | | | | | | | mountcritremote REQUIREs FILESYSTEMS, and that script REQUIREs zfs, so this change is a noop. By removing it we make life a little easier both for rcorder(8) and for debugging down the road. Approved by: 2 weeks of silence from pjd
* Add support for hardwiring ppp sessions to particular devices with newbrooks2008-03-281-1/+8
| | | | | | | | | per-profile variables of the form ppp_<profile>_unit. No ppp_unit variable is supported since tying the same unit to more than one profile won't work. PR: conf/122127 MFC after: 1 week
OpenPOWER on IntegriCloud