[vdr] 01/03: Fixed typo in systemd service causing the reccmds merging to fail
    Tobias Grimm 
    tiber-guest at moszumanska.debian.org
       
    Sun Nov 15 20:05:11 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch e-tobi
in repository vdr.
commit 5d2cbdc7519cb57d1211bc1004b97bef7ce82e9f
Author: Tobias Grimm <etobi at debian.org>
Date:   Sun Nov 15 20:42:22 2015 +0100
    Fixed typo in systemd service causing the reccmds merging to fail
---
 debian/vdr.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/vdr.service b/debian/vdr.service
index 8053d5d..5fa72fd 100644
--- a/debian/vdr.service
+++ b/debian/vdr.service
@@ -4,7 +4,7 @@ Description=Video Disk Recorder
 [Service]
 Type=notify
 ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh "commands"
-ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh "recmds"
+ExecStartPre=/bin/sh /usr/lib/vdr/merge-commands.sh "reccmds"
 ExecStart=/usr/bin/vdr
 Restart=on-failure
 RestartPreventExitStatus=0 2
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git
    
    
More information about the pkg-vdr-dvb-changes
mailing list