Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whoops. We want the GUI in Services, not Diagnostics. | Colin Smith | 2005-03-28 | 1 | -1/+1 |
| | |||||
* | Delete the frickin binary on deinstallation. | Colin Smith | 2005-03-28 | 1 | -0/+1 |
| | |||||
* | Add Frickin pkg_config entry. | Colin Smith | 2005-03-28 | 1 | -0/+10 |
| | |||||
* | Add Frickin PPTP proxy. | Colin Smith | 2005-03-28 | 1 | -0/+56 |
| | |||||
* | Extra /. | Colin Smith | 2005-03-27 | 1 | -1/+1 |
| | |||||
* | * Remove debugging comment | Scott Ullrich | 2005-03-27 | 1 | -2/+0 |
| | | | | * Remove legacy split line | ||||
* | Fix ntop | Scott Ullrich | 2005-03-27 | 1 | -37/+38 |
| | |||||
* | No flushie...we're not a toilet! | Bill Marquette | 2005-03-24 | 1 | -2/+1 |
| | |||||
* | Resync carp settings in the background | Scott Ullrich | 2005-03-24 | 1 | -1/+2 |
| | |||||
* | Speed up syncing to other hosts by doing it in the background. | Scott Ullrich | 2005-03-24 | 1 | -9/+12 |
| | |||||
* | Sync other machine in the background to speed up filter_configure() | Scott Ullrich | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | Bring pfsync up first | Scott Ullrich | 2005-03-23 | 1 | -15/+16 |
| | |||||
* | Add ifstated to pkg_config.xml by request. | Colin Smith | 2005-03-22 | 1 | -0/+14 |
| | |||||
* | Woops, strings should be surronded with " | Scott Ullrich | 2005-03-21 | 1 | -1/+1 |
| | | | | Doh. | ||||
* | Close the unlink_if_exists " | Scott Ullrich | 2005-03-21 | 1 | -1/+1 |
| | |||||
* | Remove custom_php_install_command tag since its not being used | Scott Ullrich | 2005-03-21 | 1 | -2/+0 |
| | |||||
* | Add ifdepd package to package listing. | Colin Smith | 2005-03-21 | 1 | -0/+12 |
| | |||||
* | Remove duplicate tag from pkg_config.xml. | Colin Smith | 2005-03-21 | 1 | -1/+0 |
| | |||||
* | Move some functions around. | Colin Smith | 2005-03-21 | 1 | -20/+25 |
| | |||||
* | Add ifdepd package. | Colin Smith | 2005-03-21 | 1 | -0/+63 |
| | |||||
* | Remove ifstated from package listing - it will soon be replaced by the much ↵ | Colin Smith | 2005-03-21 | 1 | -13/+2 |
| | | | | prettier (and flexible) ifdepd. | ||||
* | Use chmod() instead of system() (or equivalent) for all package startup scripts. | Colin Smith | 2005-03-21 | 9 | -11/+11 |
| | |||||
* | Remove unnecessary calls to rm - use unlink_if_exists or rmdir_recursive. | Colin Smith | 2005-03-21 | 10 | -26/+21 |
| | |||||
* | Use PHP functions for deletion. | Colin Smith | 2005-03-21 | 1 | -4/+4 |
| | |||||
* | Deactivate squid guard for the time being. | Scott Ullrich | 2005-03-20 | 1 | -1/+1 |
| | |||||
* | Use PHP functions instead of shelling out. | Colin Smith | 2005-03-20 | 1 | -3/+3 |
| | |||||
* | Call unlink_if_exists() unstead of shelling out to use rm. | Colin Smith | 2005-03-20 | 1 | -1/+1 |
| | |||||
* | Add <aftersaveredirect> to squid. | Colin Smith | 2005-03-20 | 1 | -0/+1 |
| | |||||
* | keep package and settings names in line with other packages | Bill Marquette | 2005-03-20 | 1 | -2/+2 |
| | |||||
* | use better functions for cleanup | Bill Marquette | 2005-03-20 | 1 | -1/+5 |
| | |||||
* | Remove call to /etc/rc.filter_configure (which just calls filter_configure() ↵ | Bill Marquette | 2005-03-20 | 1 | -1/+0 |
| | | | | | | | anyway) Squid now deinstalls Can anyone tell me why this fixes the rc.filter_configure loop we were seeing on deinstall? This commit does _not_ fix rule removal - I suspect that has nothing to do with the package XML | ||||
* | generic cleanup | Bill Marquette | 2005-03-20 | 1 | -4/+4 |
| | |||||
* | fix path to rc.filter_configure and use mwexec() | Bill Marquette | 2005-03-20 | 1 | -1/+1 |
| | |||||
* | clean rdr rule running /etc/rc.filter_configure after install till ↵ | bkw | 2005-03-20 | 1 | -1/+2 |
| | | | | | | filter_configure() get fixed cache_mem == size in RAM and nothing else. | ||||
* | Modify squid package to use new global functions directive. | Colin Smith | 2005-03-19 | 1 | -2/+4 |
| | |||||
* | Move write_squid_static_config() from installation XML to add XML (to make ↵ | Colin Smith | 2005-03-19 | 1 | -32/+32 |
| | | | | sure it is decalred before use). | ||||
* | Whoops, missed an unnecessary cache size directive in ↵ | Colin Smith | 2005-03-19 | 1 | -1/+0 |
| | | | | write_squid_static_config(); | ||||
* | Delete unnecessary <addeditdelete> fields. | Colin Smith | 2005-03-19 | 1 | -6/+0 |
| | |||||
* | Rewrite squid package. | Colin Smith | 2005-03-19 | 1 | -43/+79 |
| | |||||
* | Woops dont forget pfSense version | Scott Ullrich | 2005-03-19 | 1 | -1/+1 |
| | |||||
* | Revert ntop to 3.0 | Scott Ullrich | 2005-03-19 | 1 | -2/+2 |
| | |||||
* | <fields/> removed | bkw | 2005-03-19 | 1 | -1/+0 |
| | |||||
* | * Cleanup vim's smart tab crap | Scott Ullrich | 2005-03-19 | 1 | -4/+4 |
| | | | | * move filter_configure(); from pre_deinstall to deinstall target since we now depend on the package to be removed from the installed package manifest | ||||
* | Clean up cachedir after uninstall. Will be recreated when installing | bkw | 2005-03-18 | 1 | -1/+2 |
| | |||||
* | Update filename for ntop to ntop-3.1_1.tbz | Scott Ullrich | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | Setup pfsync rule | Scott Ullrich | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | Change package path for NTOP to use pfSense.com's package | Scott Ullrich | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | Cleanup a number of foreach errors when package is not configured. | Scott Ullrich | 2005-03-17 | 1 | -36/+34 |
| | |||||
* | Clean up typos made by a drunk programmer :-P | Bill Marquette | 2005-03-17 | 1 | -5/+5 |
| | |||||
* | 30 != 31 and 30 != 32 :) | Bill Marquette | 2005-03-17 | 1 | -2/+2 |
| |