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 PPTP proxy. | Colin Smith | 2005-03-28 | 1 | -0/+56 |
| | |||||
* | * 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 |
| | |||||
* | 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 |
| | |||||
* | Move some functions around. | Colin Smith | 2005-03-21 | 1 | -20/+25 |
| | |||||
* | Add ifdepd package. | Colin Smith | 2005-03-21 | 1 | -0/+63 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | <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 |
| | |||||
* | Setup pfsync rule | 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 |
| | |||||
* | pkg_add squid-2.5.7_5.tbz is what we need. | bkw | 2005-03-16 | 1 | -22/+0 |
| | |||||
* | path/cmd changed | bkw | 2005-03-16 | 1 | -3/+3 |
| | |||||
* | chmod set for all squid related dir/files. | bkw | 2005-03-16 | 1 | -4/+7 |
| | |||||
* | Check to make sure carp settings is an array before going forward. | Scott Ullrich | 2005-03-16 | 1 | -1/+2 |
| | |||||
* | Only sync a configuration if the item is an array (IE: it has data inside it). | Scott Ullrich | 2005-03-16 | 1 | -4/+4 |
| | |||||
* | rearrange some code so we only load files that actually exist | Bill Marquette | 2005-03-16 | 1 | -16/+24 |
| | | | | keeping inline with the filename $trafficshaper == $shaper | ||||
* | Keep the number of scp's to a minimum | Bill Marquette | 2005-03-16 | 1 | -8/+14 |
| | |||||
* | oops, rules != filter | Bill Marquette | 2005-03-16 | 1 | -1/+1 |
| | |||||
* | revert last commit - I'm too tired to be debugging this | Bill Marquette | 2005-03-16 | 1 | -1/+3 |
| | |||||
* | Remove extraneous code - I think this is what was intended | Bill Marquette | 2005-03-16 | 1 | -3/+1 |
| | |||||
* | shaper should sync now | Bill Marquette | 2005-03-16 | 1 | -4/+4 |
| | | | | make the if() actually work and remove bogus foreach that was probably intended to do something else |