[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#446441: Info received (xserver-xorg: The problem is in regexp)



On Fri, Oct 19, 2007 at 10:00:45AM +0900, Michal Čihař wrote:
> diff -ruNp xorg-7.3+2.orig/debian/xserver-xorg.postinst.in xorg-7.3+2/debian/xserver-xorg.postinst.in
> --- xorg-7.3+2.orig/debian/xserver-xorg.postinst.in	2007-09-17 05:21:48.000000000 +0900
> +++ xorg-7.3+2/debian/xserver-xorg.postinst.in	2007-10-19 09:59:11.000000000 +0900
> @@ -778,7 +778,7 @@ if [ -n "$FIRSTINST" ] || [ -n "$RECONFI
>          # v4l is not a display driver, and dummy is for advanced users.
>          DRIVER_LIST="$(find $REAL_DRIVER_DIRS -name '*_drv.*' \
>                         | sed 's|^.*/\([^/]*\)_drv\.[^\._]*|\1|g' \
> -                       | egrep -v '(atimisc|dummy|r128|radeon|v4l)' | sort -u | xargs \
> +                       | egrep -v '(atimisc|dummy|r128|radeon|v4l)$' | sort -u | xargs \

Please add a '^' there as well, or we might get the same problem again.

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)




Reply to: