diff options
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | scripts/rl-system.init | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index d950155d..3d4965c5 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Depends: bash (>= 3.1), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), vyatta-cfg, sysv-rc, ntp, sysklogd, busybox, ssh, whois, sudo, - snmpd, keepalived, vyatta-bash, bridge-utils + snmpd, keepalived, vyatta-bash, bridge-utils, tshark Suggests: util-linux (>= 2.13-5), net-tools, ethtool, 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 |