summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
Commit message (Collapse)AuthorAgeFilesLines
* Remove spurious call to mute console.Ermal2010-06-011-2/+1
|
* Add newlineScott Ullrich2010-05-231-1/+1
|
* Add missing ;Scott Ullrich2010-05-221-1/+1
|
* Add (C)ontinue option for the impatientScott Ullrich2010-05-221-3/+4
|
* Re-create the hosts file on bootup after configuring all the interfaces. ↵smos2010-05-191-0/+3
| | | | Ticket #567
* Move this up in the boot sequence, the reset button check relies on its ↵jim-p2010-05-191-3/+3
| | | | existence.
* Add missing functions and move check earlier since this only checks on bootupScott Ullrich2010-05-181-3/+3
|
* Add reset button support to alix/wrap. Obtained-from: m0n0wallScott Ullrich2010-05-181-1/+4
|
* Ticket #295. Use empty to prevent some ghost entries in some configurations.Ermal2010-05-141-1/+1
|
* Make /var/run/booting exist for more of the actual booting process. Ticket #53.jim-p2010-05-111-2/+0
|
* Improve startup time by delaying dyndns synching.Ermal2010-04-131-3/+3
|
* Remove update_dns_cache.sh it seems to have been used for hostnames in the ↵Ermal2010-03-311-2/+0
| | | | filter ruleset which now is handled quite differently.
* Match conf_mount_rw with conf_mount_ro call.Ermal Luçi2010-03-081-0/+2
|
* Do not spread checking for value accross code. Do it in the function that is ↵Ermal Luçi2010-03-081-5/+1
| | | | supposed to do it.
* Remove test code.Ermal Luçi2010-03-041-4/+0
|
* Fix double include.Ermal Luçi2010-03-041-1/+4
|
* Add neccessary include.Ermal Luçi2010-02-041-0/+2
|
* Ticket #317. Synchronize user info on bootup.Ermal Luçi2010-02-021-3/+8
|
* Use the globals for minimum RAM warning, drop limit a little to accommodate ↵Chris Buechler2009-12-201-2/+2
| | | | 128 MB RAM systems
* Adding script to parse dhcpd log file and populate /etc/hosts so that we can ↵sullrich2009-12-061-0/+3
| | | | move to a newer dnsmasq. in addition, the current dnsmasq isc parsing is broken so there is not a choice to move either way. Ticket #79
* Start syslogd after interfaces are configured. Ticket #196sullrich2009-12-031-3/+3
|
* Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195sullrich2009-12-021-2/+5
|
* Do not show motdsullrich2009-11-291-5/+0
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-1/+5
| | | | functions most of the time. Include filter.inc where it is needed
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-1/+11
| | | | Simplify get_memory(). Tested on mips/i386
* Set booting to true.. not TRUEScott Ullrich2009-10-251-2/+3
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-3/+0
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Create resolv.conf before loading rules. Resolves #21Scott Ullrich2009-08-231-3/+3
|
* Include functions.inc which will then include ipsec.incScott Ullrich2009-08-231-1/+3
|
* Unbreak IPSEC!Scott Ullrich2009-08-231-0/+1
|
* Make the LEDs strobe to indicate initialization/bootup.jim-p2009-07-121-0/+6
| | | | Part of feature #17
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-081-1/+2
| | | | not need to be present on all of the includes.
* Addd missing */Scott Ullrich2009-07-071-1/+1
|
* Add configurable option to enable glxsb.jim-p2009-07-041-0/+3
|
* Unset $g['booting'] instead of setting it to false.Scott Ullrich2009-06-241-1/+1
|
* Move RO operation down in rc and revert rc.bootup commitScott Ullrich2009-06-241-2/+0
|
* Call conf_mount_ro(); after bootupScott Ullrich2009-06-241-1/+3
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-181-6/+3
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-181-3/+6
|
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-0/+4
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* Start sshd after the interfaces and routing have been configured.Ermal Luçi2009-05-271-5/+5
|
* Increase timeout to 9. Add chr(8) backspace mojoScott Ullrich2009-05-181-5/+6
|
* Carriage return if no option selected on recovery consoleScott Ullrich2009-05-161-0/+2
|
* Use passthru()Scott Ullrich2009-05-161-3/+3
| | | | Ace-in-the-hole-from: JimP
* Actually detect all key presses, cleanup code a bit.Scott Ullrich2009-05-161-4/+10
|
* Do not launch with tcsh -c, it appears to work at first glance without it.Scott Ullrich2009-05-161-2/+2
|
* Do not CR and increase stty timeout instead of adding sleep(1)Scott Ullrich2009-05-161-5/+4
|
* Use tcsh and env to set TERMScott Ullrich2009-05-161-2/+2
|
* Add a \n to get the users attentionScott Ullrich2009-05-161-0/+1
|
* Do not backspace for now and sleep (1) second in between while loopScott Ullrich2009-05-161-1/+2
|
OpenPOWER on IntegriCloud