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

(-)univention-samba4.orig (-1 / +11 lines)
 Lines 83-88    Link Here 
83
		exit 1
83
		exit 1
84
	fi
84
	fi
85
85
86
	test -x /etc/init.d/samba && /etc/init.d/samba restart
86
	#test -x /etc/init.d/samba && /etc/init.d/samba restart
87
	if test -x /etc/init.d/samba; then
88
		/etc/init.d/samba stop
89
		sleep 5
90
		pids=$(pgrep smbd)
91
		if [ -n "$pids" ]; then
92
			pkill -9 smbd 
93
			/etc/init.d/samba stop
94
		fi
95
		/etc/init.d/samba start
96
	fi
87
		
97
		
88
fi
98
fi

Return to bug 51535