freebsd-ports/mail/sqlgrey/pkg-plist
Mark Felder 98a149bb83 Revive from the dead. This port is too important to let slip through the
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
2014-09-03 20:49:19 +00:00

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."