summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
Commit message (Expand)AuthorAgeFilesLines
...
* Use kenv -q to extract dumpdev rather than kenv, in order to avoidrwatson2005-09-131-1/+1
* Remove duplicate "at" from comment.keramida2005-09-041-1/+1
* Actually block Ctrl-C (SIGINT=2).brooks2005-09-021-2/+2
* Block SIGQUIT (Ctrl-C) while running in startup mode. This should allowbrooks2005-09-021-4/+4
* Be sure to execute sendmail_precmd() to check sendmail.cf conflicts andgshapiro2005-08-301-0/+1
* Fix (/usr could not be mounted yet, so there is no grep(1) available) andpjd2005-08-141-1/+1
* Connect geli and geli2 ro the build.pjd2005-08-141-1/+1
* Add scripts for GELI device configuration on boot.pjd2005-08-142-0/+156
* Move 'local_tr' function to rc.subr and change its name to 'ltr'.pjd2005-08-141-22/+1
* Back-out previous commit - we need to skip logging socket when we start apjd2005-08-081-0/+3
* Skip jails which are already running and inform why.pjd2005-08-071-0/+4
* We don't need to skip /var/run/log socket, as syslogd is always startedpjd2005-08-071-2/+0
* Allow to give more than one jail's name, eg.:pjd2005-08-071-2/+6
* Teach rc.d/encswap script how to use geli(8) for swap encryption.pjd2005-08-051-15/+17
* gbde_swap has been repo-copied to encswap.pjd2005-08-052-57/+2
* Silence the de-bouncing of dhclient start up. The previous outputbrooks2005-07-261-1/+0
* This depends on syslogd due to logger(1).obrien2005-07-221-1/+1
* Embellish the dependency lists - this script depends having awk(1),obrien2005-07-221-0/+2
* `net.inet.ipf.fr_running' can be a negative value, which was introduced byjkim2005-07-071-1/+1
* Remove REQUIRE and BEFORE lines since this script is not run by rcorderbrooks2005-06-301-2/+0
* Add support for starting wpa_supplicant by adding the WPA keyword to anbrooks2005-06-302-1/+30
* When interfaces are given on the command line, don't attempt to filterbrooks2005-06-301-7/+4
* Introduce new per-jail variable jail_<name>_flags, which allows to specifypjd2005-06-261-1/+4
* Unbreak the ipfilter_loaded function. There doesn't seem to be a waydd2005-06-211-1/+1
* Honor the "dumpdev" kenv variable if it is set and the "dumpdev" rcdes2005-06-071-6/+17
* Support code for the OpenBSD dhclient. This significantly changes thebrooks2005-06-072-81/+21
* Remove RCng files that were brought in from NetBSD, but we ended up notobrien2005-06-0627-1188/+0
* We need to use 'applyset' command for devfs, 'apply hide' is not enough,pjd2005-05-231-6/+2
* Do not unconditionally mount devfs to ${jail_devdir}/dev. First checkcsjp2005-04-301-9/+12
* To allow /etc to be as minimal as possible in a diskless setup, we needbrooks2005-04-294-365/+2
* Add -h to the ln command to make the -f flag actually do something.dougb2005-04-241-1/+1
* Add startup script and default configuration file for bsnmpd.glebius2005-04-172-1/+19
* Do not remove logging sockets. This fixes an issue where loggingcsjp2005-04-141-0/+2
* The alternative suggested for /entropy as a shutdowndougb2005-04-111-5/+4
* 'dumpon' can run before 'initrandom' so make it.obrien2005-04-051-2/+2
* When reloading rules via rc.d/pf, flush everything but existing stateseanc2005-04-041-1/+3
* Add a ugidfw_load() function and fix up some of the scripting in this file.trhodes2005-04-021-6/+20
* Remove the 'usbd' keyword (it isn't necessary for mixer). Also, usenjl2005-03-171-1/+1
* Start natd(8) before loading firewall rules, to give theru2005-03-161-2/+3
* Unhook the recently departed lomac file from the build.dougb2005-03-131-1/+1
* Remove mac_lomac(4) functionality. The proper way is to use loader.conftrhodes2005-03-121-19/+0
* It is sufficent to require rcconf rather than initdiskless.brooks2005-03-022-2/+2
* Remove stray else.brooks2005-03-021-1/+0
* Allow chkprintcap(8) to be run before lpd is started. Disabled bybrooks2005-03-022-2/+8
* If we don't have /usr/sbin/mtree, try to mount /usr. We're only likelybrooks2005-03-021-3/+12
* - Update etc/rc.d/newsyslog to FreeBSD standards and install it.brooks2005-03-023-10/+9
* - Remove the dependency of /usr/bin/touch by using "cp /dev/null <target>"brooks2005-03-011-4/+12
* command_args is redundant.njl2005-02-271-2/+0
* Add rc.conf options for powerd (disabled by default) and hook the scriptnjl2005-02-261-1/+1
* Add an rc script for powerd(8).njl2005-02-261-0/+20
OpenPOWER on IntegriCloud