Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
bb948c63
Commit
bb948c63
authored
Nov 24, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrote nice handling to make more portable
parent
3853ff4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
scripts/safe_mysqld.sh
scripts/safe_mysqld.sh
+8
-3
No files found.
scripts/safe_mysqld.sh
View file @
bb948c63
...
@@ -159,7 +159,12 @@ then
...
@@ -159,7 +159,12 @@ then
NOHUP_NICENESS
=
`
nohup nice
2>&1
`
NOHUP_NICENESS
=
`
nohup nice
2>&1
`
if
test
$?
-eq
0
&&
test
x
"
$NOHUP_NICENESS
"
!=
x0
&&
nice
--1
echo
foo
>
/dev/null 2>&1
if
test
$?
-eq
0
&&
test
x
"
$NOHUP_NICENESS
"
!=
x0
&&
nice
--1
echo
foo
>
/dev/null 2>&1
then
then
NOHUP_NICENESS
=
"nice -n
$NOHUP_NICENESS
nohup"
if
$NOHUP_NICENESS
-gt
0
then
$NOHUP_NICENESS
=
"nice --
$NOHUP_NICENESS
nohup"
else
NOHUP_NICENESS
=
"nice -
$NOHUP_NICENESS
nohup"
fi
else
else
NOHUP_NICENESS
=
"nohup"
NOHUP_NICENESS
=
"nohup"
fi
fi
...
...
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