View | Details | Raw Unified | Return to bug 48823
Collapse All | Expand All

(-)a/services/univention-ldb-modules/debian/libunivention-ldb-modules.postinst (-1 / +2 lines)
 Lines 40-46   case "$1" in Link Here 
40
			:
40
			:
41
		else
41
		else
42
			if test -x /etc/init.d/samba; then
42
			if test -x /etc/init.d/samba; then
43
				invoke-rc.d --query samba ## check policy-rc.d
43
				## check policy-rc.d
44
				invoke-rc.d --query samba status
44
				rc=$?
45
				rc=$?
45
				if [ "$rc" -eq 104 ] || [ "$rc" -eq 100 ]; then
46
				if [ "$rc" -eq 104 ] || [ "$rc" -eq 100 ]; then
46
					/etc/init.d/samba restart
47
					/etc/init.d/samba restart

Return to bug 48823