Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
3cad7e12
Commit
3cad7e12
authored
Jul 12, 2005
by
Kevin Atkinson
Browse files
Force NFS to use UDP
parent
c1d62964
Changes
1
Show whitespace changes
Inline
Side-by-side
tmcd/linux/liblocsetup.pm
View file @
3cad7e12
...
...
@@ -46,7 +46,7 @@ BEGIN
#
$CP
=
"
/bin/cp
";
$EGREP
=
"
/bin/egrep -q
";
$NFSMOUNT
=
"
/bin/mount -o vers=2
";
#
Us
e NFS Version 2
, and not 3
$NFSMOUNT
=
"
/bin/mount -o vers=2
,udp
";
#
Forc
e NFS Version 2
over UDP
$UMOUNT
=
"
/bin/umount
";
$TMPASSWD
=
"
$ETCDIR
/passwd
";
$SFSSD
=
"
/usr/local/sbin/sfssd
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment