* Adeodato Simó [Wed, 22 Oct 2008 12:01:08 +0200]:

>    if [ -x /dev/MAKEDEV ]; then
>      echo "creating video4linux devices in ${DIR}..."
>      /dev/MAKEDEV video4linux
>    fi

Arg, let me fix:

   if [ -x /dev/MAKEDEV ]; then
     echo "creating video4linux devices..."
     cd /dev
     ./MAKEDEV video4linux
   fi

(One has to cd /dev.)

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
- I love you, Shirley, I'm not ashamed to say.
- If you love me, then you'll want me to be happy. Even if I'm not with you.
- I don't love you *that* much.
                -- Denny Crane and Shirley Schmidt




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to