summaryrefslogtreecommitdiff
path: root/mail/sqlgrey/files/smf/manifest.xml
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-05-25 21:39:44 +0000
committerfhajny <fhajny@pkgsrc.org>2016-05-25 21:39:44 +0000
commit28438fd869b90fe46d1b28df0b76e499335b4d19 (patch)
tree6e768cc9cb7f9a467f2dfed88a71c8ab2ab0dee8 /mail/sqlgrey/files/smf/manifest.xml
parent47d75497280d22a0a4b4cefbd6508941c25177b7 (diff)
downloadpkgsrc-28438fd869b90fe46d1b28df0b76e499335b4d19.tar.gz
Update sqlgrey to 1.8.0.
Add SMF support, clean up etc. * Mon Feb 13 2012 Martin Matuska <martin@matuska.org> - 1.8.0 release - Allow to specify complete DSN in configuration file - Support listening on UNIX sockets - Support pidfile command line argument * Mon Feb 01 2010 Michal Ludvig <mludvig@logix.net.nz> - Upgraded VERSION to 1.8.0-rc2 - Reverted GNU sed syntax in Makefile * Sat Jan 23 2010 Michal Ludvig <mludvig@logix.net.nz> - Upgraded VERSION to 1.8.0-rc1 - 'make dist' now creates sqlgrey-$VERSION.tar.gz with the help of 'git archive' * Mon Aug 17 2009 Michal Ludvig <mludvig@logix.net.nz> - 1.7.7 release getting ready - Reworked "smart"/"class-c" IPv6 address handling. - Added IPv6 address support for clients_ip_whitelist(.local) file - client_ip_whitelist(.local) now supports address/prefix notation both for IPv4 and IPv6 addresses. * Sun Aug 05 2007 Lionel Bouton <lionel-dev@bouton.name> - 1.7.6 release - Database handling fix (deactivated InactiveDestroy unless needed) - Reopen database connection on SIGUSR1 * Thu Feb 15 2007 Dan Faerch <dan.sqlgrey @hacker.dk> - 1.7.5 release - Changed db_cleanup. clean time stored in db for better handling, especially in clustered environments - Fix for harmless warnings about "possible typo" - Fix for sqlgrey dying if syslog is offline - Filled feature req from Riaan Kok. Support "postfix attributes on both sides".. Ie: "client_name !~ helo_name" * Sun Aug 03 2006 Dan Faerch <dan-NOSPAM@hacker.dk> - 1.7.4 release - Added feature Discrimination - Added feature DBCluster - Added config option reject_code (eg. answer 451 instead of 450) * Wed Nov 16 2005 Lionel Bouton <lionel-dev@bouton.name> - 1.7.3 release - fixes for a crash with '*' in email adresses * Tue Oct 25 2005 Lionel Bouton <lionel-dev@bouton.name> - 1.7.2 release - fixes for several errors in logging - clean_method ported from 1.6.x * Thu Sep 15 2005 Lionel Bouton <lionel-dev@bouton.name> - 1.7.1 release - fix for a race condition in multiple instances configurations - fix for weekly stats * Tue Jun 21 2005 Lionel Bouton <lionel-dev@bouton.name> - 1.7.0 release - now continue if the DB isn't available at startup time - based on 1.6.0 with Michel Bouissou's work: . better connect cleanup when creating AWL entries . source IP throttling
Diffstat (limited to 'mail/sqlgrey/files/smf/manifest.xml')
-rw-r--r--mail/sqlgrey/files/smf/manifest.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/mail/sqlgrey/files/smf/manifest.xml b/mail/sqlgrey/files/smf/manifest.xml
new file mode 100644
index 00000000000..db6e5064fb5
--- /dev/null
+++ b/mail/sqlgrey/files/smf/manifest.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+<service_bundle type="manifest" name="@SMF_NAME@">
+ <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="1">
+ <create_default_instance enabled="false" />
+ <single_instance />
+ <dependency name="network" grouping="require_all" restart_on="error" type="service">
+ <service_fmri value="svc:/milestone/network:default" />
+ </dependency>
+ <dependency name="filesystem" grouping="require_all" restart_on="error" type="service">
+ <service_fmri value="svc:/system/filesystem/local" />
+ </dependency>
+ <method_context>
+ <method_credential user="@SQLGREY_USER@" group="@SQLGREY_GROUP@" />
+ </method_context>
+ <exec_method type="method" name="start" exec="@PREFIX@/sbin/sqlgrey -d" timeout_seconds="60" />
+ <exec_method type="method" name="stop" exec=":kill" timeout_seconds="60" />
+ <property_group name="startd" type="framework">
+ <propval name="duration" type="astring" value="contract" />
+ <propval name="ignore_error" type="astring" value="core,signal" />
+ </property_group>
+ <property_group name="application" type="application">
+ <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/sqlgrey.conf" />
+ </property_group>
+ <stability value="Evolving" />
+ <template>
+ <common_name>
+ <loctext xml:lang="C">SQLgrey daemon</loctext>
+ </common_name>
+ </template>
+ </service>
+</service_bundle>