diff options
author | schweikh <schweikh@FreeBSD.org> | 2004-06-06 11:46:29 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2004-06-06 11:46:29 +0000 |
commit | 91f34482ca182b474992ae5c488e1c4099b921ed (patch) | |
tree | 61f525058713dcef7460f57c8307ffc492c8e1d2 /etc/rc.shutdown | |
parent | 96336d4a475a5eec3779bc057475c59daa691002 (diff) | |
download | FreeBSD-src-91f34482ca182b474992ae5c488e1c4099b921ed.zip FreeBSD-src-91f34482ca182b474992ae5c488e1c4099b921ed.tar.gz |
Removed whitespace at BOF, EOL & EOF.
Diffstat (limited to 'etc/rc.shutdown')
-rw-r--r-- | etc/rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index ddb2797..5555f7d 100644 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -66,7 +66,7 @@ reverse_list() _rcshutdown_watchdog= if [ -n "$rcshutdown_timeout" ]; then debug "Initiating watchdog timer." - sleep $rcshutdown_timeout && ( + sleep $rcshutdown_timeout && ( _msg="$rcshutdown_timeout second watchdog" \ " timeout expired. Shutdown terminated." logger -t rc.shutdown "$_msg" |