Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the ability for full installs to optionally use RAM disks for /tmp and ↵ | jim-p | 2013-03-11 | 1 | -1/+7 |
| | | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info). | ||||
* | Remove old vidcontrol cruft lingering from long long ago | Scott Ullrich | 2011-05-31 | 1 | -4/+0 |
| | |||||
* | Merge 8b7d91267376d8b1e5e8d5748371430e2a601e23 ↵ | Scott Ullrich | 2011-03-22 | 1 | -1/+1 |
| | | | | https://rcs.pfsense.org/projects/pfsense/repos/mterron-clone/commits/8b7d91267376d8b1e5e8d5748371430e2a601e23 which fixes rc.shutdown issue | ||||
* | Only delete files in /tmp, not directories. Fixes rm errors on shutdown. ↵ | jim-p | 2011-03-09 | 1 | -1/+1 |
| | | | | (Doing rm -rf might cause it to go across filesystem boundaries again, which we're trying to avoid.) | ||||
* | Fix find again... apparently -xdev is depreciated and tosses errors, ↵ | jim-p | 2011-02-24 | 1 | -1/+1 |
| | | | | replaced by -x | ||||
* | Correct the find command, pipe into xargs | smos | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Do not cross filesystem boundaries when removing files lest we empty Seth' ↵ | smos | 2011-02-23 | 1 | -1/+1 |
| | | | | USB stick | ||||
* | We no longer use /var/run/config.lock - catch up to other progress. Also, ↵ | jim-p | 2011-01-12 | 1 | -2/+2 |
| | | | | use lockf to test if the config is locked now, with a 30 second timeout. | ||||
* | Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes ↵ | jim-p | 2010-12-14 | 1 | -1/+0 |
| | | | | | | #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there. This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8. | ||||
* | Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087 | jim-p | 2010-12-14 | 1 | -0/+1 |
| | |||||
* | Backup DHCP leases on NanoBSD too | jim-p | 2010-08-06 | 1 | -0/+1 |
| | |||||
* | Move the RRD backup code to a script. | jim-p | 2010-08-06 | 1 | -4/+1 |
| | |||||
* | Revert "Use php to detect product name on shell scripts" | Renato Botelho | 2009-08-26 | 1 | -1/+1 |
| | | | | This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e. | ||||
* | Use php to detect product name on shell scripts | Renato Botelho | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | Use product_name | Scott Ullrich | 2008-11-10 | 1 | -1/+3 |
| | |||||
* | Woops, cd to / and then tar | Scott Ullrich | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | cd to /var before running tar operation | Scott Ullrich | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | MFC 12687 | Scott Ullrich | 2006-06-17 | 1 | -1/+1 |
| | | | | Silent tar: Removing leading '/' from member names on reboot | ||||
* | MFC 11521 | Scott Ullrich | 2006-04-17 | 1 | -0/+2 |
| | | | | Mount config area rw before tar and then ro after tar. | ||||
* | MFC 11518 | Scott Ullrich | 2006-04-17 | 1 | -0/+3 |
| | | | | Save the rrd databases to the config space on reboot. | ||||
* | Do not allow shutdown if write is in progress | Scott Ullrich | 2006-03-20 | 1 | -0/+5 |
| | |||||
* | Do not rm -rf /tmp on shutdown if platform is not pfSense | Scott Ullrich | 2006-01-01 | 1 | -1/+6 |
| | |||||
* | Clean /tmp/ directory on shutdown | Scott Ullrich | 2005-11-28 | 1 | -0/+1 |
| | |||||
* | Do not down pfsync, let the reboot sequence naturally handle | Scott Ullrich | 2005-10-21 | 1 | -2/+0 |
| | |||||
* | Shut off pfsync on shutdown with same freebsd command: /sbin/ifconfig ↵ | Scott Ullrich | 2005-10-15 | 1 | -0/+2 |
| | | | | pfsync0 -syncdev down | ||||
* | Do not bring down carp interfaces one by one, let the normal shutdown ↵ | Scott Ullrich | 2005-10-13 | 1 | -10/+0 |
| | | | | procedure handle | ||||
* | Switch back to vty1 on reboot/shutdown | Scott Ullrich | 2005-10-09 | 1 | -0/+4 |
| | |||||
* | Spam less on shutdown | Scott Ullrich | 2005-07-11 | 1 | -12/+4 |
| | |||||
* | On shutdown call /etc/sshd and alert we're stopping so it can compare ↵ | Scott Ullrich | 2005-07-09 | 1 | -11/+15 |
| | | | | /root/.authorized_keys with the config.xml version | ||||
* | Output status of bringing carp interfaces down | Scott Ullrich | 2005-05-06 | 1 | -1/+11 |
| | |||||
* | Full patch to ifconfig | Scott Ullrich | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | Convert carp code back to shell script | Scott Ullrich | 2005-05-06 | 1 | -21/+12 |
| | |||||
* | Alert when bringing down carp interfaces on shutdown | Scott Ullrich | 2005-05-06 | 1 | -0/+2 |
| | |||||
* | Don't forget <?php and ?> | Scott Ullrich | 2005-05-06 | 1 | -0/+3 |
| | |||||
* | Convert rc.shutdown to php script, gracefully shutdown carp interfaces on ↵ | Scott Ullrich | 2005-05-06 | 1 | -9/+13 |
| | | | | shutdown | ||||
* | Add $Id$ tags | Bill Marquette | 2005-03-27 | 1 | -0/+2 |
| | |||||
* | Initial revision | Scott Ullrich | 2004-11-07 | 1 | -0/+17 |