From: Jan-Pascal van Best Date: Fri, 12 Apr 2013 10:55:24 +0000 (+0200) Subject: init script should not check patched kernel version X-Git-Tag: debian/620-13~2 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=34e5f6b249ec65ddd14e80e4cd0ab8322b1ab249;p=sasc-ng.git init script should not check patched kernel version --- diff --git a/debian/changelog b/debian/changelog index be0914c..512f62f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 02 Apr 2013 12:54:46 +0200 + -- Jan-Pascal van Best Fri, 12 Apr 2013 12:54:15 +0200 sasc-ng (620-10) local; urgency=low diff --git a/debian/sasc-ng-common.sasc-ng.init b/debian/sasc-ng-common.sasc-ng.init index 7a99bc1..a565b6b 100755 --- a/debian/sasc-ng-common.sasc-ng.init +++ b/debian/sasc-ng-common.sasc-ng.init @@ -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