summaryrefslogtreecommitdiffstats
path: root/etc/rc
Commit message (Collapse)AuthorAgeFilesLines
* Set PKG_TMPDIR for embedded/nano because it will fill up /var trying to ↵jim-p2011-02-231-0/+2
| | | | download packages otherwise. (From sullrich)
* Run dumpon earlier, split dumpon/ddb from savecore and run savecore later.jim-p2011-01-261-1/+7
|
* Add support for dumpon/savecore to run on full installs.jim-p2011-01-251-0/+1
|
* Whitespace fixjim-p2011-01-251-2/+2
|
* Be less chattyScott Ullrich2010-12-181-9/+2
|
* Use fullpathErmal2010-11-301-4/+4
|
* Run ecl through php instead of executing directly.jim-p2010-11-301-2/+2
|
* Add pfSsh.php externalconfiglocator playback scriptScott Ullrich2010-11-281-1/+1
|
* Adding external configuration loader which will look on all found disks ↵Scott Ullrich2010-11-281-0/+15
| | | | except bootup disk for config.xml. If tconfig.xml is found on an external disk then it tests the roobobj to ensure its a valid file then calls test_config() to ensure it is a valid xml file. Once the file is validated a backup_config() is called to backup the current configuration and finally the file is installed using restore_backup()
* Bring interfaces up only if there is a mismatch to allow them to be reassigned.Ermal2010-11-101-3/+0
|
* Protect from strange situations on bootup by testing for is_array(). Do not ↵Ermal2010-11-021-0/+3
| | | | add anymore the 127.0.0.2 route its not needed anymore. Also during bootup bring up all interfaces so the assignment process can deal with them(Possibly should be done in another code flow!).
* More VPN log fixes, for consistency. Ticket #912jim-p2010-11-021-9/+9
|
* Update (C)Scott Ullrich2010-09-191-1/+1
|
* Ensure /etc/gettytab is of a sane size and restore from backup + log if it ↵Scott Ullrich2010-09-191-0/+7
| | | | is not
* Do not suck in the file but actually execute it.Ermal2010-09-161-1/+1
|
* Correct typo in file name. Also do not delete users just expire them.Ermal2010-09-081-1/+1
|
* Start-up first check_reload_status than call rc.bootup since this is the new ↵Ermal2010-09-081-86/+84
| | | | world order. This unbreaks booting and removes spurious messages during boot. While here for all binaries use full path for correctnes and avoid any 'strange' issues.
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-2/+0
|
* Only do check on pfSense platformScott Ullrich2010-08-151-4/+6
|
* Only process items if we can find grepScott Ullrich2010-08-151-3/+5
|
* Handle ZFS root partition read-only casesScott Ullrich2010-08-151-0/+6
|
* Do not setup unionfs for /PCBSDScott Ullrich2010-08-141-2/+0
|
* add apinger.log here too to silence error at bootChris Buechler2010-07-241-1/+4
|
* Do not nuke /tmp/ on livecd'sScott Ullrich2010-06-011-1/+3
|
* Make sure to cleanup /tmp before using it. Solves config cache issue as a start.Ermal2010-05-281-0/+1
|
* Remove stale code.Ermal2010-05-281-4/+0
|
* Make installer unionfsScott Ullrich2010-05-231-1/+3
|
* Remove unionfs /, will have to come up with a new planScott Ullrich2010-05-221-2/+0
|
* Use unionfs for /Scott Ullrich2010-05-221-0/+3
|
* Remove stray doneScott Ullrich2010-05-211-1/+0
|
* Do not fsck /cf on each bootupScott Ullrich2010-05-211-1/+2
|
* Unbreak nanobsd since Ticket #444Scott Ullrich2010-05-211-24/+21
|
* Unbreak nano since ticket #444Scott Ullrich2010-05-211-3/+7
|
* Handle mounting of extra filesystems correctly. Ticket #444Scott Ullrich2010-05-191-1/+1
|
* move mount up for cases where /usr and other partitions may be separate, and ↵Chris Buechler2010-05-191-30/+30
| | | | needed for other things to function
* Make /var/run/booting exist for more of the actual booting process. Ticket #53.jim-p2010-05-111-0/+3
|
* Revert last commit .. This might not work on NanoScott Ullrich2010-05-051-1/+1
|
* Use mount -a instead of -uw Ticket #444Scott Ullrich2010-05-051-1/+1
|
* Fix file names.Ermal2010-03-291-2/+2
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-231-0/+9
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* Add alias data url option. This code existed but lacked a backend daemon to ↵Scott Ullrich2010-03-191-0/+3
| | | | update the data every 24 hours. Adding this as well.
* Add PPP logging tabScott Ullrich2009-10-261-0/+3
|
* Revert "Use php to detect product name on shell scripts"Renato Botelho2009-08-261-1/+1
| | | | This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.
* Do not create /root/var/tmpScott Ullrich2009-08-061-3/+1
|
* Only symlink pkg dirScott Ullrich2009-08-061-2/+1
|
* Reverse link arguments and rm dirScott Ullrich2009-08-061-2/+3
|
* Create symlink after disks are mountedScott Ullrich2009-08-061-8/+6
|
* Create symlink after disks are mountedScott Ullrich2009-08-061-0/+7
|
* Use php to detect product name on shell scriptsRenato Botelho2009-08-031-1/+1
|
* Fix path to expireaccounts.Ermal Luçi2009-07-091-1/+1
|
OpenPOWER on IntegriCloud