aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
...
* Setup frickin out of the box. No real need for interface.Scott Ullrich2005-03-291-0/+12
|
* * Download correct binaryScott Ullrich2005-03-291-4/+5
| | | | | * Chmod a+rx the downloaded binary * Start frickin in the background
* Fix Frickin PPTP proxy bugs.Colin Smith2005-03-291-12/+9
|
* Add <aftersaveredirect> and use pkg_edit.php.Colin Smith2005-03-281-0/+2
|
* Whoops. We want the GUI in Services, not Diagnostics.Colin Smith2005-03-281-1/+1
|
* Delete the frickin binary on deinstallation.Colin Smith2005-03-281-0/+1
|
* Add Frickin PPTP proxy.Colin Smith2005-03-281-0/+56
|
* * Remove debugging commentScott Ullrich2005-03-271-2/+0
| | | | * Remove legacy split line
* Fix ntopScott Ullrich2005-03-271-37/+38
|
* No flushie...we're not a toilet!Bill Marquette2005-03-241-2/+1
|
* Resync carp settings in the backgroundScott Ullrich2005-03-241-1/+2
|
* Speed up syncing to other hosts by doing it in the background.Scott Ullrich2005-03-241-9/+12
|
* Sync other machine in the background to speed up filter_configure()Scott Ullrich2005-03-231-1/+1
|
* Bring pfsync up firstScott Ullrich2005-03-231-15/+16
|
* Woops, strings should be surronded with "Scott Ullrich2005-03-211-1/+1
| | | | Doh.
* Close the unlink_if_exists "Scott Ullrich2005-03-211-1/+1
|
* Remove custom_php_install_command tag since its not being usedScott Ullrich2005-03-211-2/+0
|
* Move some functions around.Colin Smith2005-03-211-20/+25
|
* Add ifdepd package.Colin Smith2005-03-211-0/+63
|
* Use chmod() instead of system() (or equivalent) for all package startup scripts.Colin Smith2005-03-219-11/+11
|
* Remove unnecessary calls to rm - use unlink_if_exists or rmdir_recursive.Colin Smith2005-03-2110-26/+21
|
* Use PHP functions for deletion.Colin Smith2005-03-211-4/+4
|
* Use PHP functions instead of shelling out.Colin Smith2005-03-201-3/+3
|
* Call unlink_if_exists() unstead of shelling out to use rm.Colin Smith2005-03-201-1/+1
|
* Add <aftersaveredirect> to squid.Colin Smith2005-03-201-0/+1
|
* keep package and settings names in line with other packagesBill Marquette2005-03-201-2/+2
|
* use better functions for cleanupBill Marquette2005-03-201-1/+5
|
* Remove call to /etc/rc.filter_configure (which just calls filter_configure() ↵Bill Marquette2005-03-201-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 cleanupBill Marquette2005-03-201-4/+4
|
* fix path to rc.filter_configure and use mwexec()Bill Marquette2005-03-201-1/+1
|
* clean rdr rule running /etc/rc.filter_configure after install till ↵bkw2005-03-201-1/+2
| | | | | | filter_configure() get fixed cache_mem == size in RAM and nothing else.
* Modify squid package to use new global functions directive.Colin Smith2005-03-191-2/+4
|
* Move write_squid_static_config() from installation XML to add XML (to make ↵Colin Smith2005-03-191-32/+32
| | | | sure it is decalred before use).
* Whoops, missed an unnecessary cache size directive in ↵Colin Smith2005-03-191-1/+0
| | | | write_squid_static_config();
* Delete unnecessary <addeditdelete> fields.Colin Smith2005-03-191-6/+0
|
* Rewrite squid package.Colin Smith2005-03-191-43/+79
|
* <fields/> removedbkw2005-03-191-1/+0
|
* * Cleanup vim's smart tab crapScott Ullrich2005-03-191-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 installingbkw2005-03-181-1/+2
|
* Setup pfsync ruleScott Ullrich2005-03-171-1/+1
|
* Cleanup a number of foreach errors when package is not configured.Scott Ullrich2005-03-171-36/+34
|
* Clean up typos made by a drunk programmer :-PBill Marquette2005-03-171-5/+5
|
* 30 != 31 and 30 != 32 :)Bill Marquette2005-03-171-2/+2
|
* pkg_add squid-2.5.7_5.tbz is what we need.bkw2005-03-161-22/+0
|
* path/cmd changedbkw2005-03-161-3/+3
|
* chmod set for all squid related dir/files.bkw2005-03-161-4/+7
|
* Check to make sure carp settings is an array before going forward.Scott Ullrich2005-03-161-1/+2
|
* Only sync a configuration if the item is an array (IE: it has data inside it).Scott Ullrich2005-03-161-4/+4
|
* rearrange some code so we only load files that actually existBill Marquette2005-03-161-16/+24
| | | | keeping inline with the filename $trafficshaper == $shaper
* Keep the number of scp's to a minimumBill Marquette2005-03-161-8/+14
|