ubuntu: fix incorrect syntax in nfs-common file
This commit is contained in:
parent
4a7463802e
commit
708d807cc1
@ -42,13 +42,13 @@ Verbosity = 5
|
|||||||
EOC
|
EOC
|
||||||
|
|
||||||
cat > /etc/default/nfs-common << EOC
|
cat > /etc/default/nfs-common << EOC
|
||||||
NEED_STATD=y
|
NEED_STATD=yes
|
||||||
|
|
||||||
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
|
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
|
||||||
NEED_IDMAPD=y
|
NEED_IDMAPD=yes
|
||||||
|
|
||||||
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
|
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
|
||||||
NEED_GSSD=y
|
NEED_GSSD=yes
|
||||||
EOC
|
EOC
|
||||||
|
|
||||||
echo NEED_SVCGSSD=y > /etc/default/nfs-kernel-server
|
echo NEED_SVCGSSD=y > /etc/default/nfs-kernel-server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user