]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- bug fix: option -H -> -O
authorhunter <hunter@pld-linux.org>
Mon, 12 Sep 2005 18:24:09 +0000 (18:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    saslauthd.init -> 1.7

saslauthd.init

index 11d1f8e3c3a21564332ac08bf58c0cc920a579fc..f7e710533450500ad10cc089108ec1111cabf225 100644 (file)
@@ -20,7 +20,7 @@ if [ "x$SASL_AUTHMECH" != "x" ]; then
 fi
 
 if [ "x$SASL_RIMAP_HOSTNAME" != "x" ]; then
-       SASLAUTHD_OPTS="$SASLAUTHD_OPTS -H $SASL_RIMAP_HOSTNAME"
+       SASLAUTHD_OPTS="$SASLAUTHD_OPTS -O $SASL_RIMAP_HOSTNAME"
 fi
 
 #if is_yes "$SASL_TIME_OF_DAY_LOGIN_RESTRICTIONS" ; then
This page took 0.041337 seconds and 4 git commands to generate.