View | Details | Raw Unified | Return to bug 42110 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-join/joinscripthelper.lib (-3 / +3 lines)
 Lines 249-260   joinscript_init () { Link Here 
249
}
249
}
250
250
251
die () {
251
die () {
252
	rc=$?
252
    rc=$?
253
    joinscript_log_error "$@"
253
    joinscript_log_error "$@"
254
    exit $rc
254
    exit $rc
255
}
255
}
256
256
257
exec_log_failure() {
257
exec_log_failure () {
258
	local output
258
	local output
259
	local rc
259
	local rc
260
260
 Lines 271-277   exec_log_failure() { Link Here 
271
	return $rc
271
	return $rc
272
}
272
}
273
273
274
joinscript_log_error() {
274
joinscript_log_error () {
275
	local line
275
	local line
276
	echo -en "$1" | while read line; do
276
	echo -en "$1" | while read line; do
277
		if [ -n "$line" ]; then
277
		if [ -n "$line" ]; then
(-)a/services/univention-bind/debian/control (+1 lines)
 Lines 18-23   Depends: ${misc:Depends}, Link Here 
18
 univention-runit (>= 8.0.0-3),
18
 univention-runit (>= 8.0.0-3),
19
 shell-univention-lib (>= 1.0.23),
19
 shell-univention-lib (>= 1.0.23),
20
 univention-ipcalc,
20
 univention-ipcalc,
21
 univention-join (>= 9.0.3-11),
21
 univention-role-server-common (>= 12.0.0-8) | univention-container-role-server-common,
22
 univention-role-server-common (>= 12.0.0-8) | univention-container-role-server-common,
22
Description: UCS - DNS server
23
Description: UCS - DNS server
23
 This package installs a DNS server that receives its zone
24
 This package installs a DNS server that receives its zone

Return to bug 42110