Commit Graph

54 Commits

Author SHA1 Message Date
Scott Ullrich
2c35ed9143 Only echo motd if platform is cdrom 2005-07-12 04:36:50 +00:00
Bill Marquette
22d0b8e5cd fix typo (in comment) 2005-07-12 04:31:44 +00:00
Scott Ullrich
4e6f9d37c8 Loader filter sync on boot 2005-07-10 00:29:47 +00:00
Scott Ullrich
11c32d4a9d Start racoon last in booting process to allow carp interfaces enough time to come up. 2005-07-03 22:49:39 +00:00
Scott Ullrich
1ae5ad242d Only reload rules once on final bootup 2005-06-29 17:08:33 +00:00
Scott Ullrich
f7833f74c5 Mute filter.inc kernel messages 2005-06-29 17:07:56 +00:00
Scott Ullrich
c6e604d875 Do a more graceful carp handover. 2005-06-29 17:02:37 +00:00
Scott Ullrich
80e7aa3e00 Bringup carp last 2005-06-29 16:36:25 +00:00
Scott Ullrich
fb453a4aee Sync passwords on bootup 2005-06-26 01:01:19 +00:00
Scott Ullrich
caeb3b4670 Start devd at bootup for dhclient 2005-06-23 16:26:30 +00:00
Scott Ullrich
a29901f38f Add C/R 2005-06-21 21:45:37 +00:00
Scott Ullrich
1d78424d27 C/R before and after motd 2005-06-21 20:00:22 +00:00
Scott Ullrich
ad7dc9ddd7 If motd greater than 2 chars, echo motd 2005-06-21 17:17:31 +00:00
Scott Ullrich
9eb4ec605a Require pfsense-utils.inc 2005-06-21 17:13:37 +00:00
Scott Ullrich
5f89728db8 Move catting of /etc/motd to rc.bootup where we can trim the extra whitespace 2005-06-21 16:54:15 +00:00
Scott Ullrich
947b723060 Remove debugging helpers 2005-06-18 22:01:05 +00:00
Scott Ullrich
f102f9a299 Add some debugging helpers 2005-06-18 21:54:55 +00:00
Colin Smith
7f3473592d Set package interface flag. 2005-05-30 22:51:13 +00:00
Scott Ullrich
fc6b5a4d9e More bootup cleanups 2005-05-30 18:29:31 +00:00
Scott Ullrich
74dbce1fa8 More bootup cleanups 2005-05-30 18:13:26 +00:00
Scott Ullrich
deebaae1dd Make all startup commands uniform by correctly outputing when they are done.
Example:

Starting DHCP service...done.
2005-05-30 17:50:25 +00:00
Scott Ullrich
28d38aa4cd misc comments 2005-05-29 04:57:34 +00:00
Colin Smith
32438cec1d * Remove "done" after configuring OPT interfaces - the function called prints status.
* Switch around a mute.
2005-05-22 01:07:10 +00:00
Scott Ullrich
dd2ab8f854 Mute and unmute the console at strategic times to cleanup the boot sequence 2005-05-21 23:44:31 +00:00
Colin Smith
bad59dd6f5 Cleanup. 2005-05-18 01:03:38 +00:00
Colin Smith
b6f3f5c606 Generate config cache, sweep backups, and run bootup-specific config parsing. 2005-05-16 01:45:05 +00:00
Colin Smith
d6f1dbe3ba Sweep the backup cache on bootup. 2005-05-15 19:08:35 +00:00
Colin Smith
1c3b48a3c4 Sweep backup cache at bootup. 2005-05-15 04:48:33 +00:00
Scott Ullrich
93e251a4ba Bring carp interfaces up under rc.bootup, not the filter process 2005-05-06 00:15:30 +00:00
Scott Ullrich
9f6b1429e7 Merge carp into base 2005-05-05 23:47:28 +00:00
Scott Ullrich
7b3d5000f9 * Restore original carp behavior (running from /usr/local/etc/rc.d)
* Run VPN setup later in the bootup process
2005-04-17 22:57:56 +00:00
Bill Marquette
1b8df11bf3 Add $Id$ tags 2005-03-27 22:39:00 +00:00
Scott Ullrich
5c60c94730 Mark booting as done at the end of rc.bootup 2005-03-10 17:50:05 +00:00
Scott Ullrich
61c25e53a2 Ignore interface mistmatch checks if either interface uses a vlan 2005-03-09 23:09:33 +00:00
Scott Ullrich
dd78523c20 Add ftp-sesame ftp helper. 2005-03-08 17:49:28 +00:00
Scott Ullrich
6395d5fadc Alert user which interface is mismatched 2005-02-28 00:53:22 +00:00
Scott Ullrich
6ee4c02f87 Renable interface assignment check code. 2005-02-28 00:18:22 +00:00
Scott Ullrich
e900059ce6 Disable auto-configure menu 2005-02-26 08:50:57 +00:00
Scott Ullrich
96e23e3e0d Adhere to previous inerface when needed 2005-02-26 08:36:52 +00:00
Bill Marquette
872233757a Fix pppoe 2005-02-26 04:58:46 +00:00
Scott Ullrich
ae22f4f8aa use false paramater 2005-02-26 03:14:50 +00:00
Scott Ullrich
d7375115c1 * Correctly deterimine if an interface does not exist 2005-02-26 01:41:16 +00:00
Scott Ullrich
bb17ff995e * global the $noreboot variable
* do not tell the user the firewall will reboot if $noreboot is set.
2005-02-26 01:36:27 +00:00
Scott Ullrich
afe53428c6 * Move the set networking interfaces code into a function in config.inc. Call this function instead of requiring the rc.initial.setports file
* Alter rc.initial.setports to call the set_networking_interfaces_ports() function
2005-02-25 22:43:08 +00:00
Scott Ullrich
b425d956eb * Require rc.initial.setports if first boot
* Do not reboot if setting ports on first boot
2005-02-25 22:25:28 +00:00
Scott Ullrich
d836899344 Use system instead of mwexec 2005-02-25 22:09:48 +00:00
Scott Ullrich
afde8c220c Extra ) 2005-02-25 21:59:10 +00:00
Scott Ullrich
aa01f2f21d On bootup, if the interfaces dont exist run the set interface wizard. 2005-02-25 21:37:38 +00:00
Scott Ullrich
3ff9d42447 Add support for /etc/sysctl.conf 2005-02-20 21:41:56 +00:00
Scott Ullrich
24d15c0c13 * remove the temporary rule loading workarounds in /etc/rc
* adjust the boot order slightly in rc.bootup
* rename filter_ipmon_start to filter_pflog_start
2005-02-08 06:23:20 +00:00