diff -aur univention-lib-1.0.80.orig//shell/ucr.sh univention-lib-1.0.80/shell/ucr.sh --- univention-lib-1.0.80.orig//shell/ucr.sh 2012-02-06 10:28:16.000000000 +0100 +++ univention-lib-1.0.80/shell/ucr.sh 2012-11-15 14:47:38.936428883 +0100 @@ -29,7 +29,7 @@ is_ucr_true () { # test if UCS variable is "true" or "false" local value - value="$(univention-config-registry get "$1")" + value="$(/usr/sbin/univention-config-registry get "$1")" case "$(echo -n "$value" | tr [:upper:] [:lower:])" in 1|yes|on|true|enable|enabled) return 0 ;; 0|no|off|false|disable|disabled) return 1 ;; Nur in univention-lib-1.0.80/shell: ucr.sh~.