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

(-)/etc/init.d/nfs.old (-1 / +3 lines)
Lines 92-98 Link Here
92
    [ -d /sys/class ] && {
92
    [ -d /sys/class ] && {
93
	[ -f "$NFSDFS/exports" ] || mount -t nfsd none "$NFSDFS"
93
	[ -f "$NFSDFS/exports" ] || mount -t nfsd none "$NFSDFS"
94
    }
94
    }
95
    action $"Starting NFS daemon:" $NFSD ${NFSDCOUNT:-8}
95
    [ -n "$NFSD_PORT" ] && \
96
	NFSD_OPTIONS="$NFSD_OPTIONS -p $NFSD_PORT"
97
    action $"Starting NFS daemon:" $NFSD $NFSD_OPTIONS ${NFSDCOUNT:-8}
96
}
98
}
97
99
98
stop_mountd()
100
stop_mountd()

Return to bug 9769