]> www.vanbest.org Git - sasc-ng.git/commitdiff
init script should not check patched kernel version
authorJan-Pascal van Best <janpascal@vanbest.org>
Fri, 12 Apr 2013 10:55:24 +0000 (12:55 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Fri, 12 Apr 2013 10:55:24 +0000 (12:55 +0200)
debian/changelog
debian/sasc-ng-common.sasc-ng.init

index be0914ceaed19df4fba8c780f166ba3802ff4899..512f62f85953dade857848b1fec7238cc97f3408 100644 (file)
@@ -4,8 +4,10 @@ sasc-ng (620-11) local; urgency=low
   * Add patch to fix tuner lock bug from 
     http://dolot.kipdola.com/wiki/Install_SASC-NG#Configuring_and_compiling
   * Added nickfudge's stability patches (partially?)
+  * Prevent init script from checking -sasc in the kernel version name, using
+    a patched kernel is not necessary any more
 
- -- Jan-Pascal van Best <janpascal@vanbest.org>  Tue, 02 Apr 2013 12:54:46 +0200
+ -- Jan-Pascal van Best <janpascal@vanbest.org>  Fri, 12 Apr 2013 12:54:15 +0200
 
 sasc-ng (620-10) local; urgency=low
 
index 7a99bc14ca58e31539eaead2324817d7a42708f8..a565b6b449fb5415c0b084a33dfc021f42853969 100755 (executable)
@@ -32,15 +32,6 @@ modprobe --dry-run --quiet dvbloopback || {
   exit 0
 }
 
-# Exit if the kernel has no 'sasc' in its version name,
-# indicating it's not patched for sasc
-# TODO: check for exact kernel version
-uname -v | grep -q sasc || {
-  echo "Error: Not running a kernel patched for sasc-ng"
-  echo "Please reboot into a kernel with sasc in its version string"
-  exit 0
-}
-
 # Read configuration variable file if it is present
 [ -r /etc/default/$NAME ] && . /etc/default/$NAME