From 505ae49e171a2a76dd723cabc1fa72cd2dd58a4e Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 28 Dec 2009 23:47:48 -0500 Subject: Move blinkled to blinkled8 for pfSense 2.0. Recompiled binary for FreeBSD 8, altered .inc and XML to hopefully alleviate a small bug, version bump also. --- config/blinkled8/blinkled.xml | 68 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 config/blinkled8/blinkled.xml (limited to 'config/blinkled8/blinkled.xml') diff --git a/config/blinkled8/blinkled.xml b/config/blinkled8/blinkled.xml new file mode 100644 index 00000000..3766f030 --- /dev/null +++ b/config/blinkled8/blinkled.xml @@ -0,0 +1,68 @@ + + + Interfaces: Assign LEDs + blinkled + 20090710 + Save + /usr/local/pkg/blinkled.inc + + Assign LEDs + Assign LEDs to indicate network activity. +
Interfaces
+ /pkg_edit.php?xml=blinkled.xml +
+ + http://www.pfsense.org/packages/config/blinkled8/blinkled.inc + /usr/local/pkg/ + 0755 + + + /usr/local/bin/ + 0755 + http://www.pfsense.com/packages/config/blinkled8/binaries/blinkled + + + blinkled + blinkled.sh + blinkled + + + + Enable blinkled + enable + checkbox + enable_led2,enable_led3,iface_led2,iface_led3 + if this is enabled, it will use LED #2 and #3 to + indicate network activity. Be aware, however, that this will + possibly consume some system resources in the process. + + + Enable LED #2 + enable_led2 + checkbox + + + Interface For LED #2 + iface_led2 + interfaces_selection + Pick an interface to blink for activity on LED #2 + + + Enable LED #3 + enable_led3 + checkbox + + + Interface For LED #3 + iface_led3 + interfaces_selection + Pick an interface to blink for activity on LED #3 + + + + validate_form_blinkled($_POST, &$input_errors); + + + sync_package_blinkled(); + +
-- cgit v1.2.3