summaryrefslogtreecommitdiff
path: root/plugins/sleeptimer/patches/sleeptimer-0.6-vdrshutdown.diff
blob: 9e7863326ea7d564987beafd8fbcb5617fed1914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- sleeptimer-0.6/sleeptimer.c
+++ sleeptimer-0.6/sleeptimer.c
@@ -22,3 +22,3 @@
 int Shutdown_Minutes = 0;
-char *Command = "/sbin/poweroff";
+char *Command = "svdrpsend.pl HITK Power";
 
@@ -179,3 +179,3 @@
   // Return a string that describes all known command line options.
-	return "  -e command   shutdown command (default: /sbin/poweroff)\n";
+	return "  -e command   shutdown command (default: svdrpsend.pl HITK Power)\n";
 }