diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 14:48:09 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-13 14:48:09 +0000 |
commit | 42973d2b15b8c4cf42f5e5dca3dcda21f64c8f56 (patch) | |
tree | a9c71588799bea48a0c88371650e18b89bd831dc /addons | |
parent | 8bd77cceca40eac757ba732b589375593d734504 (diff) |
Correct regex to locate PWC driver.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@19 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'addons')
-rwxr-xr-x | addons/x11phonehome/etc/init.d/local-phonehome | 2 |
1 files changed, 1 insertions, 1 deletions
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 |