From f5024891e3769d23fab9e548bba81b3e6a2d6fdd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 12 Sep 2009 16:01:41 -0400 Subject: [PATCH] Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions --- usr/local/captiveportal/index.php | 4 ++++ usr/local/captiveportal/radius_accounting.inc | 4 ++++ usr/local/captiveportal/radius_authentication.inc | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index aef677d95f..2e59f0311e 100755 --- a/usr/local/captiveportal/index.php +++ b/usr/local/captiveportal/index.php @@ -28,6 +28,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + pfSense_BUILDER_BINARIES: /sbin/ipfw + pfSense_MODULE: captiveportal +*/ require_once("auth.inc"); require_once("functions.inc"); diff --git a/usr/local/captiveportal/radius_accounting.inc b/usr/local/captiveportal/radius_accounting.inc index bfd02479f7..c32b61047a 100644 --- a/usr/local/captiveportal/radius_accounting.inc +++ b/usr/local/captiveportal/radius_accounting.inc @@ -38,6 +38,10 @@ */ +/* + pfSense_MODULE: captiveportal +*/ + /* RADIUS ACCOUNTING START ----------------------- diff --git a/usr/local/captiveportal/radius_authentication.inc b/usr/local/captiveportal/radius_authentication.inc index 728c93ae47..a511324cf2 100644 --- a/usr/local/captiveportal/radius_authentication.inc +++ b/usr/local/captiveportal/radius_authentication.inc @@ -37,6 +37,10 @@ */ +/* + pfSense_MODULE: captiveportal +*/ + /* RADIUS AUTHENTICATION ---------------------