projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be99a84
)
redirect sysctl kern.cp_times stderr > /dev/null
author
Doug MacEachern
<dougm@hyperic.com>
Fri, 25 Sep 2009 20:25:47 +0000
(13:25 -0700)
committer
Doug MacEachern
<dougm@hyperic.com>
Fri, 25 Sep 2009 20:25:47 +0000
(13:25 -0700)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
c3fc8d7
..
56a5b26
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-265,7
+265,7
@@
AC_CHECK_HEADERS(sys/sysctl.h, [], [],
AC_MSG_CHECKING([for sysctl kern.cp_times])
if test -x /sbin/sysctl
then
- /sbin/sysctl kern.cp_times
>
/dev/null
+ /sbin/sysctl kern.cp_times
2>
/dev/null
if test $? -eq 0
then
AC_MSG_RESULT([yes])