Also, the flow in the code is fixed, at the beginning of /etc/init.d
/nfs-kernel-server it should look like:


DEFAULTFILE=/etc/default/nfs-kernel-server

if [ -f $DEFAULTFILE ]; then
    . $DEFAULTFILE
fi

RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS="-p 32771 -g"
NEED_SVCGSSD=no
RPCSVCGSSDOPTS=
PROCNFSD_MOUNTPOINT=/proc/fs/nfsd


This will allow the sourcing of /etc/default/nfs-kernel-server first, then 
defining what you want here.

Cheerio,
Narnie

-- 
cannot set mountd port from nfs-kernel-server
https://bugs.launchpad.net/bugs/423489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to