r3853 - vdr/vdr/trunk/debian

Tobias Grimm tiber-guest at alioth.debian.org
Sat Jan 13 00:19:55 CET 2007


Author: tiber-guest
Date: 2007-01-13 00:19:55 +0100 (Sat, 13 Jan 2007)
New Revision: 3853

Modified:
   vdr/vdr/trunk/debian/changelog
   vdr/vdr/trunk/debian/copyright
   vdr/vdr/trunk/debian/vdr-shutdown
Log:
* Fixed shutdown script to not cause at to generate mails when a shutdown is
  scheduled for later retry - fix provided by
  Wolfgang Miller-Reichling <wolfgang at miller-reichling.de>

Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog	2007-01-12 22:41:54 UTC (rev 3852)
+++ vdr/vdr/trunk/debian/changelog	2007-01-12 23:19:55 UTC (rev 3853)
@@ -10,6 +10,9 @@
   * Removed lintian override for menu-command-not-in-package /usr/lib/menu/vdr:2
   * Added the complete list of optional patches from the vdr package at e-tobi.net
     (Ubuntu might want to use them)
+  * Fixed shutdown script to not cause at to generate mails when a shutdown is
+    scheduled for later retry - fix provided by
+    Wolfgang Miller-Reichling <wolfgang at miller-reichling.de>
 
   [ Thomas Günther ]
   * Replaced VDRdevel adaptions in debian/rules and plugin-template/rules

Modified: vdr/vdr/trunk/debian/copyright
===================================================================
--- vdr/vdr/trunk/debian/copyright	2007-01-12 22:41:54 UTC (rev 3852)
+++ vdr/vdr/trunk/debian/copyright	2007-01-12 23:19:55 UTC (rev 3853)
@@ -39,7 +39,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software 
+   along with this package; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
    MA 02110-1301, USA.
 

Modified: vdr/vdr/trunk/debian/vdr-shutdown
===================================================================
--- vdr/vdr/trunk/debian/vdr-shutdown	2007-01-12 22:41:54 UTC (rev 3852)
+++ vdr/vdr/trunk/debian/vdr-shutdown	2007-01-12 23:19:55 UTC (rev 3853)
@@ -45,7 +45,7 @@
     if [ $TRY_AGAIN -gt 0 ]
     then
         $log "$shutdownhook requests to try again in $TRY_AGAIN minutes" 
-        echo "$svdrpsend HITK Power" | at now + $TRY_AGAIN minutes
+        echo "$svdrpsend \"HITK Power\" > /dev/null" | at now + $TRY_AGAIN minutes
         osdmsg "Shutdown aborted. Retry in $TRY_AGAIN minutes." &
         exit 0
     fi




More information about the pkg-vdr-dvb-changes mailing list