From 42973d2b15b8c4cf42f5e5dca3dcda21f64c8f56 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 13 Jun 2006 14:48:09 +0000 Subject: Correct regex to locate PWC driver. git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@19 8f53b18a-e215-0410-8885-9f593d34873e --- addons/x11phonehome/etc/init.d/local-phonehome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/x11phonehome/etc/init.d/local-phonehome b/addons/x11phonehome/etc/init.d/local-phonehome index b825650..d6b12a4 100755 --- a/addons/x11phonehome/etc/init.d/local-phonehome +++ b/addons/x11phonehome/etc/init.d/local-phonehome @@ -36,7 +36,7 @@ d_start() { # Dirty hack to overload newer PWC driver insmod $(find /lib/modules/ -name videodev.ko) || true - insmod $(find /lib/modules/ -regex '/media/pwc\.ko') || true + insmod $(find /lib/modules/ -regex '.*/media/pwc\.ko') || true # /usr/bin/motion simpleopal -lanVIX h323:192.168.102.160 -- cgit v1.2.3