]> www.vanbest.org Git - sasc-ng.git/commitdiff
Fixes for init script: Check for module availability, patched kernel, do not exit...
authorJan-Pascal van Best <janpascal@vanbest.org>
Sun, 27 Jan 2013 15:55:22 +0000 (16:55 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Sun, 27 Jan 2013 15:55:22 +0000 (16:55 +0100)
debian/sasc-ng-common.sasc-ng.init

index 3c8bf96aa3891836aa3a8518f0c2a72dbd68ce7a..64303847976ad08b36095330ea399813ac80275b 100755 (executable)
@@ -29,6 +29,7 @@ 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 || exit 0
 
 # Read configuration variable file if it is present