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

Collapse All | Expand All

(-)nfs-kernel-server.old (+5 lines)
 Lines 59-64    Link Here 
59
# See how we were called.
59
# See how we were called.
60
case "$1" in
60
case "$1" in
61
  start)
61
  start)
62
	# check ucr autostart setting
63
	if [ -f "/usr/share/univention-config-registry/init-autostart.lib" ]; then
64
		. /usr/share/univention-config-registry/init-autostart.lib
65
		check_autostart nfs-kernel-server nfs/autostart
66
	fi
62
	if [ -f /etc/exports ]
67
	if [ -f /etc/exports ]
63
	then
68
	then
64
		do_modprobe nfsd
69
		do_modprobe nfsd

Return to bug 11559