Added cyrus-sasl-2.1.23 build template.

--HG--
extra : convert_revision : cd7571b0e341f27eb60fd91525bdfa1a71a51fae
This commit is contained in:
Juan RP
2010-04-18 17:48:17 +02:00
parent 55fcdb3fc2
commit ee39e4c87b
10 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Configuration file for Cyrus-SASL daemon.
#
SASLAUTHD_ARGS="-m /var/run/saslauthd -a pam"

View File

@@ -0,0 +1,9 @@
#!/sbin/runscript
command=/usr/sbin/saslauthd
command_args="${SASLAUTHD_ARGS}"
depend()
{
need net
}