Commit Graph

75 Commits

Author SHA1 Message Date
Scott Ullrich
aa26bd2764 Mount rw before rc.bootup 2005-06-03 23:22:51 +00:00
Scott Ullrich
40697dbfd8 Full path to adjkerntz 2005-06-02 21:33:47 +00:00
Scott Ullrich
fc6b5a4d9e More bootup cleanups 2005-05-30 18:29:31 +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
2733ae7887 Do not allow CTRL-Z and CTRL-C to be pressed in console.
Fixes Ticket #57
2005-05-23 13:35:45 +00:00
Scott Ullrich
4ec1f1c72a Mute console on boot.config loader, unmute when pfSense starts to wake up. 2005-05-21 23:32:15 +00:00
Scott Ullrich
360fb405d8 * bkacup.cache is a file, not a directory. 2005-05-21 22:24:40 +00:00
Scott Ullrich
69d98c09ae send already exist message to /dev/null 2005-05-21 21:47:52 +00:00
Scott Ullrich
6484bb83de dhclient.conf should be symlinked to /var/etc ... this should fix the dhcp override problem. 2005-05-21 21:47:27 +00:00
Scott Ullrich
d42c2e2087 Create /cf/conf/backup/backup.cache if it doesn't exist on bootup 2005-05-20 17:57:02 +00:00
Scott Ullrich
e15f200158 use -p flag for mkdir 2005-05-19 21:18:32 +00:00
Scott Ullrich
44d213879d Correctly check if file exists 2005-05-19 16:53:17 +00:00
Scott Ullrich
f93c5384ff Do not mount devfs if its already mounted with some nice script fu 2005-05-18 03:06:04 +00:00
Scott Ullrich
9cb8e6f087 Move rm in line with others 2005-05-15 20:21:36 +00:00
Scott Ullrich
7f0439dc82 Clear /tmp/* on boot 2005-05-15 20:20:23 +00:00
Scott Ullrich
f1cc2287a8 Make sure resolv.conf is correct.
This fixes Ticket #63
2005-05-09 01:03:06 +00:00
Scott Ullrich
c8fcdb2fe2 If /etc/hosts is a file restore the symlink 2005-05-07 00:19:13 +00:00
Scott Ullrich
d53c2f8573 Remove unncessary if 2005-05-05 19:51:26 +00:00
Scott Ullrich
4be98f23dc -e -> -f 2005-05-03 22:05:46 +00:00
Scott Ullrich
2d6ee6d6c1 Do not output if we are syncing packages. Let the script do this. 2005-05-03 22:02:48 +00:00
Scott Ullrich
b19c862238 Only resync filter on final pass if /tmp/filter_boot_dirty is touched. 2005-04-18 03:08:02 +00:00
Scott Ullrich
3bf1e0e785 Enable SAK. It should be stable in this release. 2005-04-17 23:44:29 +00:00
Scott Ullrich
6c08edb3e8 Setup random entropy on bootup. 2005-04-03 23:45:22 +00:00
Scott Ullrich
d35cf0deff Whitespace is needed after last line to run the item 2005-03-31 07:26:05 +00:00
Scott Ullrich
316a0dda05 Pretty up boot process. 2005-03-31 05:07:40 +00:00
Scott Ullrich
de1d03f382 Pretty up boot process. 2005-03-31 04:58:13 +00:00
Scott Ullrich
e0cbb021c4 Pretty up boot process. 2005-03-31 04:58:07 +00:00
Scott Ullrich
3f38f06619 Pretty up boot process. 2005-03-31 04:48:05 +00:00
Scott Ullrich
f3677fc5fb Create uploadbar tmp directory on boot 2005-03-26 01:43:35 +00:00
Scott Ullrich
54f1ad2862 Mount card back after rc.bootup 2005-03-20 18:49:34 +00:00
Scott Ullrich
7b2ac8289b invoke php to activate ro and rw 2005-03-20 18:36:03 +00:00
Scott Ullrich
c0b8f2ab21 Mount read-write on bootup and read-only at end. 2005-03-20 08:15:51 +00:00
Scott Ullrich
978b96201f Use rc.conf_mount_ro and rc.conf_mount_rw 2005-03-20 06:45:36 +00:00
Scott Ullrich
f92eaec293 * Add rc.config_unlock and rc.conf_lock
* Use rc.conf_lock and rc.conf_unlock during boot
2005-03-20 04:34:01 +00:00
Scott Ullrich
e7435c3b35 Do not show errors on swapon. We may be in an embedded environment. 2005-03-19 22:34:59 +00:00
Scott Ullrich
1828ab3a4b Silence dumpon errors. We may be on a embedded platform 2005-03-19 08:23:00 +00:00
Scott Ullrich
0ede09d9a2 ldconfig /lib on bootup with the other library directories. 2005-03-17 19:32:09 +00:00
Scott Ullrich
dd78523c20 Add ftp-sesame ftp helper. 2005-03-08 17:49:28 +00:00
Colin Smith
238f696203 * rc_packages -> rc.packages (hooks changed appropriately)
* resync_all_packages_config -> resync_all_package_configs (hooks changed appropriately)
* Add fetching of missing package XML to function resync_all_package_configs()
* Add resync_all_package_configs_bootup() to provide status of package syncing on bootup. (hooks changed appropriately)
2005-03-02 03:40:14 +00:00
Scott Ullrich
3e08b3c1dc Hook in rc_packages 2005-03-02 01:19:26 +00:00
Scott Ullrich
38833ef2a6 Alert user of final firewall rules pass 2005-02-25 21:15:56 +00:00
Scott Ullrich
a1ad1bc385 Allow package plugins to adjust rules 2005-02-23 05:41:49 +00:00
Scott Ullrich
ffeca18d6a Redirect all errors and package messages to /tmp/bootup_messages 2005-02-23 03:42:52 +00:00
Scott Ullrich
802dc5c8ae Cleanup extra > shell rc.d system 2005-02-22 17:28:28 +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
Scott Ullrich
dd5f1c6aff Sleep for 10 seconds instead of 5 2005-02-08 00:24:25 +00:00
Scott Ullrich
670f7fcb7a Sleep for 5 seconds then enable rules. Race condition? 2005-02-08 00:03:14 +00:00
Scott Ullrich
10a85853f6 Do not use filter_configure on boot. 2005-02-07 23:26:50 +00:00
Scott Ullrich
e423c13589 make sure we enable the firewall before loading rules 2005-02-07 22:58:27 +00:00
Scott Ullrich
ccee37fdb1 Fixup ordering. ALTQ rules load out of the box now! 2005-02-02 23:48:26 +00:00