summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make initial changes to allow pfSense to work in a jail."Andrew Thompson2011-08-171-6/+4
| | | | This reverts commit a26d95383a6146734f67c9db21cd83534052843a.
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-4/+6
| | | | | | This mostly avoids starting things that will not work and gets the initial config. Most of the pfSense functionality will not work (pf rules, routing, etc) but it can be used for testing.
* Ensure that $timestamp is only ever written out if it contains a value and ↵Warren Baker2011-05-161-6/+8
| | | | let file be retained through reboots.
* at least don't touch rrd here, that rrd won't exist anywayChris Buechler2011-02-061-1/+1
|
* Revert "the only thing ping_hosts.sh is used for is pinging IPsec hosts. ↵Chris Buechler2011-02-061-50/+50
| | | | | | comment out all this complexity that makes it do way more than it needs to (and was throwing an error on rrd, it shouldn't be touching rrd)" this is used by at least the DNS server pkg This reverts commit 9fcf15773caa87261314bfe6e8a33a3f0d1d18bd.
* the only thing ping_hosts.sh is used for is pinging IPsec hosts. comment out ↵Chris Buechler2011-02-051-50/+50
| | | | all this complexity that makes it do way more than it needs to (and was throwing an error on rrd, it shouldn't be touching rrd)
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-0/+106
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* Use grep -c instead of wc and awk. Also use full paths.jim-p2010-11-291-2/+2
|
* Eliminate a cat-to-grepjim-p2010-11-291-1/+1
|
* Move this function to allow removing it from easyrule.Erik Fonnesbeck2010-11-101-22/+0
|
* Do not run anymore the cron job for monitoring check_reload_status since it ↵Ermal2010-10-161-16/+0
| | | | has a monitoring process that does this through kqueue.
* Fix permissions.jim-p2010-03-141-0/+0
|
* Refactor the Easy Rule code a bit. Add a CLI version.jim-p2010-03-141-0/+140
|
* Fix double printing of log entriesjim-p2010-02-151-1/+3
|
* ping_hosts.sh is no more in /etc. Remove some unneeded lines.Ermal Luçi2010-02-031-2/+0
|
* Set executablejim-p2009-11-151-0/+0
|
* Move two include files to /etc/inc instead of leaving them in the www dir. ↵jim-p2009-11-151-0/+79
| | | | Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.
* this is super annoying in VMware, exit if running in VMwareChris Buechler2008-07-201-0/+6
|
* Add shortcut command for manual config editingChris Buechler2008-07-071-0/+3
|
* Move ping_hosts.sh to usr/local/binSeth Mos2008-06-211-0/+127
|
* Correctly deterimine if /boot/loader.conf exists.Scott Ullrich2008-02-051-1/+1
|
* Only process /boot/loader.conf if it exists avoiding aScott Ullrich2008-01-161-3/+5
| | | | somehwhat ugly looking error on cdrom boot.
* remove unnecessary grepChris Buechler2008-01-101-1/+1
| | | | Ticket #1573
* Detect vmware and embedded platforms and lower the note durationScott Ullrich2007-12-271-4/+4
| | | | automatically.
* Correct script checks.Scott Ullrich2007-12-271-3/+3
|
* Change the beep duration /4 when the platform is embedded or we detect that ↵Scott Ullrich2007-12-241-17/+29
| | | | the kern.hz has been altered in /boot/loader.conf.
* Slow down the pipe even moreSeth Mos2007-12-211-1/+1
|
* Fix loading and reloading config for IPSEC.Seth Mos2007-07-041-0/+9
| | | | MFC: Possible candidate, works for seth. Needs test.
* Catch checkreload.sh back up to check_reload_status changes.Scott Ullrich2007-06-041-2/+2
|
* Add check_reload_status checker script to ensure that it is always running.Scott Ullrich2007-01-271-0/+16
| | | | Prior attempts to restart from filter.inc lead to socket descriptor inheriting strangeness.
* Output MSNTP to syslog so we can see whats happening underneat the hood.Scott Ullrich2006-04-241-1/+1
|
* Use awkScott Ullrich2006-03-251-1/+1
|
* Add kill ghosts scriptScott Ullrich2006-03-251-0/+5
|
* Check for /dev/speaker using -cScott Ullrich2005-12-301-1/+1
|
* Wrap beep script in a check for /dev/speakerScott Ullrich2005-12-101-14/+17
|
* Full path to beepScott Ullrich2005-10-021-14/+10
|
* * Add beep binary.Scott Ullrich2005-10-011-0/+21
| | | | | | * Add custom beep script which makes weird noises Requested-by: The Mob (support@)
* Sleep 60 seconds in between calls to msntp incase the connection isScott Ullrich2005-05-181-1/+1
| | | | | | not up. This should fix Ticket #82
* Initial revisionScott Ullrich2004-11-071-0/+12
OpenPOWER on IntegriCloud