diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-28 23:37:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-28 23:37:36 +0000 |
commit | c99a01a80cbe5b1a26b1ed0f67e422edc83d9aff (patch) | |
tree | f1cf0caae1c6280727c96d2bf0d9c44dd71d3dcd /security/cyrus-sasl/files | |
parent | aaeb6896e0f7c74f7333538d57a8e6b24e2af813 (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl/files')
-rw-r--r-- | security/cyrus-sasl/files/pwcheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/files/pwcheck.sh b/security/cyrus-sasl/files/pwcheck.sh index 304909890cd7..fb0d6733a9ee 100644 --- a/security/cyrus-sasl/files/pwcheck.sh +++ b/security/cyrus-sasl/files/pwcheck.sh @@ -61,8 +61,8 @@ else fi fi - if [ -f ${prefix}/etc/rc.conf.d/cyrus_pwcheck" ]; then - . ${prefix}/etc/rc.conf.d/cyrus_pwcheck}" + if [ -f "${prefix}/etc/rc.conf.d/cyrus_pwcheck" ]; then + . ${prefix}/etc/rc.conf.d/cyrus_pwcheck fi if [ -z "${cyrus_pwcheck_enable}" ] ; then |