diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-11-07 18:17:54 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-11-07 18:17:54 +0000 |
| commit | a104c54dc036aa983461ae5d2f992ca70efe0ac8 (patch) | |
| tree | dc0e42a0876383f0db428ffaacfcca510db3734c /etc | |
| parent | fb6dcd992906ebf06e9ad308e1c979fae87d1c6a (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.shutdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 2f5a753225a80..1d15154a29faf 100644 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -67,8 +67,8 @@ _rcshutdown_watchdog= if [ -n "$rcshutdown_timeout" ]; then debug "Initiating watchdog timer." sleep $rcshutdown_timeout && ( - _msg="$rcshutdown_timeout second watchdog" \ - " timeout expired. Shutdown terminated." + _msg="$rcshutdown_timeout second watchdog" + _msg="$_msg timeout expired. Shutdown terminated." logger -t rc.shutdown "$_msg" echo "$_msg" date |
