From: Ivan Rako Date: Thu, 21 Apr 2005 07:15:13 +0000 (+0000) Subject: r53: X-Git-Tag: debian/3.0.0~53 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-upgrade.git;a=commitdiff_plain;h=580a8b5d61f748dce76e43d3bd1322235b092d5e r53: --- diff --git a/functions.sh b/functions.sh index 2f6a09e..c461a50 100644 --- a/functions.sh +++ b/functions.sh @@ -357,7 +357,7 @@ cp_get_ldap_realm() { RET="`awk /^suffix/'{print $2}' /etc/ldap/slapd.conf | head -1 | tr -d '"' | awk -F, '{print $1}' | awk -F= '{print $2}'`" - [ -z "$RET" ] && echo "cp_get_ldap_suffix: No LDAP REALM in /etc/ldap/slapd.conf" >&2 + [ -z "$RET" ] && echo "cp_get_ldap_realm: No LDAP REALM in /etc/ldap/slapd.conf" >&2 [ -z "$echo_return" ] || echo $RET CP_ECHO_RETURN="$echo_return" }