From jadawin@tuxaco.net  Thu Jan 10 10:21:11 2008
Return-Path: <jadawin@tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B282D16A418
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 10:21:11 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id 2BBF413C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 10:21:09 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id 50F93ADA0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 11:26:02 +0100 (CET)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id inFU3fG-8ZTX for <FreeBSD-gnats-submit@freebsd.org>;
	Thu, 10 Jan 2008 11:25:57 +0100 (CET)
Received: from ilove.tuxaco.net (ilove.tuxaco.net [82.236.143.160])
	(Authenticated sender: jadawin@tuxaco.net)
	by huppa.tuxaco.net (Postfix) with ESMTP id 90AA5AD00
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 11:25:56 +0100 (CET)
Received: by ilove.tuxaco.net (Postfix, from userid 1001)
	id 324D3857E7; Thu, 10 Jan 2008 10:25:25 +0000 (UTC)
Message-Id: <20080110102525.324D3857E7@ilove.tuxaco.net>
Date: Thu, 10 Jan 2008 10:25:25 +0000 (UTC)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] security/snortsms - update to 1.7.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119525
>Category:       ports
>Synopsis:       [update] security/snortsms - update to 1.7.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 10 10:30:01 UTC 2008
>Closed-Date:    Thu Jan 10 11:39:42 UTC 2008
>Last-Modified:  Thu Jan 10 11:40:02 UTC 2008
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Mon Jan 7 21:29:03 CET 2008 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- update to 1.7.8
	- taking maintainership
	- update pkg-plist
>How-To-Repeat:
	
>Fix:

	

--- patch-snortsms.1 begins here ---
diff -ruN security/snortsms.orig/Makefile security/snortsms/Makefile
--- security/snortsms.orig/Makefile	2008-01-09 17:55:35.000000000 +0100
+++ security/snortsms/Makefile	2008-01-10 10:08:06.000000000 +0100
@@ -6,32 +6,30 @@
 #
 
 PORTNAME=	snortsms
