r4543 - vdr/vdr/trunk/debian

Tobias Grimm tiber-guest at alioth.debian.org
Fri May 4 21:59:06 UTC 2007


Author: tiber-guest
Date: 2007-05-04 21:59:06 +0000 (Fri, 04 May 2007)
New Revision: 4543

Modified:
   vdr/vdr/trunk/debian/vdr-groups.sh
   vdr/vdr/trunk/debian/vdr.install
Log:
moved exit into show_help function

Modified: vdr/vdr/trunk/debian/vdr-groups.sh
===================================================================
--- vdr/vdr/trunk/debian/vdr-groups.sh	2007-05-04 21:50:36 UTC (rev 4542)
+++ vdr/vdr/trunk/debian/vdr-groups.sh	2007-05-04 21:59:06 UTC (rev 4543)
@@ -81,6 +81,7 @@
     echo "The <GROUP-FILE> is the file in $DIR containing the list of groups"
     echo "vdr should be added to or removed from."
     echo
+    exit 127
 }
 
 #
@@ -92,7 +93,6 @@
 
 if [ -z $2 ] || [ ! -e $groups_file ]; then
     show_help
-    exit 127
 fi
 
 case "$action" in
@@ -104,6 +104,5 @@
         ;;
     *)
         show_help
-        exit 127
         ;;
 esac

Modified: vdr/vdr/trunk/debian/vdr.install
===================================================================
--- vdr/vdr/trunk/debian/vdr.install	2007-05-04 21:50:36 UTC (rev 4542)
+++ vdr/vdr/trunk/debian/vdr.install	2007-05-04 21:59:06 UTC (rev 4543)
@@ -27,7 +27,7 @@
 sources.conf    etc/vdr/
 svdrphosts.conf etc/vdr/
 
-debian/vdr.groups etc/vdr/groups.d
+debian/vdr.groups etc/vdr/groups.d/
 
 debian/vdr-recordingaction usr/lib/vdr/
 debian/R90.custom          etc/vdr/recording-hooks/




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