the start/stop scripts failed when booting on 5.x machines

Submitted by:	Barry Pederson <bp@barryp.org>
This commit is contained in:
Hajimu UMEMOTO 2003-10-01 17:56:06 +00:00
parent 0847dbd888
commit 0bfa2a5bc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90002
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= saslauthd
PORTVERSION= 2.1.15
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/security/cyrus-sasl2-saslauthd/files/Attic/saslauthd.sh,v 1.2 2003-08-28 17:44:28 ume Exp $
# $FreeBSD: /tmp/pcvs/ports/security/cyrus-sasl2-saslauthd/files/Attic/saslauthd.sh,v 1.3 2003-10-01 17:56:06 ume Exp $
#
# PROVIDE: saslauthd
@ -21,9 +21,9 @@ prefix=%%PREFIX%%
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
saslauthd_enable="YES" # Enable saslauthd
[ -z "$saslauthd_enable" ] && saslauthd_enable="YES" # Enable saslauthd
#saslauthd_program="${prefix}/sbin/saslauthd" # Location of saslauthd
saslauthd_flags="-a pam" # Flags to saslauthd program
[ -z "$saslauthd_flags" ] && saslauthd_flags="-a pam" # Flags to saslauthd program
. %%RC_SUBR%%