Blame 0084-watchdog-watchdog-stop.sh-forgot-to-add-script.patch

Harald Hoyer a66b47
From 982032fd26d4b671f36a46c0a8564122cc7fde8a Mon Sep 17 00:00:00 2001
Harald Hoyer a66b47
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer a66b47
Date: Thu, 12 Jul 2012 07:01:27 +0200
Harald Hoyer a66b47
Subject: [PATCH] watchdog/watchdog-stop.sh: forgot to add script
Harald Hoyer a66b47
Harald Hoyer a66b47
---
Harald Hoyer a66b47
 modules.d/04watchdog/watchdog-stop.sh |    2 ++
Harald Hoyer a66b47
 1 file changed, 2 insertions(+)
Harald Hoyer a66b47
 create mode 100755 modules.d/04watchdog/watchdog-stop.sh
Harald Hoyer a66b47
Harald Hoyer a66b47
diff --git a/modules.d/04watchdog/watchdog-stop.sh b/modules.d/04watchdog/watchdog-stop.sh
Harald Hoyer a66b47
new file mode 100755
Harald Hoyer a66b47
index 0000000..91d45d6
Harald Hoyer a66b47
--- /dev/null
Harald Hoyer a66b47
+++ b/modules.d/04watchdog/watchdog-stop.sh
Harald Hoyer a66b47
@@ -0,0 +1,2 @@
Harald Hoyer a66b47
+#!/bin/sh
Harald Hoyer a66b47
+[ -c /dev/watchdog ] && echo -n 'V' > /dev/watchdog