log_error "--syslog requested, but no 'logger' program found. Please ensure that 'logger' is in your PATH, or do not specify the --syslog option to mysqld_safe."
exit 1
...
...
@@ -878,7 +849,7 @@ fi
if @TARGET_LINUX@ &&test$flush_caches-eq 1
then
# Locate sync, ensure it exists.
if!my_which sync> /dev/null 2>&1
if!command-vsync> /dev/null
then
log_error "sync command not found, required for --flush-caches"
exit 1
...
...
@@ -890,7 +861,7 @@ then
fi
# Locate sysctl, ensure it exists.
if!my_which sysctl > /dev/null 2>&1
if!command-v sysctl > /dev/null
then
log_error "sysctl command not found, required for --flush-caches"