Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ed1804d3
Commit
ed1804d3
authored
May 02, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Direct output to the console instead of /dev/null. Maybe we will learn
something useful, although I doubt it.
parent
1044fcf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pxe/bootinfo.restart.in
pxe/bootinfo.restart.in
+1
-1
tmcd/tmcd.restart.in
tmcd/tmcd.restart.in
+1
-1
No files found.
pxe/bootinfo.restart.in
View file @
ed1804d3
...
...
@@ -3,5 +3,5 @@
DIR
=
@prefix@/sbin
killall bootinfo
${
DIR
}
/bootinfo
>
/dev/null 2>&1 &
${
DIR
}
/bootinfo
tmcd/tmcd.restart.in
View file @
ed1804d3
...
...
@@ -3,5 +3,5 @@
DIR
=
@prefix@/sbin
killall tmcd
${
DIR
}
/tmcd
>
/dev/null 2>&1 &
${
DIR
}
/tmcd
Write
Preview
Markdown
is supported
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