-PORTVERSION=	1.2.2
+PORTVERSION=	1.7.8
 CATEGORIES=	security www
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR=	snortsms
+MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jadawin@tuxaco.net
 COMMENT=	A remote management and monitoring interface for Snort based IDS
 
 RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
 		${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl
 
-USE_PHP=	mysql pcre pcntl session
+USE_PHP=	mysql pcre pcntl session curl
 NO_BUILD=	yes
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
+SUB_LIST=	PORTNAME=${PORTNAME} \
+		WRKSRC=${WRKSRC} \
+		PORTSDIR=${PORTSDIR}
 
 do-install:
-# Create directory structure
-	@${MKDIR} ${PREFIX}/www/snortsms
-# copy files
-	${CP} -R ${WRKSRC}/* ${PREFIX}/www/snortsms
-	${RM} ${PREFIX}/www/snortsms/COPYING
-# correct permissions
-	${CHMOD} 775 ${PREFIX}/www/snortsms/conf
-	${CHOWN} :${WWWGRP} ${PREFIX}/www/snortsms/conf
+	${MKDIR} ${WWWDIR}
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR})
+	${CHMOD} 775 ${WWWDIR}/conf
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN security/snortsms.orig/distinfo security/snortsms/distinfo
--- security/snortsms.orig/distinfo	2008-01-09 17:55:35.000000000 +0100
+++ security/snortsms/distinfo	2008-01-09 18:08:14.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (snortsms-1.2.2.tar.gz) = 40c577ee51dd2aa83c75b0a6e4960fb9
-SHA256 (snortsms-1.2.2.tar.gz) = 2568287dfc5d85188ab058db31dd44313b5295f76ae06d05bc627f7c6b117b91
-SIZE (snortsms-1.2.2.tar.gz) = 304885
+MD5 (snortsms-1.7.8.tar.gz) = 92f27461cf19c74428b0e1170d92de9f
+SHA256 (snortsms-1.7.8.tar.gz) = 9e67221d06ccef9d285cdd521f9843717495626dabe06fa5e22e8c571417d262
+SIZE (snortsms-1.7.8.tar.gz) = 239599
diff -ruN security/snortsms.orig/files/pkg-message.in security/snortsms/files/pkg-message.in
--- security/snortsms.orig/files/pkg-message.in	2008-01-09 17:55:35.000000000 +0100
+++ security/snortsms/files/pkg-message.in	2008-01-10 10:18:03.000000000 +0100
@@ -1,26 +1,27 @@
-************************************************************
+*******************************************************************
 
-First time installations:
--You must configure SnortSMS.
+Please browse http://your.host.tld/%%PORTNAME%%/ to configure
+SnortSMS.
+Before, you should:
 
-Please browse to the SnortSMS web console and edit the
-"Global Settings" in the SnortSMS Settings menu.
-SnortSMS uses the following configuration file:
-%%PREFIX%%/www/snortsms/conf/conf.php
-which (if missing) will be automatically created - never
-edit this file directly.
+- add something like the following to httpd.conf:
 
+    Alias /%%PORTNAME%%/ "%%WWWDIR%%/"
 
-* NOTE:  SnortSMS requires a local or remote database
-connection (MySQL recommended).
+    <Directory "%%WWWDIR%%/">
+        Options none
+        AllowOverride Limit
+        Order Deny,Allow
+        Allow from all
+    </Directory>
 
+- mysql -u root -p < %%WRKSRC%%/schema/SNORTSMS.mysql
 
 For how to configure SnortSMS, please refer to the online
 setup guide located at:
 http://snortsms.sourceforge.net/dnloads/snortsms_install.html
 
-
 Thank you for using SnortSMS!
 http://snortsms.sourceforge.net/
 
-************************************************************
+*******************************************************************
diff -ruN security/snortsms.orig/pkg-plist security/snortsms/pkg-plist
--- security/snortsms.orig/pkg-plist	2008-01-09 17:55:35.000000000 +0100
+++ security/snortsms/pkg-plist	2008-01-10 10:16:11.000000000 +0100
@@ -1,348 +1,461 @@
-www/snortsms/barnctrl/act_Save-Update.php
-www/snortsms/barnctrl/act_action.php
-www/snortsms/barnctrl/dsp_AddEdit.php
-www/snortsms/barnctrl/dsp_home.php
-www/snortsms/barnctrl/fbx_Switch.php
-www/snortsms/barnctrl/index.php
-www/snortsms/barnctrl/qry_barnctrl.php
-www/snortsms/barnctrl/qry_barnctrls.php
-www/snortsms/barnyard/act_AddRemove.php
-www/snortsms/barnyard/act_Save-Update.php
-www/snortsms/barnyard/act_action.php
-www/snortsms/barnyard/dsp_AddEdit.php
-www/snortsms/barnyard/dsp_home.php
-www/snortsms/barnyard/dsp_import.php
-www/snortsms/barnyard/dsp_selected.php
-www/snortsms/barnyard/fbx_Switch.php
-www/snortsms/barnyard/index.php
-www/snortsms/barnyard/qry_barnyard.php
-www/snortsms/barnyard/qry_barnyards.php
-www/snortsms/barnyard/qry_selected.php
-www/snortsms/changelog
-www/snortsms/classifications/act_AddRemove.php
-www/snortsms/classifications/act_Save-Update.php
-www/snortsms/classifications/act_action.php
-www/snortsms/classifications/dsp_AddEdit.php
-www/snortsms/classifications/dsp_home.php
-www/snortsms/classifications/dsp_import.php
-www/snortsms/classifications/dsp_selected.php
-www/snortsms/classifications/fbx_Switch.php
-www/snortsms/classifications/index.php
-www/snortsms/classifications/qry_classification.php
-www/snortsms/classifications/qry_classifications.php
-www/snortsms/classifications/qry_selected.php
-www/snortsms/conf/act_init_vars.php
-www/snortsms/conf/act_read_conf.php
-www/snortsms/conf/act_save_conf.php
-www/snortsms/conf/act_test.php
-www/snortsms/conf/act_verify_install.php
-www/snortsms/conf/dsp_conf.php
-www/snortsms/conf/dsp_header.php
-www/snortsms/conf/dsp_save_conf.php
-www/snortsms/conf/fbx_Switch.php
-www/snortsms/conf/index.php
-www/snortsms/configs/act_AddRemove.php
-www/snortsms/configs/act_Save-Update.php
-www/snortsms/configs/act_action.php
-www/snortsms/configs/dsp_AddEdit.php
-www/snortsms/configs/dsp_home.php
-www/snortsms/configs/dsp_import.php
-www/snortsms/configs/dsp_selected.php
-www/snortsms/configs/fbx_Switch.php
-www/snortsms/configs/index.php
-www/snortsms/configs/qry_config.php
-www/snortsms/configs/qry_configs.php
-www/snortsms/configs/qry_selected.php
-www/snortsms/contrib/SNORTSMS.mysql
-www/snortsms/contrib/SNORT_fix.mysql
-www/snortsms/css/calendar_icon.png
-www/snortsms/css/datepickercontrol.css
-www/snortsms/css/default.css
-www/snortsms/docs/snortsms_install.html
-www/snortsms/dsp_main.php
-www/snortsms/dsp_menu.php
-www/snortsms/events/act_action.php
-www/snortsms/events/act_checkdb.php
-www/snortsms/events/act_scope.php
-www/snortsms/events/act_searchredir.php
-www/snortsms/events/dsp_header.php
-www/snortsms/events/dsp_home.php
-www/snortsms/events/dsp_pagenate.php
-www/snortsms/events/dsp_searchform.php
-www/snortsms/events/dsp_windows.php
-www/snortsms/events/fbx_Settings.php
-www/snortsms/events/fbx_Switch.php
-www/snortsms/events/index.php
-www/snortsms/events/qry_otheralerts.php
-www/snortsms/events/qry_search.php
-www/snortsms/events/qry_sig_recon.php
-www/snortsms/events/qry_sig_summary.php
-www/snortsms/events/qry_sigcat.php
-www/snortsms/events/qry_sigzoom.php
-www/snortsms/events/qry_windows.php
-www/snortsms/fbx_Circuits.php
-www/snortsms/fbx_Fusebox3.0_PHP4.0.6.php
-www/snortsms/fbx_Fusebox3.0_PHP4.1.x.php
-www/snortsms/fbx_Layouts.php
-www/snortsms/fbx_ListFunctions.php
-www/snortsms/fbx_SaveContent.php
-www/snortsms/fbx_Settings.php
-www/snortsms/fbx_Switch.php
-www/snortsms/help/dsp_main.php
-www/snortsms/help/fbx_Switch.php
-www/snortsms/help/inc_addrule.php
-www/snortsms/help/inc_barnctrl.php
-www/snortsms/help/inc_configdirct.php
-www/snortsms/help/inc_search.php
-www/snortsms/help/inc_sensorconf.php
-www/snortsms/help/inc_snortctrl.php
-www/snortsms/help/index.php
-www/snortsms/images/arrow_1.png
-www/snortsms/images/bar_left.gif
-www/snortsms/images/bar_left_sm.gif
-www/snortsms/images/bar_mid.gif
-www/snortsms/images/bar_mid2.gif
-www/snortsms/images/bar_mid_sm.gif
-www/snortsms/images/bar_right.gif
-www/snortsms/images/bar_right2.gif
-www/snortsms/images/bar_right_sm.gif
-www/snortsms/images/bar_trans.gif
-www/snortsms/images/blue_quest.png
-www/snortsms/images/btn_add.gif
-www/snortsms/images/btn_delete.gif
-www/snortsms/images/btn_preview.gif
-www/snortsms/images/btn_restart.gif
-www/snortsms/images/btn_save.gif
-www/snortsms/images/btn_start.gif
-www/snortsms/images/btn_stop.gif
-www/snortsms/images/btn_submit.gif
-www/snortsms/images/btn_update.gif
-www/snortsms/images/check-0.png
-www/snortsms/images/check-1.png
-www/snortsms/images/check-2.png
-www/snortsms/images/conf-0.png
-www/snortsms/images/conf-1.png
-www/snortsms/images/conf-3.png
-www/snortsms/images/db-0.png
-www/snortsms/images/db-1.png
-www/snortsms/images/db-2.png
-www/snortsms/images/draft-1.png
-www/snortsms/images/gray_quest.gif
-www/snortsms/images/hdd-1.gif
-www/snortsms/images/hdd-2.gif
-www/snortsms/images/hdd-3.gif
-www/snortsms/images/led-0.gif
-www/snortsms/images/led-1.gif
-www/snortsms/images/led-2.gif
-www/snortsms/images/led-3.gif
-www/snortsms/images/led2-0.gif
-www/snortsms/images/led2-1.gif
-www/snortsms/images/led2-2.gif
-www/snortsms/images/led2-3.gif
-www/snortsms/images/logo_1.png
-www/snortsms/images/note-1.gif
-www/snortsms/images/snortpanel.gif
-www/snortsms/images/snortpanel2.gif
-www/snortsms/images/tab_left-0.gif
-www/snortsms/images/tab_left-1.gif
-www/snortsms/images/tab_mid-0.gif
-www/snortsms/images/tab_mid-1.gif
-www/snortsms/images/tab_right-0.gif
-www/snortsms/images/tab_right-1.gif
-www/snortsms/images/trash-1.gif
-www/snortsms/images/view.png
-www/snortsms/import/act_extract_process.php
-www/snortsms/import/act_process_rawtext.php
-www/snortsms/import/act_receive_rulefile.php
-www/snortsms/import/act_receive_snapshot.php
-www/snortsms/import/dsp_home.php
-www/snortsms/import/fbx_Switch.php
-www/snortsms/import/index.php
-www/snortsms/index.php
-www/snortsms/java/cssmenu.js
-www/snortsms/java/datepickercontrol.js
-www/snortsms/layouts/Layout-Default.php
-www/snortsms/layouts/Layout-Help.php
-www/snortsms/lib/func_DrawRepHeader.php
-www/snortsms/lib/func_EventLib.php
-www/snortsms/lib/func_GenBarnConf.php
-www/snortsms/lib/func_GenSnortConf.php
-www/snortsms/lib/func_GenToken.php
-www/snortsms/lib/func_IsIP.php
-www/snortsms/lib/func_Log.php
-www/snortsms/lib/func_ReserveNextID.php
-www/snortsms/lib/func_Rules.php
-www/snortsms/lib/func_curl_error.php
-www/snortsms/lib/func_date.php
-www/snortsms/lib/func_gen_sid-msg.php
-www/snortsms/lib/obj_Rule.php
-www/snortsms/main/dsp_home.php
-www/snortsms/main/fbx_Switch.php
-www/snortsms/main/index.php
-www/snortsms/monitor/act_stats.php
-www/snortsms/monitor/cron_stats.php
-www/snortsms/monitor/fbx_Switch.php
-www/snortsms/monitor/index.php
-www/snortsms/monitor/query_sensor.php
-www/snortsms/outputs/act_AddRemove.php
-www/snortsms/outputs/act_Save-Update.php
-www/snortsms/outputs/act_action.php
-www/snortsms/outputs/dsp_AddEdit.php
-www/snortsms/outputs/dsp_home.php
-www/snortsms/outputs/dsp_selected.php
-www/snortsms/outputs/fbx_Switch.php
-www/snortsms/outputs/index.php
-www/snortsms/outputs/qry_output.php
-www/snortsms/outputs/qry_outputs.php
-www/snortsms/outputs/qry_selected.php
-www/snortsms/policies/act_AddRemove.php
-www/snortsms/policies/act_Save-Update.php
-www/snortsms/policies/act_action.php
-www/snortsms/policies/act_delete.php
-www/snortsms/policies/dsp_AddEdit.php
-www/snortsms/policies/dsp_home.php
-www/snortsms/policies/dsp_pagenate.php
-www/snortsms/policies/dsp_policy.php
-www/snortsms/policies/dsp_rulecats.php
-www/snortsms/policies/dsp_select.php
-www/snortsms/policies/dsp_selected.php
-www/snortsms/policies/fbx_Switch.php
-www/snortsms/policies/index.php
-www/snortsms/policies/qry_policies.php
-www/snortsms/policies/qry_policy.php
-www/snortsms/policies/qry_rulecats.php
-www/snortsms/policies/qry_rules.php
-www/snortsms/policies/qry_selected.php
-www/snortsms/preprocessors/act_AddRemove.php
-www/snortsms/preprocessors/act_Save-Update.php
-www/snortsms/preprocessors/act_action.php
-www/snortsms/preprocessors/dsp_AddEdit.php
-www/snortsms/preprocessors/dsp_home.php
-www/snortsms/preprocessors/dsp_import.php
-www/snortsms/preprocessors/dsp_selected.php
-www/snortsms/preprocessors/fbx_Switch.php
-www/snortsms/preprocessors/index.php
-www/snortsms/preprocessors/qry_preprocessor.php
-www/snortsms/preprocessors/qry_preprocessors.php
-www/snortsms/preprocessors/qry_selected.php
-www/snortsms/references/act_AddRemove.php
-www/snortsms/references/act_Save-Update.php
-www/snortsms/references/act_action.php
-www/snortsms/references/dsp_AddEdit.php
-www/snortsms/references/dsp_home.php
-www/snortsms/references/dsp_import.php
-www/snortsms/references/dsp_selected.php
-www/snortsms/references/fbx_Switch.php
-www/snortsms/references/index.php
-www/snortsms/references/qry_reference.php
-www/snortsms/references/qry_references.php
-www/snortsms/references/qry_selected.php
-www/snortsms/rules/act_Save-Update.php
-www/snortsms/rules/act_action.php
-www/snortsms/rules/dsp_edit.php
-www/snortsms/rules/dsp_home.php
-www/snortsms/rules/dsp_import.php
-www/snortsms/rules/dsp_pagenate.php
-www/snortsms/rules/dsp_queryform.php
-www/snortsms/rules/dsp_recycle.php
-www/snortsms/rules/dsp_results.php
-www/snortsms/rules/dsp_view.php
-www/snortsms/rules/fbx_Switch.php
-www/snortsms/rules/index.php
-www/snortsms/rules/qry_policies.php
-www/snortsms/rules/qry_rule.php
-www/snortsms/rules/qry_rulecats.php
-www/snortsms/rules/qry_rules.php
-www/snortsms/ruletypes/act_AddRemove.php
-www/snortsms/ruletypes/act_Save-Update.php
-www/snortsms/ruletypes/act_delete.php
-www/snortsms/ruletypes/dsp_AddEdit.php
-www/snortsms/ruletypes/dsp_home.php
-www/snortsms/ruletypes/dsp_selected.php
-www/snortsms/ruletypes/fbx_Switch.php
-www/snortsms/ruletypes/index.php
-www/snortsms/ruletypes/qry_ruletype.php
-www/snortsms/ruletypes/qry_ruletypes.php
-www/snortsms/ruletypes/qry_selected.php
-www/snortsms/ruletypes/qry_selectedouts.php
-www/snortsms/sensorconf/act_clone.php
-www/snortsms/sensorconf/act_delete_sensor.php
-www/snortsms/sensorconf/act_getstats.php
-www/snortsms/sensorconf/act_save_update.php
-www/snortsms/sensorconf/act_sensor_control.php
-www/snortsms/sensorconf/control_sensor.php
-www/snortsms/sensorconf/dsp_clone.php
-www/snortsms/sensorconf/dsp_genbarnconf.php
-www/snortsms/sensorconf/dsp_gensnortconf.php
-www/snortsms/sensorconf/dsp_header.php
-www/snortsms/sensorconf/dsp_tab_agent.php
-www/snortsms/sensorconf/dsp_tab_barn.php
-www/snortsms/sensorconf/dsp_tab_main.php
-www/snortsms/sensorconf/dsp_tab_sensor.php
-www/snortsms/sensorconf/dsp_tab_snort.php
-www/snortsms/sensorconf/dsp_tab_status.php
-www/snortsms/sensorconf/fbx_Switch.php
-www/snortsms/sensorconf/index.php
-www/snortsms/sensorconf/qry_assignments.php
-www/snortsms/sensorconf/qry_barn_ctrls.php
-www/snortsms/sensorconf/qry_sensor.php
-www/snortsms/sensorconf/qry_sensor_ctrls.php
-www/snortsms/sensorconf/qry_sensor_lite.php
-www/snortsms/sensorconf/qry_sensors.php
-www/snortsms/sensorconf/qry_snort_ctrls.php
-www/snortsms/sensors/act_delete.php
-www/snortsms/sensors/dsp_home.php
-www/snortsms/sensors/dsp_monitor.php
-www/snortsms/sensors/fbx_Switch.php
-www/snortsms/sensors/index.php
-www/snortsms/sensors/qry_barn_ctrls.php
-www/snortsms/sensors/qry_sensor.php
-www/snortsms/sensors/qry_sensors_active.php
-www/snortsms/sensors/qry_snort_ctrl.php
-www/snortsms/snortctrl/act_Save-Update.php
-www/snortsms/snortctrl/act_action.php
-www/snortsms/snortctrl/dsp_AddEdit.php
-www/snortsms/snortctrl/dsp_home.php
-www/snortsms/snortctrl/fbx_Switch.php
-www/snortsms/snortctrl/index.php
-www/snortsms/snortctrl/qry_snortctrl.php
-www/snortsms/snortctrl/qry_snortctrls.php
-www/snortsms/variables/act_AddRemove.php
-www/snortsms/variables/act_Save-Update.php
-www/snortsms/variables/act_action.php
-www/snortsms/variables/dsp_AddEdit.php
-www/snortsms/variables/dsp_home.php
-www/snortsms/variables/dsp_selected.php
-www/snortsms/variables/fbx_Switch.php
-www/snortsms/variables/index.php
-www/snortsms/variables/qry_selected.php
-www/snortsms/variables/qry_variable.php
-www/snortsms/variables/qry_variables.php
-@dirrm www/snortsms/variables
-@dirrm www/snortsms/snortctrl
-@dirrm www/snortsms/sensors
-@dirrm www/snortsms/sensorconf
-@dirrm www/snortsms/ruletypes
-@dirrm www/snortsms/rules
-@dirrm www/snortsms/references
-@dirrm www/snortsms/preprocessors
-@dirrm www/snortsms/policies
-@dirrm www/snortsms/outputs
-@dirrm www/snortsms/monitor
-@dirrm www/snortsms/main
-@dirrm www/snortsms/lib
-@dirrm www/snortsms/layouts
-@dirrm www/snortsms/java
-@dirrm www/snortsms/import
-@dirrm www/snortsms/images
-@dirrm www/snortsms/help
-@dirrm www/snortsms/events
-@dirrm www/snortsms/docs
-@dirrm www/snortsms/css
-@dirrm www/snortsms/contrib
-@dirrm www/snortsms/configs
-@dirrmtry www/snortsms/conf
-@dirrm www/snortsms/classifications
-@dirrm www/snortsms/barnyard
-@dirrm www/snortsms/barnctrl
-@dirrmtry www/snortsms
+%%WWWDIR%%/Agent/README
+%%WWWDIR%%/Agent/agent.php
+%%WWWDIR%%/Agent/index.php
+%%WWWDIR%%/Agent/lighttpd.access-sample
+%%WWWDIR%%/Agent/lighttpd.conf-sample
+%%WWWDIR%%/FMK_Application.xml.php
+%%WWWDIR%%/FMK_FrameworkDriver.php
+%%WWWDIR%%/FMK_Hooks.php
+%%WWWDIR%%/FMK_Layouts/Layout-Default.php
+%%WWWDIR%%/FMK_Layouts/Layout-Help.php
+%%WWWDIR%%/FMK_Templates.php
+%%WWWDIR%%/FMK_Zones.xml.php
+%%WWWDIR%%/FMK_lib/FMK_FrameworkDriver.class
+%%WWWDIR%%/FMK_lib/FMK_XMLParser.class
+%%WWWDIR%%/FMK_lib/func_ChkAuth.php
+%%WWWDIR%%/FMK_lib/func_DrawRepHeader.php
+%%WWWDIR%%/FMK_lib/func_EventLib.php
+%%WWWDIR%%/FMK_lib/func_GenBarnConf.php
+%%WWWDIR%%/FMK_lib/func_GenSnortConf.php
+%%WWWDIR%%/FMK_lib/func_GenToken.php
+%%WWWDIR%%/FMK_lib/func_IsIP.php
+%%WWWDIR%%/FMK_lib/func_Log.php
+%%WWWDIR%%/FMK_lib/func_ReserveNextID.php
+%%WWWDIR%%/FMK_lib/func_Rules.php
+%%WWWDIR%%/FMK_lib/func_curl_error.php
+%%WWWDIR%%/FMK_lib/func_date.php
+%%WWWDIR%%/FMK_lib/func_gen_sid-msg.php
+%%WWWDIR%%/FMK_lib/obj_Rule.php
+%%WWWDIR%%/README
+%%WWWDIR%%/barnctrl/FMK_Handler.php
+%%WWWDIR%%/barnctrl/act_Save-Update.php
+%%WWWDIR%%/barnctrl/act_action.php
+%%WWWDIR%%/barnctrl/dsp_AddEdit.php
+%%WWWDIR%%/barnctrl/dsp_home.php
+%%WWWDIR%%/barnctrl/index.php
+%%WWWDIR%%/barnctrl/qry_barnctrl.php
+%%WWWDIR%%/barnctrl/qry_barnctrls.php
+%%WWWDIR%%/barnyard/FMK_Handler.php
+%%WWWDIR%%/barnyard/act_AddRemove.php
+%%WWWDIR%%/barnyard/act_Save-Update.php
+%%WWWDIR%%/barnyard/act_action.php
+%%WWWDIR%%/barnyard/dsp_AddEdit.php
+%%WWWDIR%%/barnyard/dsp_home.php
+%%WWWDIR%%/barnyard/dsp_import.php
+%%WWWDIR%%/barnyard/dsp_selected.php
+%%WWWDIR%%/barnyard/index.php
+%%WWWDIR%%/barnyard/qry_barnyard.php
+%%WWWDIR%%/barnyard/qry_barnyards.php
+%%WWWDIR%%/barnyard/qry_selected.php
+%%WWWDIR%%/classifications/FMK_Handler.php
+%%WWWDIR%%/classifications/act_AddRemove.php
+%%WWWDIR%%/classifications/act_Save-Update.php
+%%WWWDIR%%/classifications/act_action.php
+%%WWWDIR%%/classifications/dsp_AddEdit.php
+%%WWWDIR%%/classifications/dsp_home.php
+%%WWWDIR%%/classifications/dsp_import.php
+%%WWWDIR%%/classifications/dsp_selected.php
+%%WWWDIR%%/classifications/index.php
+%%WWWDIR%%/classifications/qry_classification.php
+%%WWWDIR%%/classifications/qry_classifications.php
+%%WWWDIR%%/classifications/qry_selected.php
+%%WWWDIR%%/conf/FMK_Handler.php
+%%WWWDIR%%/conf/act_init_vars.php
+%%WWWDIR%%/conf/act_init_vars.php.orig
+%%WWWDIR%%/conf/act_read_conf.php
+%%WWWDIR%%/conf/act_save_conf.php
+%%WWWDIR%%/conf/act_save_conf.php.orig
+%%WWWDIR%%/conf/act_test.php
+%%WWWDIR%%/conf/act_test.php.orig
+%%WWWDIR%%/conf/act_verify_install.php
+%%WWWDIR%%/conf/dsp_conf.php
+%%WWWDIR%%/conf/dsp_conf.php.orig
+%%WWWDIR%%/conf/dsp_header.php
+%%WWWDIR%%/conf/dsp_save_conf.php
+%%WWWDIR%%/conf/index.php
+%%WWWDIR%%/configs/FMK_Handler.php
+%%WWWDIR%%/configs/act_AddRemove.php
+%%WWWDIR%%/configs/act_Save-Update.php
+%%WWWDIR%%/configs/act_action.php
+%%WWWDIR%%/configs/dsp_AddEdit.php
+%%WWWDIR%%/configs/dsp_home.php
+%%WWWDIR%%/configs/dsp_import.php
+%%WWWDIR%%/configs/dsp_selected.php
+%%WWWDIR%%/configs/index.php
+%%WWWDIR%%/configs/qry_config.php
+%%WWWDIR%%/configs/qry_configs.php
+%%WWWDIR%%/configs/qry_selected.php
+%%WWWDIR%%/css/calendar_icon.png
+%%WWWDIR%%/css/datepickercontrol.css
+%%WWWDIR%%/css/default.css
+%%WWWDIR%%/docs/CHANGELOG.txt
+%%WWWDIR%%/docs/UPDATING.txt
+%%WWWDIR%%/docs/assignments.txt
+%%WWWDIR%%/docs/framework_notes.html
+%%WWWDIR%%/docs/snortsms_install.html
+%%WWWDIR%%/dynamics/FMK_Handler.php
+%%WWWDIR%%/dynamics/act_AddRemove.php
+%%WWWDIR%%/dynamics/act_Save-Update.php
+%%WWWDIR%%/dynamics/act_action.php
+%%WWWDIR%%/dynamics/act_movedown.php
+%%WWWDIR%%/dynamics/act_moveup.php
+%%WWWDIR%%/dynamics/act_reorder.php
+%%WWWDIR%%/dynamics/dsp_AddEdit.php
+%%WWWDIR%%/dynamics/dsp_home.php
+%%WWWDIR%%/dynamics/dsp_import.php
+%%WWWDIR%%/dynamics/dsp_selected.php
+%%WWWDIR%%/dynamics/index.php
+%%WWWDIR%%/dynamics/qry_dynamic.php
+%%WWWDIR%%/dynamics/qry_dynamics.php
+%%WWWDIR%%/dynamics/qry_selected.php
+%%WWWDIR%%/events/FMK_Handler.php
+%%WWWDIR%%/events/FMK_Hooks.php
+%%WWWDIR%%/events/act_action.php
+%%WWWDIR%%/events/act_checkdb.php
+%%WWWDIR%%/events/act_scope.php
+%%WWWDIR%%/events/dsp_header.php
+%%WWWDIR%%/events/dsp_home.php
+%%WWWDIR%%/events/dsp_home_sid.php
+%%WWWDIR%%/events/dsp_pagenate.php
+%%WWWDIR%%/events/dsp_results.php
+%%WWWDIR%%/events/dsp_searchform.php
+%%WWWDIR%%/events/dsp_windows.php
+%%WWWDIR%%/events/index.php
+%%WWWDIR%%/events/qry_alert_sensors.php
+%%WWWDIR%%/events/qry_getcache.php
+%%WWWDIR%%/events/qry_otheralerts.php
+%%WWWDIR%%/events/qry_search.php
+%%WWWDIR%%/events/qry_sid_summary.php
+%%WWWDIR%%/events/qry_sig_recon.php
+%%WWWDIR%%/events/qry_sig_summary.php
+%%WWWDIR%%/events/qry_sigcat.php
+%%WWWDIR%%/events/qry_sigzoom.php
+%%WWWDIR%%/events/qry_windows.php
+%%WWWDIR%%/generators/FMK_Handler.php
+%%WWWDIR%%/generators/act_Save-Update.php
+%%WWWDIR%%/generators/act_action.php
+%%WWWDIR%%/generators/dsp_AddEdit.php
+%%WWWDIR%%/generators/dsp_home.php
+%%WWWDIR%%/generators/dsp_import.php
+%%WWWDIR%%/generators/index.php
+%%WWWDIR%%/generators/qry_generator.php
+%%WWWDIR%%/generators/qry_generators.php
+%%WWWDIR%%/help/FMK_Handler.php
+%%WWWDIR%%/help/dsp_main.php
+%%WWWDIR%%/help/inc_addoutput.php
+%%WWWDIR%%/help/inc_addrule.php
+%%WWWDIR%%/help/inc_barnconf.php
+%%WWWDIR%%/help/inc_barnctrl.php
+%%WWWDIR%%/help/inc_configdirct.php
+%%WWWDIR%%/help/inc_dynamic.php
+%%WWWDIR%%/help/inc_search.php
+%%WWWDIR%%/help/inc_sensorconf.php
+%%WWWDIR%%/help/inc_snortctrl.php
+%%WWWDIR%%/help/index.php
+%%WWWDIR%%/images/arrow_1.png
+%%WWWDIR%%/images/arrow_down.gif
+%%WWWDIR%%/images/arrow_up.gif
+%%WWWDIR%%/images/bar_left.gif
+%%WWWDIR%%/images/bar_left_sm.gif
+%%WWWDIR%%/images/bar_mid.gif
+%%WWWDIR%%/images/bar_mid2.gif
+%%WWWDIR%%/images/bar_mid_sm.gif
+%%WWWDIR%%/images/bar_right.gif
+%%WWWDIR%%/images/bar_right2.gif
+%%WWWDIR%%/images/bar_right_sm.gif
+%%WWWDIR%%/images/bar_trans.gif
+%%WWWDIR%%/images/blue_quest.png
+%%WWWDIR%%/images/btn_next.png
+%%WWWDIR%%/images/btn_order_dn.png
+%%WWWDIR%%/images/btn_order_up.png
+%%WWWDIR%%/images/btn_prev.png
+%%WWWDIR%%/images/btn_restart.gif
+%%WWWDIR%%/images/btn_save.gif
+%%WWWDIR%%/images/btn_start.gif
+%%WWWDIR%%/images/btn_stop.gif
+%%WWWDIR%%/images/check-0.png
+%%WWWDIR%%/images/check-1.png
+%%WWWDIR%%/images/check-2.png
+%%WWWDIR%%/images/clip.gif
+%%WWWDIR%%/images/comment.png
+%%WWWDIR%%/images/conf-0.png
+%%WWWDIR%%/images/conf-1.png
+%%WWWDIR%%/images/conf-3.gif
+%%WWWDIR%%/images/control_fastforward.png
+%%WWWDIR%%/images/control_fastforward_blue.png
+%%WWWDIR%%/images/control_play.png
+%%WWWDIR%%/images/control_play_blue.png
+%%WWWDIR%%/images/control_repeat.png
+%%WWWDIR%%/images/control_repeat_blue.png
+%%WWWDIR%%/images/control_rewind.png
+%%WWWDIR%%/images/control_rewind_blue.png
+%%WWWDIR%%/images/control_stop.png
+%%WWWDIR%%/images/control_stop_blue.png
+%%WWWDIR%%/images/db-0.png
+%%WWWDIR%%/images/db-1.png
+%%WWWDIR%%/images/db-2.png
+%%WWWDIR%%/images/gray_quest.gif
+%%WWWDIR%%/images/hdd-1.gif
+%%WWWDIR%%/images/hdd-2.gif
+%%WWWDIR%%/images/hdd-3.gif
+%%WWWDIR%%/images/led-0.gif
+%%WWWDIR%%/images/led-1.gif
+%%WWWDIR%%/images/led-2.gif
+%%WWWDIR%%/images/led-3.gif
+%%WWWDIR%%/images/led2-0.gif
+%%WWWDIR%%/images/led2-1.gif
+%%WWWDIR%%/images/led2-2.gif
+%%WWWDIR%%/images/led2-3.gif
+%%WWWDIR%%/images/logo_1.png
+%%WWWDIR%%/images/note-1.gif
+%%WWWDIR%%/images/tab_left-0.gif
+%%WWWDIR%%/images/tab_left-1.gif
+%%WWWDIR%%/images/tab_mid-0.gif
+%%WWWDIR%%/images/tab_mid-1.gif
+%%WWWDIR%%/images/tab_right-0.gif
+%%WWWDIR%%/images/tab_right-1.gif
+%%WWWDIR%%/images/table_multiple.png
+%%WWWDIR%%/images/trash-1.gif
+%%WWWDIR%%/images/wait.gif
+%%WWWDIR%%/import/FMK_Handler.php
+%%WWWDIR%%/import/act_extract_process.php
+%%WWWDIR%%/import/act_process_rawtext.php
+%%WWWDIR%%/import/act_receive_rulefile.php
+%%WWWDIR%%/import/act_receive_snapshot.php
+%%WWWDIR%%/import/dsp_home.php
+%%WWWDIR%%/import/index.php
+%%WWWDIR%%/index.php
+%%WWWDIR%%/java/RuleDiff.js
+%%WWWDIR%%/java/checkall.js
+%%WWWDIR%%/java/cssmenu.js
+%%WWWDIR%%/java/datepickercontrol.js
+%%WWWDIR%%/java/waitdiv.js
+%%WWWDIR%%/main/FMK_Handler.php
+%%WWWDIR%%/main/dsp_home.php
+%%WWWDIR%%/main/dsp_menu.php
+%%WWWDIR%%/main/index.php
+%%WWWDIR%%/monitor/FMK_Handler.php
+%%WWWDIR%%/monitor/act_stats.php
+%%WWWDIR%%/monitor/cron_stats.php
+%%WWWDIR%%/monitor/index.php
+%%WWWDIR%%/monitor/query_sensor.php
+%%WWWDIR%%/outputs/FMK_Handler.php
+%%WWWDIR%%/outputs/act_AddRemove.php
+%%WWWDIR%%/outputs/act_Save-Update.php
+%%WWWDIR%%/outputs/act_action.php
+%%WWWDIR%%/outputs/dsp_AddEdit.php
+%%WWWDIR%%/outputs/dsp_home.php
+%%WWWDIR%%/outputs/dsp_output_notes.php
+%%WWWDIR%%/outputs/dsp_selected.php
+%%WWWDIR%%/outputs/index.php
+%%WWWDIR%%/outputs/qry_output.php
+%%WWWDIR%%/outputs/qry_outputs.php
+%%WWWDIR%%/outputs/qry_selected.php
+%%WWWDIR%%/policies/FMK_Handler.php
+%%WWWDIR%%/policies/act_AddRemove.php
+%%WWWDIR%%/policies/act_Save-Update.php
+%%WWWDIR%%/policies/act_action.php
+%%WWWDIR%%/policies/act_delete.php
+%%WWWDIR%%/policies/dsp_AddEdit.php
+%%WWWDIR%%/policies/dsp_home.php
+%%WWWDIR%%/policies/dsp_pagenate.php
+%%WWWDIR%%/policies/dsp_policy.php
+%%WWWDIR%%/policies/dsp_rulecats.php
+%%WWWDIR%%/policies/dsp_select.php
+%%WWWDIR%%/policies/dsp_selected.php
+%%WWWDIR%%/policies/index.php
+%%WWWDIR%%/policies/qry_policies.php
+%%WWWDIR%%/policies/qry_policy.php
+%%WWWDIR%%/policies/qry_rulecats.php
+%%WWWDIR%%/policies/qry_rules.php
+%%WWWDIR%%/policies/qry_selected.php
+%%WWWDIR%%/preprocessors/FMK_Handler.php
+%%WWWDIR%%/preprocessors/act_AddRemove.php
+%%WWWDIR%%/preprocessors/act_Save-Update.php
+%%WWWDIR%%/preprocessors/act_action.php
+%%WWWDIR%%/preprocessors/act_movedown.php
+%%WWWDIR%%/preprocessors/act_moveup.php
+%%WWWDIR%%/preprocessors/act_reorder.php
+%%WWWDIR%%/preprocessors/dsp_AddEdit.php
+%%WWWDIR%%/preprocessors/dsp_home.php
+%%WWWDIR%%/preprocessors/dsp_import.php
+%%WWWDIR%%/preprocessors/dsp_selected.php
+%%WWWDIR%%/preprocessors/index.php
+%%WWWDIR%%/preprocessors/qry_preprocessor.php
+%%WWWDIR%%/preprocessors/qry_preprocessors.php
+%%WWWDIR%%/preprocessors/qry_selected.php
+%%WWWDIR%%/references/FMK_Handler.php
+%%WWWDIR%%/references/act_AddRemove.php
+%%WWWDIR%%/references/act_Save-Update.php
+%%WWWDIR%%/references/act_action.php
+%%WWWDIR%%/references/dsp_AddEdit.php
+%%WWWDIR%%/references/dsp_home.php
+%%WWWDIR%%/references/dsp_import.php
+%%WWWDIR%%/references/dsp_selected.php
+%%WWWDIR%%/references/index.php
+%%WWWDIR%%/references/qry_reference.php
+%%WWWDIR%%/references/qry_references.php
+%%WWWDIR%%/references/qry_selected.php
+%%WWWDIR%%/rules/FMK_Handler.php
+%%WWWDIR%%/rules/act_Save-Update.php
+%%WWWDIR%%/rules/act_action.php
+%%WWWDIR%%/rules/act_policy.php
+%%WWWDIR%%/rules/dsp_edit.php
+%%WWWDIR%%/rules/dsp_home.php
+%%WWWDIR%%/rules/dsp_import.php
+%%WWWDIR%%/rules/dsp_pagenate.php
+%%WWWDIR%%/rules/dsp_queryform.php
+%%WWWDIR%%/rules/dsp_recycle.php
+%%WWWDIR%%/rules/dsp_results.php
+%%WWWDIR%%/rules/dsp_ruleaudit.php
+%%WWWDIR%%/rules/dsp_view.php
+%%WWWDIR%%/rules/index.php
+%%WWWDIR%%/rules/qry_policies.php
+%%WWWDIR%%/rules/qry_rule.php
+%%WWWDIR%%/rules/qry_rule_assgn.php
+%%WWWDIR%%/rules/qry_ruleaudit.php
+%%WWWDIR%%/rules/qry_rulecats.php
+%%WWWDIR%%/rules/qry_rules.php
+%%WWWDIR%%/ruletypes/FMK_Handler.php
+%%WWWDIR%%/ruletypes/act_AddRemove.php
+%%WWWDIR%%/ruletypes/act_Save-Update.php
+%%WWWDIR%%/ruletypes/act_delete.php
+%%WWWDIR%%/ruletypes/dsp_AddEdit.php
+%%WWWDIR%%/ruletypes/dsp_home.php
+%%WWWDIR%%/ruletypes/dsp_selected.php
+%%WWWDIR%%/ruletypes/index.php
+%%WWWDIR%%/ruletypes/qry_ruletype.php
+%%WWWDIR%%/ruletypes/qry_ruletypes.php
+%%WWWDIR%%/ruletypes/qry_selected.php
+%%WWWDIR%%/ruletypes/qry_selectedouts.php
+%%WWWDIR%%/schema/SNORTSMS.mysql
+%%WWWDIR%%/schema/SNORTSMS_schema3_upgrade.mysql
+%%WWWDIR%%/schema/SNORTSMS_schema4_upgrade.mysql
+%%WWWDIR%%/schema/SNORT_DB_mod.mysql
+%%WWWDIR%%/sensorconf/FMK_Handler.php
+%%WWWDIR%%/sensorconf/act_clone.php
+%%WWWDIR%%/sensorconf/act_delete_sensor.php
+%%WWWDIR%%/sensorconf/act_getstats.php
+%%WWWDIR%%/sensorconf/act_save_update.php
+%%WWWDIR%%/sensorconf/act_sensor_control.php
+%%WWWDIR%%/sensorconf/control_sensor.php
+%%WWWDIR%%/sensorconf/dsp_clone.php
+%%WWWDIR%%/sensorconf/dsp_genbarnconf.php
+%%WWWDIR%%/sensorconf/dsp_gensnortconf.php
+%%WWWDIR%%/sensorconf/dsp_header.php
+%%WWWDIR%%/sensorconf/dsp_tab_agent.php
+%%WWWDIR%%/sensorconf/dsp_tab_barn.php
+%%WWWDIR%%/sensorconf/dsp_tab_main.php
+%%WWWDIR%%/sensorconf/dsp_tab_sensor.php
+%%WWWDIR%%/sensorconf/dsp_tab_snort.php
+%%WWWDIR%%/sensorconf/dsp_tab_status.php
+%%WWWDIR%%/sensorconf/index.php
+%%WWWDIR%%/sensorconf/qry_assignments.php
+%%WWWDIR%%/sensorconf/qry_barn_ctrls.php
+%%WWWDIR%%/sensorconf/qry_sensor.php
+%%WWWDIR%%/sensorconf/qry_sensor_ctrls.php
+%%WWWDIR%%/sensorconf/qry_sensor_lite.php
+%%WWWDIR%%/sensorconf/qry_sensors.php
+%%WWWDIR%%/sensorconf/qry_snort_ctrls.php
+%%WWWDIR%%/sensors/FMK_Handler.php
+%%WWWDIR%%/sensors/act_delete.php
+%%WWWDIR%%/sensors/dsp_home.php
+%%WWWDIR%%/sensors/dsp_monitor.php
+%%WWWDIR%%/sensors/index.php
+%%WWWDIR%%/sensors/qry_barn_ctrls.php
+%%WWWDIR%%/sensors/qry_sensor.php
+%%WWWDIR%%/sensors/qry_sensors_active.php
+%%WWWDIR%%/sensors/qry_snort_ctrl.php
+%%WWWDIR%%/snortctrl/FMK_Handler.php
+%%WWWDIR%%/snortctrl/act_Save-Update.php
+%%WWWDIR%%/snortctrl/act_action.php
+%%WWWDIR%%/snortctrl/dsp_AddEdit.php
+%%WWWDIR%%/snortctrl/dsp_home.php
+%%WWWDIR%%/snortctrl/index.php
+%%WWWDIR%%/snortctrl/qry_snortctrl.php
+%%WWWDIR%%/snortctrl/qry_snortctrls.php
+%%WWWDIR%%/suppressions/FMK_Handler.php
+%%WWWDIR%%/suppressions/act_AddRemove.php
+%%WWWDIR%%/suppressions/act_Save-Update.php
+%%WWWDIR%%/suppressions/act_action.php
+%%WWWDIR%%/suppressions/dsp_AddEdit.php
+%%WWWDIR%%/suppressions/dsp_home.php
+%%WWWDIR%%/suppressions/dsp_import.php
+%%WWWDIR%%/suppressions/dsp_selected.php
+%%WWWDIR%%/suppressions/index.php
+%%WWWDIR%%/suppressions/qry_selected.php
+%%WWWDIR%%/suppressions/qry_suppression.php
+%%WWWDIR%%/suppressions/qry_suppressions.php
+%%WWWDIR%%/thresholds/FMK_Handler.php
+%%WWWDIR%%/thresholds/act_AddRemove.php
+%%WWWDIR%%/thresholds/act_Save-Update.php
+%%WWWDIR%%/thresholds/act_action.php
+%%WWWDIR%%/thresholds/dsp_AddEdit.php
+%%WWWDIR%%/thresholds/dsp_home.php
+%%WWWDIR%%/thresholds/dsp_import.php
+%%WWWDIR%%/thresholds/dsp_selected.php
+%%WWWDIR%%/thresholds/index.php
+%%WWWDIR%%/thresholds/qry_selected.php
+%%WWWDIR%%/thresholds/qry_threshold.php
+%%WWWDIR%%/thresholds/qry_thresholds.php
+%%WWWDIR%%/users/FMK_Handler.php
+%%WWWDIR%%/users/act_SaveUpdate.php
+%%WWWDIR%%/users/act_authuser.php
+%%WWWDIR%%/users/act_deluser.php
+%%WWWDIR%%/users/dsp_AddEdit.php
+%%WWWDIR%%/users/dsp_deluser.php
+%%WWWDIR%%/users/dsp_denied.php
+%%WWWDIR%%/users/dsp_error.php
+%%WWWDIR%%/users/dsp_header.php
+%%WWWDIR%%/users/dsp_login.php
+%%WWWDIR%%/users/dsp_logout.php
+%%WWWDIR%%/users/dsp_unauth.php
+%%WWWDIR%%/users/dsp_users.php
+%%WWWDIR%%/users/index.php
+%%WWWDIR%%/users/qry_user.php
+%%WWWDIR%%/users/qry_users.php
+%%WWWDIR%%/variables/FMK_Handler.php
+%%WWWDIR%%/variables/act_AddRemove.php
+%%WWWDIR%%/variables/act_Save-Update.php
+%%WWWDIR%%/variables/act_action.php
+%%WWWDIR%%/variables/dsp_AddEdit.php
+%%WWWDIR%%/variables/dsp_home.php
+%%WWWDIR%%/variables/dsp_selected.php
+%%WWWDIR%%/variables/index.php
+%%WWWDIR%%/variables/qry_selected.php
+%%WWWDIR%%/variables/qry_variable.php
+%%WWWDIR%%/variables/qry_variables.php
+@dirrm %%WWWDIR%%/variables
+@dirrm %%WWWDIR%%/users
+@dirrm %%WWWDIR%%/thresholds
+@dirrm %%WWWDIR%%/suppressions
+@dirrm %%WWWDIR%%/snortctrl
+@dirrm %%WWWDIR%%/sensors
+@dirrm %%WWWDIR%%/sensorconf
+@dirrm %%WWWDIR%%/schema
+@dirrm %%WWWDIR%%/ruletypes
+@dirrm %%WWWDIR%%/rules
+@dirrm %%WWWDIR%%/references
+@dirrm %%WWWDIR%%/preprocessors
+@dirrm %%WWWDIR%%/policies
+@dirrm %%WWWDIR%%/outputs
+@dirrm %%WWWDIR%%/monitor
+@dirrm %%WWWDIR%%/main
+@dirrm %%WWWDIR%%/java
+@dirrm %%WWWDIR%%/import
+@dirrm %%WWWDIR%%/images
+@dirrm %%WWWDIR%%/help
+@dirrm %%WWWDIR%%/generators
+@dirrm %%WWWDIR%%/events
+@dirrm %%WWWDIR%%/dynamics
+@dirrm %%WWWDIR%%/docs
+@dirrm %%WWWDIR%%/css
+@dirrm %%WWWDIR%%/configs
+@dirrmtry %%WWWDIR%%/conf
+@dirrm %%WWWDIR%%/classifications
+@dirrm %%WWWDIR%%/barnyard
+@dirrm %%WWWDIR%%/barnctrl
+@dirrm %%WWWDIR%%/FMK_lib
+@dirrm %%WWWDIR%%/FMK_Layouts
+@dirrm %%WWWDIR%%/Agent
+@dirrmtry %%WWWDIR%%
--- patch-snortsms.1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Thu Jan 10 11:27:43 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119525 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Thu Jan 10 11:39:41 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119525 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119525: commit references a PR
Date: Thu, 10 Jan 2008 11:39:42 +0000 (UTC)

 lwhsu       2008-01-10 11:39:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/snortsms    Makefile distinfo pkg-plist 
     security/snortsms/files pkg-message.in 
   Log:
   - Ppdate to 1.7.8
   - Use WWWDIR
   - Pass maintainership to submitter
   
   PR:             ports/119525
   Submitted by:   Philippe Audeoud <jadawin AT tuxaco.net>
   
   Revision  Changes    Path
   1.9       +11 -13    ports/security/snortsms/Makefile
   1.7       +3 -3      ports/security/snortsms/distinfo
   1.4       +14 -13    ports/security/snortsms/files/pkg-message.in
   1.7       +461 -348  ports/security/snortsms/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
