98a149bb83
cracks. - Support STAGE - Appease rclint and portlint - Remove pkg-install. We can do this in @unexec and rc script. - Set a default database option -- PGSQL will be default as recommended upstream. - Use new @sample capability - SHEBANGFIX Sponsored by: SupraNet Communications, Inc
13 lines
515 B
Text
13 lines
515 B
Text
bin/sqlgrey-logstats.pl
|
|
@sample %%ETCDIR%%/clients_fqdn_whitelist.sample
|
|
@sample %%ETCDIR%%/clients_ip_whitelist.sample
|
|
@sample %%ETCDIR%%/dyn_fqdn.regexp.sample
|
|
@sample %%ETCDIR%%/smtp_server.regexp.sample
|
|
@sample %%ETCDIR%%/sqlgrey.conf.sample
|
|
man/man1/sqlgrey.1.gz
|
|
sbin/sqlgrey
|
|
sbin/update_sqlgrey_config
|
|
@dirrmtry %%ETCDIR%%
|
|
@unexec echo "---> Please, remember to remove the database directory:"
|
|
@unexec echo " %%DATADIR%%"
|
|
@unexec echo " If you're only updating, you can leave the things as they are."
|