| Commit message (Expand) | Author | Age | Files | Lines |
* | Require "ldconfig" for "devd". It is possible that user puts into | glebius | 2015-04-28 | 1 | -1/+1 |
* | Generate new UUID if system UUID is known bad or malformed and add a two | delphij | 2015-04-27 | 1 | -8/+56 |
* | Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@ | ngie | 2015-04-27 | 3 | -0/+149 |
|\ |
|
| * | Move etc/tests/rc.d to etc/rc.d/tests to match the desired directory layout | ngie | 2015-04-13 | 3 | -0/+149 |
* | | Remove some oldnfs remnants. | trasz | 2015-04-18 | 2 | -39/+18 |
* | | Verify if the saved hostid is still the same and update if | delphij | 2015-04-15 | 1 | -4/+11 |
|/ |
|
* | Typo fix in comment | jpaetzel | 2015-04-06 | 1 | -1/+1 |
* | Bug fixes and feature adds | jpaetzel | 2015-04-05 | 1 | -33/+37 |
* | Add an rc.d script to invoke iovctl(8) during boot | rstone | 2015-03-01 | 3 | -1/+41 |
* | Unbreak rcorder when MK_UTX == no by moving utx from REQUIRE: in LOGIN to | ngie | 2015-02-13 | 2 | -1/+2 |
* | Unbreak rcorder when MK_UNBOUND == no by moving local_unbound from REQUIRE: | ngie | 2015-02-13 | 2 | -1/+2 |
* | rc.d: load the network config file for netif | royger | 2015-02-10 | 1 | -0/+3 |
* | Un-revert the r278323 again - whatever Jenkins/kyua is up it, it has | jamie | 2015-02-10 | 1 | -2/+1 |
* | Remove explicit routing/sendmail rc.d inclusion in FILES | ngie | 2015-02-09 | 1 | -2/+0 |
* | Revert the rc part of r278323 until I can figure out what Jenkins is doing. | jamie | 2015-02-07 | 1 | -1/+2 |
* | Add mount.procfs jail parameter, so procfs can be mounted when a prison's | jamie | 2015-02-06 | 1 | -3/+2 |
* | Don't add static IPv6 routes when to all FIBs when net.add_addr_allfibs is 0. | rpaulo | 2015-02-06 | 1 | -2/+3 |
* | Use FILES+= idiom instead of _inetd when referencing inetd rc.d script | ngie | 2015-02-05 | 1 | -1/+1 |
* | Honor the following flags with the following rc.d scripts for services that can | ngie | 2015-02-05 | 1 | -14/+49 |
* | Remove hostapd and wpa_supplicant from FILES so they're installed conditionally | ngie | 2015-02-02 | 1 | -2/+0 |
* | ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4 | cy | 2015-01-28 | 1 | -1/+0 |
* | Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave | ngie | 2015-01-26 | 1 | -2/+2 |
* | Honor MK_WIRELESS with etc/rc.d/hostapd and etc/rc.d/wpa_supplicant | ngie | 2015-01-26 | 1 | -0/+5 |
* | Honor MK_JAIL with etc/rc.d/jail | ngie | 2015-01-26 | 1 | -1/+4 |
* | Honor MK_ACCT with etc/rc.d/accounting | ngie | 2015-01-26 | 1 | -0/+4 |
* | Remove explicit inclusion of lpd from FILES | ngie | 2015-01-26 | 1 | -1/+0 |
* | Honor MK_AMD with etc/rc.d/amd | ngie | 2015-01-26 | 1 | -1/+4 |
* | Honor MK_API in etc/rc.d | ngie | 2015-01-26 | 1 | -2/+5 |
* | Honor MK_LPR with etc/rc.d/lpd | ngie | 2015-01-26 | 1 | -0/+4 |
* | Honor MK_ACPI in etc/devd and etc/rc.d | ngie | 2015-01-26 | 1 | -1/+4 |
* | Add MK_AUTOFS knob for building and installing autofs(4), et al | ngie | 2015-01-26 | 1 | -3/+6 |
* | Add MK_HAST knob for building and installing hastd(8), et al | ngie | 2015-01-26 | 1 | -1/+4 |
* | Allow the user to specify the location of control.conf. | des | 2015-01-25 | 1 | -0/+2 |
* | Install bsnmp rc.d script if MK_BSNMP != no | ngie | 2015-01-25 | 1 | -1/+4 |
* | Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc | ngie | 2015-01-25 | 1 | -1/+4 |
* | Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel | ngie | 2015-01-25 | 1 | -2/+5 |
* | Remove duplicate FILESYSTEMS REQUIRE from etc/rc.d/ipmon and etc/rc.d/pflog | ngie | 2014-11-30 | 2 | -2/+2 |
* | Remove etc/rc.d/mrouted | ngie | 2014-11-30 | 3 | -22/+1 |
* | Make it possible to specify flags for autofs daemons in rc.conf. | trasz | 2014-11-24 | 1 | -1/+1 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 6 | -81/+5 |
* | remove comment about the bug... I don't remeber what it was... | jmg | 2014-11-06 | 1 | -3/+1 |
* | switch from spaces to tabs to match style and awk... | jmg | 2014-11-03 | 1 | -13/+13 |
* | use tab instead of spaces like the rest of the file.. | jmg | 2014-11-03 | 1 | -1/+1 |
* | Do not try to create a /dev/log symlink in a jail. | hrs | 2014-11-03 | 1 | -1/+1 |
* | Get rid of the postrandom script. It was born in a time when the | des | 2014-11-02 | 4 | -60/+35 |
* | add an rc.d script to automatically grow the specified FS... It has | jmg | 2014-11-02 | 2 | -0/+99 |
* | rc.d/geli should not depend on random, as the attach functionality | delphij | 2014-10-31 | 1 | -1/+0 |
* | This is the much-discussed major upgrade to the random(4) device, known to yo... | markm | 2014-10-30 | 5 | -65/+3 |
* | - Honer MK_KERBEROS for Heimdal rc.d scripts. | hrs | 2014-10-19 | 1 | -4/+11 |
* | s/-/_/ in name. | hrs | 2014-10-12 | 1 | -1/+1 |