summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix incorrect permissions for /etc/rc.d/sendmail in fallout frompeter2016-04-301-1/+1
| | | | release-pkg merge.
* Make SERVERS REQUIRE clean when MK_KERBEROS==nongie2016-04-302-1/+2
| | | | | | | | | Make kdc run BEFORE SERVERS instead of being REQUIREd by SERVERS, so systems that pedantically check REQUIREs function after r270782 MFC after: 1 week X-MFC with: r270782 Sponsored by: EMC / Isilon Storage Division
* Add sdiff test directory to the tests mtreebapt2016-04-301-0/+2
|
* Add a savecore_enable variable support for the savecore rc scriptbapt2016-04-292-0/+2
| | | | | | | | By default set to 'YES' so it does not change the current behaviour for users, this variable allows to decide to not extract crach dumps from the dump device at boot time by setting it to "NO" in rc.conf. Sponsored by: Gandi.net
* Regenerate usb.conf .hselasky2016-04-291-4/+20
| | | | MFC after: 1 week
* Fix duplicate "name" variable that sneaked in with the rc description commit.lme2016-04-241-1/+1
| | | | Approved by: jhibbits
* Fix typo (forgotten "=" after desc).se2016-04-241-1/+1
|
* Cosmetics: - no need to escape the newline after '|'schweikh2016-04-241-4/+4
| | | | | - parenthesize the "case" string for symmetry and improved search for matching paren (e.g. with vi's %)
* Don't remove the /var/run/jail_name.id file if a jail fails to start.jamie2016-04-231-2/+0
| | | | | | | | | This messes up ezjail (and possibly others), when attempting to start a jail that already exists. PR: 208806 Reviewed by: tj MFC after: 5 days
* - Add two new subcommands to rc.subr:lme2016-04-231-3/+18
| | | | | | | | | | "describe" shows an rc script's description "extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc - Update the rc(8) manpage and the tcsh(1) completion examples to reflect these changes Approved by: bapt Sponsored by: Essen Linuxhotel Hackathon 2016 Differential Revision: D452
* - Add descriptions to most of the rc scripts. Those are mostly taken from theirlme2016-04-23140-8/+145
| | | | | | | | daemon's manpage and probably improved. - Consistently use "filesystem" not "file system". Approved by: bapt, brueffer Differential Revision: D452
* Remove mroute6d rc scriptbapt2016-04-233-20/+1
| | | | | | | It is directly available via ports (pim6dd which provides the needed rc script) Reported by: lme Sponsored by: Essen Hackathon 2016
* Add ATF tests for usr.sbin/extattrasomers2016-04-221-0/+2
| | | | | | | | | | Add ATF tests for the existing behavior of setextattr, rmextattr, lsextattr, and getextattr. Reviewed by: ngie MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D5889
* Turn ssh_host_dsa_key back on until PR#208254 is taken care of.peter2016-04-171-1/+1
|
* Fix etcupdate(8) with rc.sendmail and devd/*. It turns outgjb2016-04-172-17/+3
| | | | | | | BIN1 and such in etc/* cannot use FILESGROUPS. Reported by: peter Sponsored by: The FreeBSD Foundation
* Remove Big5HKSCS entries from mtreebapt2016-04-161-4/+0
| | | | Reported by: ache
* MFHgjb2016-04-045-10/+49
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * pf: Friendly error message for status if pf.ko is not loadedkp2016-03-271-1/+5
| | | | | | | | | | | | | | | | | | Check if pf.ko is loaded (i.e. /dev/pf exists) before trying to use it. This means that '/etc/rc.d/pf status' will no longer return 'pfctl: /dev/pf: No such file or directory' but 'pf.ko is not loaded'. PR: 205671 Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
| * rc.d: Make msgs a proper rc.d script.jilles2016-03-271-5/+17
| | | | | | | | | | PR: 207149 Reported by: Jonathan de Boyne Pollard
| * Make the autofs(5) -hosts map more robust, primarily to make it correctlytrasz2016-03-231-2/+2
| | | | | | | | | | | | | | | | | | | | handle NFS shares containing whitespace. This also adds the -E parameter to showmount(8). Reviewed by: emaste@, jhibbits@, wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5649
| * Add a special case for NTFS to the -media autofs(5) map.trasz2016-03-181-2/+22
| | | | | | | | | | | | Submitted by: lme@ (earlier version) MFC after: 1 month Sponsored by: The FreeBSD Foundation
| * Just install ar5523.bin into /usr/share/firmware and stop compiling itimp2016-03-151-0/+2
| | | | | | | | | | | | in. Differential Review: https://reviews.freebsd.org/D5639
| * Restore accidentaly removed comment line.trasz2016-03-141-0/+1
| | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-03-146-4/+27
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix autofs handling of filesystem labels containing plus signs and slashes.trasz2016-03-141-0/+7
| | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
| * Require firewall setup before running rc.d/netwait, otherwise the pingian2016-03-131-1/+1
| | | | | | | | | | | | | | packets sent by netwait may not get through. PR: 207916 Submitted by: John.Marshall@riverwillow.com.au (ipfw), ian@ (pf, ipfilter)
| * Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addkib2016-03-121-0/+1
| | | | | | | | | | | | | | | | login.conf(5) support. Reviewed by: jilles Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D5610
| * META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.bdrewery2016-03-111-3/+1
| | | | | | | | | | | | | | Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails. Sponsored by: EMC / Isilon Storage Division
| * DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.bdrewery2016-03-113-3/+21
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-102-0/+7
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix and connect setjmp test.bdrewery2016-03-091-0/+2
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
| * Load linux64 module for amd64 if Linux abi enabled.dchagin2016-03-081-0/+5
| | | | | | | | | | | | Reviewed by: emaste@ MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D5567
* | MFHgjb2016-03-062-2/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Merge ^/head r296007 through r296368.dim2016-03-037-34/+9
| |\
| * \ Merge ^/head r295902 through r296006.dim2016-02-242-1/+26
| |\ \
| * \ \ Merge ^/head r295544 through r295600.dim2016-02-131-2/+17
| |\ \ \
| * \ \ \ Merge ^/head r295351 through r295543.dim2016-02-114-7/+14
| |\ \ \ \
| * \ \ \ \ Merge ^/head r294961 through r295350.dim2016-02-064-3/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge ^/head r294777 through r294960.dim2016-01-274-2/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r294599 through r294776.dim2016-01-267-5/+117
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r294169 through r294598.dim2016-01-224-2/+32
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^head r294090 through r294168.dim2016-01-161-2/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ^/head r293850 through r294089.dim2016-01-152-11/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge ^/head r293686 through r293849.dim2016-01-132-0/+27
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r293175 through r293279.dim2016-01-062-2/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r293036 through r293174.dim2016-01-045-118/+248
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update various build glue files for the new llvm/clang version number.dim2015-12-302-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | MFHgjb2016-03-027-37/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation
| * | | | | | | | | | | | | | network.subr: avoid unnecessary reinitializationavos2016-02-291-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not start interface when wpa_supplicant or hostapd is used; they will restart it anyway Tested with: * Intel 3945BG, STA mode (wpa_supplicant) * RTL8188EU, HOSTAP mode (hostapd) Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5486
| * | | | | | | | | | | | | | etc/defaults/rc.conf: fix a typo (wlanddebug -> wlandebug)avos2016-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5480
OpenPOWER on IntegriCloud