diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rl-system.init | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 5eae0ae4..812d6199 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -50,8 +50,7 @@ fi syslog () { - - date -u "+%b %d %H:%M:%S $hostname $progname: $*" >> $LOGFILE + logger -p user.warning -t "$progname" "$*" } shopt -s extglob nullglob |