16a17,23 > # This is the new "kernel 2.6 way" to handle the exports file > if grep -qs nfsd /proc/filesystems ; then > if ! grep -qs "^nfsd[[:space:]]/proc/fs/nfsd[[:space:]]" /proc/mounts ; then > mount -t nfsd nfsd /proc/fs/nfsd > fi > fi > 79c86,88 < /usr/sbin/exportfs -au --- > if [ "$RUNLEVEL" = "0" ]; then > /usr/sbin/exportfs -au > fi 83a93,97 > reload) > /usr/sbin/exportfs -au > sleep 2 > ;; >