Commit Graph

81 Commits

Author SHA1 Message Date
Scott Ullrich
5ffb18e025 * Start dhcp relay
* Start DNSUpdate
2005-10-26 22:17:13 +00:00
Scott Ullrich
70b8981479 Mute during devd enable 2005-10-09 00:36:09 +00:00
Scott Ullrich
86ddbb7134 Start DEVD earlier. It maps the keyboards. 2005-10-08 19:16:18 +00:00
Scott Ullrich
9bd531ecab Move devd after interface configuration 2005-10-08 01:31:57 +00:00
Scott Ullrich
864c458d69 Echo before starting the device manager (devd) 2005-10-08 01:26:40 +00:00
Scott Ullrich
de16ed63e8 Unmute kernel 2005-10-08 01:25:11 +00:00
Scott Ullrich
92e2deb712 Add boot debugging helpers. We seem to pause for a long time after confugirng timezone now on the latest builds. 2005-10-08 01:18:35 +00:00
Colin Smith
eb60dfb02e No more system_do_extensions(). 2005-10-04 01:06:16 +00:00
Scott Ullrich
88b63d7c3e Sync password on bootup 2005-10-04 00:42:39 +00:00
Scott Ullrich
3a89b8d9fc Run system_resolvconf_generate() after configuring interfaces 2005-09-30 21:26:13 +00:00
Scott Ullrich
e556dea72c If debugging is enabled, do not mute the console when bringing up the optional interfacs. we're trying to chase down a panic/freeze. 2005-09-28 00:03:22 +00:00
Scott Ullrich
04c5bd1701 Work around the fact that our traffic shaper configuration takes time to create by leaving the carp interfaces in a down state until the very end of bootup. 2005-09-26 19:36:35 +00:00
Scott Ullrich
19aeae7fb6 Adjust carp bootup sequence. Do not down the interfaces and later up them. 2005-09-24 20:47:31 +00:00
Scott Ullrich
6fa4bdc672 Correct carp bringup sequence 2005-09-22 22:22:29 +00:00
Scott Ullrich
ce9e67cee1 Lock console a bit different 2005-09-20 20:18:09 +00:00
Scott Ullrich
9f966bc9fc Call system_set_harddisk_standby() on bootup 2005-09-18 22:31:11 +00:00
Scott Ullrich
9362976796 Start syslgod earlier 2005-09-10 19:47:44 +00:00
Scott Ullrich
dc6283a397 Start web interface after filtering rules are in place 2005-09-10 18:41:26 +00:00
Scott Ullrich
98aadfe109 use newer openvpn configuration method
ovpn_configure(false);
2005-09-02 23:38:00 +00:00
Scott Ullrich
12a6188df0 Ignore vlan on both interfaces 2005-08-24 16:13:06 +00:00
Scott Ullrich
1c8727360e Do not mute kernel messages for filtering messages. 2005-08-21 18:53:01 +00:00
Scott Ullrich
bd99c3183b Mute kernel messages on bootup invoked from setup_microcode() 2005-08-21 18:38:27 +00:00
Bill Marquette
02e7ac12c0 startup slbd on boot 2005-08-07 02:57:01 +00:00
Colin Smith
7822d9660c return_filename_as_string -> file_get_contents 2005-08-03 07:15:38 +00:00
Scott Ullrich
b48a7caa22 Retire pccard. It has been replaced in freebsd 6 as devd 2005-08-03 00:13:26 +00:00
Scott Ullrich
ff21aa6b29 Start pccard with any platform. It will fail gracefully if its not supported. 2005-08-03 00:03:52 +00:00
Scott Ullrich
3d941d7233 Start pppoe server on bootup 2005-07-31 00:58:20 +00:00
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