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
f136cb4a
Commit
f136cb4a
authored
Sep 23, 2000
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Plain Diff
merge nohup niceness changes
parents
f3ca19b7
17556153
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+2
-1
configure.in
configure.in
+3
-3
No files found.
BitKeeper/etc/logging_ok
View file @
f136cb4a
...
...
@@ -6,9 +6,9 @@ jcole@jcole.burghcom.com
jcole@tetra.bedford.progress.com
jcole@tetra.spaceapes.com
matt@work.mysql.com
mwagner@evoq.home.mwagner.org
monty@donna.mysql.com
monty@work.mysql.com
mwagner@evoq.home.mwagner.org
paul@central.snake.net
paul@work.mysql.com
sasha@mysql.sashanet.com
...
...
@@ -17,5 +17,6 @@ serg@infomag.ape.relarn.ru
serg@work.mysql.com
sinisa@work.mysql.com
tim@localhost.polyesthetic.msg
tim@threads.polyesthetic.msg
tim@work.mysql.com
tonu@work.mysql.com
configure.in
View file @
f136cb4a
...
...
@@ -341,13 +341,13 @@ AC_PATH_PROG(KILL, kill, kill)
AC_MSG_CHECKING
(
"for kill switches"
)
if
$ac_cv_path_KILL
-0
$$
then
CHECK_PID
=
"
$ac_cv_path_KILL
-0
\$\$
PID"
CHECK_PID
=
"
$ac_cv_path_KILL
-0
\$\$
PID
> /dev/null 2>&1
"
elif
kill
-s
0
$$
then
CHECK_PID
=
"
$ac_cv_path_KILL
-s 0
\$\$
PID"
CHECK_PID
=
"
$ac_cv_path_KILL
-s 0
\$\$
PID
> /dev/null 2>&1
"
else
AC_MSG_WARN
([
kill
-0
to check
for
pid seems to fail]
)
CHECK_PID
=
"
$ac_cv_path_KILL
-s SIGCONT
\$\$
PID"
CHECK_PID
=
"
$ac_cv_path_KILL
-s SIGCONT
\$\$
PID
> /dev/null 2>&1
"
fi
AC_SUBST
(
CHECK_PID
)
AC_MSG_RESULT
(
"
$CHECK_PID
"
)
...
...
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