From cd4447d2693a551ea60bf52a62c3dd8bd5bacb38 Mon Sep 17 00:00:00 2001
From: Matteo Croce <rootkit85@yahoo.it>
Date: Thu, 3 Apr 2008 20:59:18 +0000
Subject: [PATCH] fix typo in watchdog init script

SVN-Revision: 10726
---
 package/base-files/files/etc/init.d/watchdog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog
index 0821c8f475..b9286f7de4 100755
--- a/package/base-files/files/etc/init.d/watchdog
+++ b/package/base-files/files/etc/init.d/watchdog
@@ -3,5 +3,5 @@
 
 START=97
 start() {
-        [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+        [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
 }
-- 
2.30.2