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
f333cfac
Commit
f333cfac
authored
Aug 02, 2007
by
Mike Hibler
Browse files
comment
parent
624ee3c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/bootvnodes
View file @
f333cfac
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# All rights reserved.
#
use
Getopt::
Std
;
...
...
@@ -259,6 +259,8 @@ system("sysctl vfs.nfs.eacces_retry_enable=1 >/dev/null 2>&1");
# activity in another, the latter may be randomly killed off.
#
# Elegant solution: rename the mountd.pid file so mount cannot find it!
# XXX hmm...mountd_sux hack above should take care of this, and we need
# to hup mountd when we modify the exports file.
#
rename
("
/var/run/mountd.pid
",
"
/var/run/mountd.thisreallysux
")
if
(
-
e
"
/var/run/mountd.pid
");
...
...
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