rpms/vdr/devel vdr-shutdown.sh, 1.3, 1.3.2.1 vdr.sysconfig, 1.5.2.2, 1.5.2.3 vdr.spec, 1.23.2.7, 1.23.2.8

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Apr 7 15:06:26 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/vdr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10458

Modified Files:
      Tag: vdr-1_6-test
	vdr-shutdown.sh vdr.sysconfig vdr.spec 
Log Message:
Decrease default wakeup delay before a timed recording to 10 minutes.


Index: vdr-shutdown.sh
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr-shutdown.sh,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- vdr-shutdown.sh	17 Mar 2008 19:53:15 -0000	1.3
+++ vdr-shutdown.sh	7 Apr 2008 15:05:47 -0000	1.3.2.1
@@ -11,7 +11,7 @@
 # Some CI/CAM's take a long time to initialize so we use a pretty generous
 # value here by default.
 
-mins=${VDR_WAKEUP_BEFORE_RECORDING:-30}
+mins=${WAKEUP_BEFORE_RECORDING:-10}
 
 file=/var/lib/vdr/acpi-wakeup
 rm -f $file


Index: vdr.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr.sysconfig,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- vdr.sysconfig	7 Apr 2008 15:03:20 -0000	1.5.2.2
+++ vdr.sysconfig	7 Apr 2008 15:05:47 -0000	1.5.2.3
@@ -55,7 +55,7 @@
 # Some CI/CAM combinations can take quite a long time to initialize, so
 # we default to a pretty generous value here.
 #
-VDR_WAKEUP_BEFORE_RECORDING=30
+WAKEUP_BEFORE_RECORDING=10
 
 # For debugging: allow vdr to dump core.  Note that depending on the operating
 # environment, core dumps from setuid processes may be a security issue.


Index: vdr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr.spec,v
retrieving revision 1.23.2.7
retrieving revision 1.23.2.8
diff -u -r1.23.2.7 -r1.23.2.8
--- vdr.spec	7 Apr 2008 15:01:00 -0000	1.23.2.7
+++ vdr.spec	7 Apr 2008 15:05:47 -0000	1.23.2.8
@@ -489,6 +489,7 @@
 * Mon Apr  7 2008 Ville Skyttä <ville.skytta at iki.fi>
 - Apply "unofficial" timercmd patch from HoochVDR.
 - Apply Luca Olivetti's DXR3 subtitle compatibility patch.
+- Decrease default wakeup delay before a timed recording to 10 minutes.
 
 * Sun Apr  6 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-0.4
 - Obsolete vdr-subtitles.




More information about the scm-commits mailing list