fix typo in watchdog init script
authorMatteo Croce <rootkit85@yahoo.it>
Thu, 3 Apr 2008 20:59:18 +0000 (20:59 +0000)
committerMatteo Croce <rootkit85@yahoo.it>
Thu, 3 Apr 2008 20:59:18 +0000 (20:59 +0000)
SVN-Revision: 10726

package/base-files/files/etc/init.d/watchdog

index 0821c8f4756e02d797a43df3328b4fba3cc908b0..b9286f7de4a116446bc26f28bedd56496bd595ff 100755 (executable)
@@ -3,5 +3,5 @@
 
 START=97
 start() {
-        [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+        [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
 }