mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6083e46d06
PR: ports/122645, ports/122646, ports/122647 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
bin/archive_sguildb.tcl
|
|
bin/incident_report.tcl
|
|
bin/sguild
|
|
etc/%%SGUILDIR%%/autocat.conf-sample
|
|
etc/%%SGUILDIR%%/sguild.access-sample
|
|
etc/%%SGUILDIR%%/sguild.conf-sample
|
|
etc/%%SGUILDIR%%/sguild.email-sample
|
|
etc/%%SGUILDIR%%/sguild.queries-sample
|
|
etc/%%SGUILDIR%%/sguild.reports-sample
|
|
etc/%%SGUILDIR%%/sguild.users-sample
|
|
lib/%%SGUILDIR%%/SguildAccess.tcl
|
|
lib/%%SGUILDIR%%/SguildAutoCat.tcl
|
|
lib/%%SGUILDIR%%/SguildClientCmdRcvd.tcl
|
|
lib/%%SGUILDIR%%/SguildConnect.tcl
|
|
lib/%%SGUILDIR%%/SguildCreateDB.tcl
|
|
lib/%%SGUILDIR%%/SguildEmailEvent.tcl
|
|
lib/%%SGUILDIR%%/SguildEvent.tcl
|
|
lib/%%SGUILDIR%%/SguildGenericDB.tcl
|
|
lib/%%SGUILDIR%%/SguildGenericEvent.tcl
|
|
lib/%%SGUILDIR%%/SguildHealthChecks.tcl
|
|
lib/%%SGUILDIR%%/SguildLoaderd.tcl
|
|
lib/%%SGUILDIR%%/SguildMysqlMerge.tcl
|
|
lib/%%SGUILDIR%%/SguildPadsLib.tcl
|
|
lib/%%SGUILDIR%%/SguildQueryd.tcl
|
|
lib/%%SGUILDIR%%/SguildReportBuilder.tcl
|
|
lib/%%SGUILDIR%%/SguildSendComms.tcl
|
|
lib/%%SGUILDIR%%/SguildSensorAgentComms.tcl
|
|
lib/%%SGUILDIR%%/SguildSensorCmdRcvd.tcl
|
|
lib/%%SGUILDIR%%/SguildTranscript.tcl
|
|
lib/%%SGUILDIR%%/SguildUtils.tcl
|
|
share/%%SGUILDIR%%/create_ruledb.sql
|
|
share/%%SGUILDIR%%/create_sguildb.sql
|
|
share/%%SGUILDIR%%/migrate_event.tcl
|
|
share/%%SGUILDIR%%/migrate_sancp.tcl
|
|
share/%%SGUILDIR%%/sancp_cleanup.tcl
|
|
share/%%SGUILDIR%%/update_0.7.tcl
|
|
share/%%SGUILDIR%%/update_sguildb_v5-v6.sql
|
|
share/%%SGUILDIR%%/update_sguildb_v6-v7.sql
|
|
share/%%SGUILDIR%%/update_sguildb_v7-v8.sql
|
|
share/%%SGUILDIR%%/update_sguildb_v8-v9.sql
|
|
share/%%SGUILDIR%%/update_sguildb_v9-v10.sql
|
|
share/%%SGUILDIR%%/update_sguildb_v10-v11.sql
|
|
share/%%SGUILDIR%%/update_sguildb_v11-v12.sql
|
|
@dirrmtry etc/%%SGUILDIR%%/certs
|
|
@unexec if [ ! -f %D/etc/%%SGUILDIR%%/sguild.conf ] && [ ! -d %D/etc/%%SGUILDIR%%/certs ] ; then rmdir %D/etc/%%SGUILDIR%%; fi
|
|
@dirrm lib/%%SGUILDIR%%
|
|
@dirrm share/%%SGUILDIR%%
|