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
da7c8e34
Commit
da7c8e34
authored
Jun 28, 2004
by
Leigh B. Stoller
Browse files
Add missing touch of isdelaynode!
parent
5390ca4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/delaysetup
View file @
da7c8e34
...
...
@@ -347,6 +347,11 @@ sub DelaySetup
close
(
DEL
);
chmod
(
0755
,
TMDELAY
);
close
(
MAP
);
# Touch this file so that we globally know that the node is a delay
# node. See routing setup. Need to avoid fastforwarding whenever we
# have link delays.
system
("
touch
"
.
ISDELAYNODE
());
#
# Now do kernel configuration. All of the above work is wasted,
...
...
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