Commit c606f978 authored by System Administrator's avatar System Administrator Committed by Vitaly Lipatov

add fix_syslog.sh

parent 00aed74a
#!/bin/sh
SYSLOG=/etc/syslog.conf
ex()
{
#vzctl exec 50 "$@"
./run_on_all.sh "$@"
}
ex "service syslogd restart"
#ex "subst 's| /var/log/syslog/alert| -/var/log/syslog/alert|g' $SYSLOG"
#ex "subst 's|^\(\*\.\*\)|#\1|g' $SYSLOG"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment