summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
Commit message (Expand)AuthorAgeFilesLines
* Add a new rc.conf variable, sendmail_rebuild_aliases, which tellsgshapiro2007-06-121-8/+10
* Finish making resolv ordering deterministic by REQUIRE'ing it here.dougb2007-06-021-1/+1
* Add REQUIRE netif to make ordering more deterministic, and to make suredougb2007-06-021-5/+6
* Fix indentation.rse2007-05-241-1/+1
* Remove two superfluous trailing semicolons.rse2007-05-242-2/+2
* Remove two unnecessary and useless sub-shell constructs.rse2007-05-242-2/+2
* backout filter of Nil UUID as the boot loader code already filters out Nil UU...rse2007-05-221-4/+0
* Remove the ugly csh(1) based UUID lower-case translation hack fromrse2007-05-221-1/+0
* Cleanup style by consistently using braces around variable expansion andrse2007-05-211-1/+5
* Adjust UUID lower-case translation from straight-forward tr(1)rse2007-05-211-1/+2
* The standardized textual representation of UUIDs according to RFC 4122rse2007-05-211-2/+2
* o Implement the stop_boot subroutine [1]. This subroutine can be used bymtm2007-05-185-23/+4
* o Use the --detach option to kdc(8) instead of using the shellmtm2007-05-171-3/+3
* The precmd routine does not need to check whether the command should bemtm2007-05-173-24/+30
* Move options that do not have anything to do with routing out ofmtm2007-05-022-42/+43
* When rc.d/NETWORKING included this script in its REQUIRE line, a circularmtm2007-05-021-1/+1
* When zfs dataset has jailed=on property, it won't be mounted withpjd2007-04-221-3/+34
* When org.freebsd:swap property is set to 'on' on a ZVOL, use is as a swappjd2007-04-151-0/+18
* Remove the shutdown keyword. It just adds noise to the shutdown process.des2007-04-131-1/+1
* - Create an empty /etc/zfs/exports file when zfs_enable="YES" and we don'tpjd2007-04-131-2/+5
* mountd(8) was changed to only abort when all given exports files cannot bepjd2007-04-131-1/+1
* o Look for a zfs(1) exports file only if it exists and is readable. Ifmtm2007-04-131-1/+2
* If available, take UUID from smbios.system.uuid, if not fall back topjd2007-04-111-1/+18
* Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5),keramida2007-04-101-1/+6
* Add rc.d/hostid script (turned on by default) which on first boot generatespjd2007-04-092-1/+81
* Apply "additional TCP options" earlier.des2007-04-092-2/+1
* FILESYSTEMS requires root, so requiring both of them is redundant.des2007-04-097-7/+7
* Add zfs to REQUIRE.des2007-04-091-1/+1
* - Add ZFS startup script.pjd2007-04-063-1/+40
* Add rpc_statd_flags and rpc_lockd_flags options to allow options to bematteo2007-04-043-0/+24
* Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocaldes2007-04-0221-20/+32
* Instead of directly sourcing the firewall script, run it in a separate shell.mtm2007-04-022-2/+2
* Make subroutine names more conformant with other scripts in rc.d.mtm2007-03-311-4/+4
* Record rc.d/nfslocking dependency on rc.d/rpcbind.mtm2007-03-303-12/+54
* Some rc.d commands (such as stop|restart etc.) won't automagically workmtm2007-03-301-0/+1
* Use "-ne" instead of "!=" for integer comparison.brooks2007-03-251-1/+1
* Having gone to the trouble of setting up a variable, we should use it.mtm2007-03-251-1/+1
* Make "/etc/rc.d/syscons start" correctly reload screensaver settings.mux2007-03-121-1/+1
* Allow background_fsck_delay to be set to a negative value which delaysbrooks2007-03-111-2/+14
* Get rid of chatter for failed commands if the filesystem is read-only.njl2007-03-031-5/+6
* Use get_if_var() to retrieve interface specific values of dhclient_flagsbrooks2007-03-021-7/+3
* pkill(1) and pgrep(1) have been moved to /bin so that they areyar2007-02-151-3/+3
* Don't be paranoid about hostname(1) and order the things logically.yar2007-02-151-1/+1
* Don't nag about unset $hostname if DHCP is in use.yar2007-02-151-1/+6
* Handle the case when the admin forgot to set $hostname,yar2007-02-101-1/+10
* Add support for EtherChannel configuration to rc startup scripts.flz2007-02-091-0/+3
* Add the following knobs for quotas if they are enabled:mpp2007-01-201-3/+3
* Fix jail rc.d script privilege escalation via symlink attack againstsimon2007-01-111-12/+116
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-071-1/+1
* Jail_ip and jail_interface local variables were renamed to _ip and _interfaceflz2007-01-021-2/+2
OpenPOWER on IntegriCloud