diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-06 13:28:58 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-06 13:28:58 -0800 |
commit | 95de94cc4dc13f906007fbe1e8634835574f8ecf (patch) | |
tree | d06b5c66994b46bcccbb9bb471301094e55bd0a9 | |
parent | 6fb63ac4b13a625093646476646173559e4fea8b (diff) | |
parent | 4fc58ba2e0563d5108d46262b2abcd79d1bb5141 (diff) | |
download | vyatta-cfg-system-95de94cc4dc13f906007fbe1e8634835574f8ecf.tar.gz vyatta-cfg-system-95de94cc4dc13f906007fbe1e8634835574f8ecf.zip |
Merge branch 'master' into hollywood
-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 61730d31..a08095a1 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -53,8 +53,7 @@ fi syslog () { - - date -u "+%b %d %H:%M:%S $hostname $progname: $*" >> $LOGFILE + logger -p user.warning -t "$progname" "$*" } shopt -s extglob nullglob |