Bug 739340

Summary: vdr-shutdown.sh won't be executed
Product: [Fedora] Fedora Reporter: Sebastian Vahl <fedora>
Component: vdrAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: ville.skytta, vpvainio
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-18 18:38:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Sebastian Vahl 2011-09-17 21:23:59 UTC
Description of problem:
It seems that the "-s|--shutdown" parameter has no effect. 
The default is "-s vdr-shutdown.sh" (in /etc/sysconfig/vdr). 
For testing purposes I've just put a "touch /tmp/test" before the other commands. But /tmp/test won't be created.
Also an other manually defined shutdown script won't be executed.

Version-Release number of selected component (if applicable):
vdr-1.6.0-40.fc15.i686

How reproducible:
ever

Steps to Reproduce:
1. modify /usr/lib/vdr/bin/vdr-shutdown.sh
2. stop vdr
3. 
  
Actual results:
no /tmp/test

Expected results:
existing /tmp/test

Additional info:

Comment 1 Sebastian Vahl 2011-09-18 18:38:15 UTC
Sorry, my mistake. This is normal behaviour. Shutting down the vdr via svdrpsend executes the script.
So closed as NOTABUG.