* Adeodato Simó [Wed, 22 Oct 2008 12:02:37 +0200]:

> The patch should do something like:

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

Oops, there was one mistake in that, one has to cd /dev, as in:

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

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
If there is a sin against life, it consists perhaps not so much in
despairing of life as in hoping for another life and in eluding the
implacable grandeur of this life.
                -- Albert Camus




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

Reply via email to