summaryrefslogtreecommitdiffstats
path: root/share/man/man5
Commit message (Collapse)AuthorAgeFilesLines
...
* MFC r256775,r256776:cperciva2013-10-221-1/+18
| | | | | | | | | | Add support for "first boot" rc.d scripts. Document this new functionality in rc.conf(5) and rc(8). Bump __FreeBSD_version so that ports can make use of this. Approved by: re (gjb)
* MFC 256385:hrs2013-10-121-4/+5
| | | | | | | | | | | - Add mount.fdescfs parameter to jail(8). This is similar to mount.devfs but mounts fdescfs. The mount happens just after mount.devfs. - rc.d/jail now displays whole error message from jail(8) when a jail fails to start. Approved by: re (gjb)
* MFC 256365rpaulo2013-10-121-7/+0
| | | | | | Remove most of the ATF tools and the _atf user. Approved by: re
* - Update rc.d/jail to use a jail(8) configuration file instead ofhrs2013-10-101-351/+127
| | | | | | | | | | | | command line options. The "jail_<jname>_*" rc.conf(5) variables for per-jail configuration are automatically converted to /var/run/jail.<jname>.conf before the jail(8) utility is invoked. This is transparently backward compatible. - Fix a minor bug in jail(8) which prevented it from returning false when jail -r failed. Approved by: re (glebius)
* Revert r256095, r256120 (partial), r256121:gjb2013-10-091-0/+5
| | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
* This regenerates src.conf.5 for both the RCS removal as well as r255784.eadler2013-10-071-13/+8
| | | | Approved by: re (glebius)
* mdoc: remove EOL whitespace.joel2013-10-041-1/+1
| | | | Approved by: re (blanket)
* Sweep man pages replacing ad -> ada.pluknet2013-10-013-9/+9
| | | | | | Approved by: re (blackend) MFC after: 1 week X-MFC note: stable/9 only
* Regen.emaste2013-10-011-2/+2
| | | | Approved by: re (implicit)
* Regenerate.des2013-09-301-77/+1
| | | | Approved by: re (gjb)
* Regenerate.des2013-09-241-76/+25
| | | | Approved by: re (blanket)
* Add a setup script for unbound(8) called local-unbound-setup. Itdes2013-09-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | generates a configuration suitable for running unbound as a caching forwarding resolver, and configures resolvconf(8) to update unbound's list of forwarders in addition to /etc/resolv.conf. The initial list is taken from the existing resolv.conf, which is rewritten to point to localhost. Alternatively, a list of forwarders can be provided on the command line. To assist this script, add an rc.subr command called "enabled" which does nothing except return 0 if the service is enabled and 1 if it is not, without going through the usual checks. We should consider doing the same for "status", which is currently pointless. Add an rc script for unbound, called local_unbound. If there is no configuration file, the rc script runs local-unbound-setup to generate one. Note that these scripts place the unbound configuration files in /var/unbound rather than /etc/unbound. This is necessary so that unbound can reload its configuration while chrooted. We should probably provide symlinks in /etc. Approved by: re (blanket)
* Make the directory mapping functionality, which was previously onlydes2013-09-211-77/+73
| | | | | | | | | available in 32-bit compatibility mode, unconditional. Overhaul the man page, which had evolved more by accretion than by design. Approved by: re (gjb) MFC after: 3 weeks
* Regenerate after addition of WITH_LLDBemaste2013-09-201-1/+16
| | | | Approved by: re (blanket)
* mdoc: sort SEE ALSO.joel2013-09-181-1/+1
| | | | Approved by: re (blanket)
* Add EXAMPLES section to explain the format of fstab(5).hrs2013-09-171-1/+36
| | | | | Approved by: re (marius) Reviewed by: wblock
* Remove description "ifconfig_IF_aliasN is deprecated". While thishrs2013-09-171-5/+3
| | | | | | | sentence was added in 2005, many users still need it. Approved by: re (gjb) PR: docs/162354
* Regnerate.des2013-09-151-3/+10
| | | | Approved by: re (blanket)
* Do not install freebsd-update.conf.5 manual if WITHOUT_FREEBSD_UPDATE isgjb2013-09-131-1/+4
| | | | | | | | set. MFC after: 3 days Approved by: re (delphij) Sponsored by: The FreeBSD Foundation
* Regenerate after unhooking gcc/g++ from the default build for some arches.zeising2013-09-061-7/+26
|
* Since r254974, periodic scripts' period can be configuredjlh2013-09-031-208/+236
| | | | | independently. There is no reason to leave their options with the daily ones, so move them to their own section.
* Fix after r255014antoine2013-08-291-4/+1
|
* mdoc fixjoel2013-08-281-1/+1
|
* Really regen after r254962.zeising2013-08-271-7/+4
| | | | | | | This removes the WITH_BSDCONFIG description alltogether, since this option is removed. At the same time, fix the WITHOUT_LIBCPLUSPLUS option that had gotten inverted.
* Make the period of each periodic security script configurable.jlh2013-08-271-18/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are now six additional variables weekly_status_security_enable weekly_status_security_inline weekly_status_security_output monthly_status_security_enable monthly_status_security_inline monthly_status_security_output alongside their existing daily counterparts. They all have the same default values. All other "daily_status_security_${scriptname}_${whatever}" variables have been renamed to "security_status_${name}_${whatever}". A compatibility shim has been introduced for the old variable names, which we will be able to remove in 11.0-RELEASE. "security_status_${name}_enable" is still a boolean but a new "security_status_${name}_period" allows to define the period of each script. The value is one of "daily" (the default for backward compatibility), "weekly", "monthly" and "NO". Note that when the security periodic scripts are run directly from crontab(5) (as opposed to being called by daily or weekly periodic scripts), they will run unless the test is explicitely disabled with a "NO", either for in the "_enable" or the "_period" variable. When the security output is not inlined, the mail subject has been changed from "$host $arg run output" to "$host $arg $period run output". For instance: myfbsd security run output -> myfbsd security daily run output I don't think this is considered as a stable API, but feel free to correct me if I'm wrong. Finally, I will rearrange periodic.conf(5) and default/periodic.conf to put the security options in their own section. I left them in place for this commit to make reviewing easier. Reviewed by: hackers@
* Formally remove WITH_BSDCONFIG build option and re-generate src.conf.5dteske2013-08-271-4/+4
| | | | NOTE: Should have been inline with revisions 252862 and 254958.
* Regenerate src.conf.5antoine2013-08-261-7/+19
|
* - Reimplement $gif_interfaces as a variant of $cloned_interfaces.hrs2013-08-041-1/+25
| | | | | | | | | | | | | | | | | | Newly-configured systems should use $cloned_interfaces. - Call clone_{up,down}() and ifnet_rename() in rc.d/netif {start,stop}. ifnet_rename() now accepts an interface name list as its argument. - Add rc.d/netif clear. The "clear" subcommand is basically equivalent to "stop" but it does not call clone_down(). - Add "ifname:sticky" keyword into $cloned_interfaces. If :sticky is specified, the interface will not be destroyed in rc.d/netif stop. - Add cloned_interfaces_sticky={YES,NO}. This variable globally sets :sticky keyword above for all interfaces. The default value is NO. When cloned_interfaces_sticky=YES, :nosticky keyword can be used to override it on per interface basis.
* Regen.andrew2013-07-161-4/+4
|
* Document options for .eli devices.hrs2013-07-151-1/+14
| | | | Submitted by: ADAM David Alan Martin
* Regenerate src.conf(5) after changing WITHOUT_PKGTOOLS to WITH_PKGTOOLSbapt2013-07-121-5/+5
|
* Document that a literal jail name of 0 (zero) is not allowed.gjb2013-07-121-1/+6
| | | | | | | PR: 174436 Submitted by: Robert Schulze Reviewed by: mjg MFC after: 3 days
* Remove $swapfile and $geli_swap_flags.hrs2013-07-091-13/+1
|
* Revert previous revision, local change that accidentally snuck in.zeising2013-07-031-34/+0
|
* Regenerate after r252561zeising2013-07-032-1/+46
| | | | | PR: docs/180025 Submitted by: Garrett Cooper <yaneurabeya@gmail.com>
* mdoc: remove EOL whitespace.joel2013-06-291-1/+1
|
* - Add vnode-backed swap space specification support. This is enabled whenhrs2013-06-271-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | device names "md" or "md[0-9]*" and a "file" option are specified in /etc/fstab like this: md none swap sw,file=/swap.bin 0 0 - Add GBDE/GELI encrypted swap space specification support, which rc.d/encswap supported. The /etc/fstab lines are like the following: /dev/ada1p1.bde none swap sw 0 0 /dev/ada1p2.eli none swap sw 0 0 .eli devices accepts aalgo, ealgo, keylen, and sectorsize as options. swapctl(8) can understand an encrypted device in the command line like this: # swapctl -a /dev/ada2p1.bde - "-L" flag is added to support "late" option to defer swapon until rc.d/mountlate runs. - rc.d script change: rc.d/encswap -> removed rc.d/addswap -> just display a warning message if $swapfile is defined rc.d/swap1 -> renamed to rc.d/swap rc.d/swaplate -> newly added to support "late" option These changes alleviate a race condition between device creation/removal and swapon/swapoff. MFC after: 1 week Reviewed by: wblock (manual page)
* Document ifconfig_wlanX="HOSTAP"rpaulo2013-06-261-2/+13
|
* - Add CIDR notation support like 192.168.1-2.10-16/24 to $ifconfig_IF_aliasN.hrs2013-06-201-26/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an extended version of ipv4_addr_IF which supports both IPv4 and IPv6, and multiple range specifications. To avoid to generate too many addresses, the maximum number of the generated addresses is currently limited to 31. - Add $ifconfig_IF_aliases, which accepts multiple IP aliases in a variable. - ipv6_prefix_IF now supports !/64 prefix length. In addition to the old 64-bit format (2001:db8:1:1), a full 128-bit format like 2001:db8:1:1::/64 is supported. - Replace ifconfig command with $IFCONFIG_CMD variable to support a dry-run mode in the future. - Remove IP aliases before removing all of IPv4 addresses when doing "rc.d/netif down". - Add a DAD wait to network6_getladdr() because it is possible to fail to configure an EUI64 address when ipv6_prefix_IF is specified. A summary of the supported ifconfig_* variables is as follows: # IPv4 configuration. ifconfig_em0="inet 192.168.0.1" # IPv6 configuration. ifconfig_em0_ipv6="inet6 2001:db8::1/64" # IPv4 address range spec. Now deprecated. ipv4_addr_em0="10.2.1.1-10" # IPv6 alias. ifconfig_em0_alias0="inet6 2001:db8:5::1 prefixlen 70" # IPv4 alias. ifconfig_em0_alias1="inet 10.2.2.1/24" # IPv4 alias with range spec w/o AF keyword (backward compat). ifconfig_em0_alias2="10.3.1.1-10/32" # IPv6 alias with range spec. ifconfig_em0_alias3="inet6 2001:db8:20-2f::1/64" # ifconfig_IF_aliases is just like ifconfig_IF_aliasN. ifconfig_em0_aliases="inet 10.3.3.201-204/24 inet6 2001:db8:210-213::1/64 inet 10.1.1.1/24" # IPv6 alias (backward compat) ipv6_ifconfig_em0_alias0="inet6 2001:db8:f::1/64" # IPv6 alias w/o AF keyword (backward compat) ipv6_ifconfig_em0_alias1="2001:db8:f:1::1/64" # IPv6 prefix. ipv6_prefix_em0="2001:db8::/64" Tested by: Kimmo Paasiala
* Fix the libc++ option.zeising2013-06-161-4/+4
| | | | This somehow got reverted when this was updated after the CVS removal.
* Regenerate after CVS removal (and it seems other missed changes)eadler2013-06-151-13/+10
|
* Add :ifname modifier to specify interface-specific routes intohrs2013-06-091-2/+10
| | | | | | | | | | | | | | | | | {,ipv6_}static_routes and rc.d/routing. For example: static_routes="foo bar:em0" route_foo="-net 10.0.0.0/24 -gateway 192.168.2.1" route_bar="-net 192.168.1.0/24 -gateway 192.168.0.2" At boot time, all of the static routes are installed as before. The differences are: - "/etc/rc.d/netif start/stop <if>" now configures static routes with :<if> if any. - "/etc/rc.d/routing start/stop <af> <if>" works as well. <af> cannot be omitted when <if> is specified, but a keyword "any" or "all" can be used for <af> and <if>.
* Add WITH_DEBUG_FILESemaste2013-06-071-1/+9
| | | | | makeman currently generates a src.conf that claims every option also enforces WITHOUT_BIND_UTILS, so I applied this section by hand.
* Remove references to CVS_UPDATE and SUP_UPDATE to catch up with r251084.gjb2013-05-281-66/+1
| | | | | MFC after: 1 month X-MFC-With: r251084, r251085
* Fix a copy-and-paste typo.delphij2013-05-221-1/+1
|
* Regenerate with manual fixup for WITH_LDNS_UTILS inheriting WITHOUT_BIND_UTILS.delphij2013-05-221-18/+24
|
* Document WITHOUT_CROSS_COMPILER and WITHOUT_FORMAT_EXTENSIONS.brooks2013-05-151-0/+10
|
* mdoc sweepjoel2013-05-131-1/+1
|
* mdoc sweep.joel2013-05-123-3/+5
|
* Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-261-2/+2
| | | | | | | | | | 'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/install to be used instead of the proper /usr/src/tools/install.sh which handles the new flag. Approved by: bapt MFC after: 2 weeks
OpenPOWER on IntegriCloud