summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use cons25Scott Ullrich2009-05-151-1/+1
|
* Use ^HScott Ullrich2009-05-151-1/+1
|
* Add missing ;Scott Ullrich2009-05-151-1/+1
|
* Do not \nScott Ullrich2009-05-151-1/+1
|
* Full path to /bin/sttyScott Ullrich2009-05-151-2/+2
|
* Make text prettier and increase timeout to 4 secondsScott Ullrich2009-05-151-4/+6
|
* * Reboot after installation from recovery consoleScott Ullrich2009-05-151-0/+7
| | | | * Add ! drop to shell option and bypass bootup
* Cleanup my hick ky englishScott Ullrich2009-05-151-6/+6
|
* Add I for installer optionScott Ullrich2009-05-151-1/+3
|
* Prompt for recover before parsing configScott Ullrich2009-05-151-6/+5
|
* * Add Erik Kristensen to (C)Scott Ullrich2009-05-151-20/+5
| | | | * Compact code
* * Match our styleScott Ullrich2009-05-151-7/+6
| | | | | * Add (C) * No functional changes
* Prompt for recovery modeScott Ullrich2009-05-151-1/+1
|
* Woops, add missing textScott Ullrich2009-05-151-2/+2
|
* If we are on cdrom platform show a rescue config timeout option.Scott Ullrich2009-05-151-216/+265
|
* Adding PowerD knob to system -> advanced -> misc. This will be usefulScott Ullrich2009-04-051-0/+3
| | | | | | | | | | | | | | | | | | for folks wishing for their firewall to use less power overall. Blurb from the powerd man page from freebsd: The powerd utility monitors the system state and sets various power con- trol options accordingly. It offers three modes (maximum, minimum, and adaptive) that can be individually selected while on AC power or batter- ies. The modes maximum, minimum, and adaptive may be abbreviated max, min, adp. Maximum mode chooses the highest performance values. Minimum mode selects the lowest performance values to get the most power savings. Adaptive mode attempts to strike a balance by degrading performance when the system appears idle and increasing it when the system is busy. It offers a good balance between a small performance loss for greatly increased power savings. The default mode is adaptive.
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-5/+0
| | | | now.(yay!)
* Add the GUI part for IGMPproxy that has been on the snapshots for a while.Ermal Luci2009-01-281-1/+4
|
* Do not output starting rrd graphs twice.Scott Ullrich2008-11-211-2/+0
|
* Use product_nameScott Ullrich2008-11-101-1/+1
|
* Add more bootup textScott Ullrich2008-11-091-5/+17
|
* Move openntpd process up higherScott Ullrich2008-11-091-5/+5
|
* Use new sync on boot scriptScott Ullrich2008-11-091-6/+3
|
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-1/+1
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Cleanup bootup scriptSeth Mos2008-09-221-22/+7
| | | | | | | | Remove starting dhcp twice. Remove double resolv.conf generation. Remove direct pfctl filter load command. Move initial time sync into is_wan_up logic so that it saves a lot of time on boot without a wan. opentp takes casre of it later if required.
* Remove duplicated comment and add some style(9).Ermal Luçi2008-09-201-9/+5
|
* * Fixup stray dots('...') on bootup and add some comments since we do ↵Ermal Luçi2008-09-101-23/+2
| | | | | | | loading of the filters twice during bootup?! * Merge all interface related bootstraps under interfaces_configure so this allows us to handle propperly assigned bridge/gre/gif/.. devices that might are initialized later than assigned interfaces. * Make possible configuring multiple dial-out(ppp) interfaces/configs. Though i am not configdent on the quality of the ppp code that was imported before since GUI and backend have some inconsistencies in the fields. While i fixed most of them still 1 or 2 remain which needs propper investigation on the config.
* Create resolv.conf earlier in the boot processScott Ullrich2008-09-021-3/+3
|
* Move is_wan_up() after the routing is configured.Scott Ullrich2008-08-191-3/+3
|
* Move ntpdate function down a bit after routing is configured.Scott Ullrich2008-08-191-3/+3
|
* No need for the 'filtering bridge' option with if_bridge(4).Ermal Luçi2008-08-051-2/+0
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-6/+1
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* bring up laggs on bootup.Ermal Luçi2008-07-251-0/+3
|
* Configure bridges even during bootupErmal Luçi2008-07-251-0/+3
|
* Handle GRE/GIF during bootupErmal Luçi2008-07-231-0/+6
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-25/+6
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is only half part of the changes the other half will come after
* Remove configure_slbd() from rc scriptsSeth Mos2008-07-081-2/+0
|
* * Cleanup carp codeScott Ullrich2008-07-071-2/+0
| | | | * Eliminate interfaces_carp_bringup_final()
* remove the setup_gateways_monitor() from system_routing_configure() as this ↵Seth Mos2008-07-011-1/+3
| | | | | | | | causes a filter reload loop when apinger is reloading. Change apinger to reload instead of killing use setup_gateways_monitor() in rc.bootup and rc.newwanip
OpenPOWER on IntegriCloud