Skip to content
GitLab
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
ca2b4e6b
Commit
ca2b4e6b
authored
Mar 01, 2016
by
Mike Hibler
Browse files
Use an absolute path for "daemon".
parent
7b0c05c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
rc.d/2.mysql-server.sh.in
View file @
ca2b4e6b
...
...
@@ -68,7 +68,7 @@ case "$1" in
# its grant tables, even though it was started
# with --skip-grant-tables. Breaks everything.
#
daemon
-f
$safeprog
$options
/usr/sbin/
daemon
-f
$safeprog
$options
else
$safeprog
$options
>
/dev/null 2>&1 &
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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