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

Collapse All | Expand All

(-)debian/univention-nfs-server.univention-config-registry-variables (+6 lines)
Line 0    Link Here 
1
	[nfs/autostart]
2
	Description[de]=Automatischer Start des NFS-Dienstes beim Systemstart
3
	Description[en]=Automatically start of the NFS-service at system startup
4
	Type=str
5
	Categories=nfs
6
(-)conffiles/etc/init.d/nfs-kernel-server (+5 lines)
 Lines 62-67    Link Here 
62
# See how we were called.
62
# See how we were called.
63
case "$1" in
63
case "$1" in
64
  start)
64
  start)
65
	# check ucr autostart setting
66
	if [ -f "/usr/share/univention-config-registry/init-autostart.lib" ]; then
67
		source "/usr/share/univention-config-registry/init-autostart.lib"
68
		check_autostart nfs-kernel-server nfs/autostart
69
	fi
65
	cd /	# daemons should have root dir as cwd
70
	cd /	# daemons should have root dir as cwd
66
	if egrep -q '^["]{0,1}/' /etc/exports
71
	if egrep -q '^["]{0,1}/' /etc/exports
67
	then
72
	then

Return to bug 11559