Package:  Automake1.8
Version:  1.8.5-3

When attempting to build Automake1.8 from source, with apt-build install
automake1.8, the compile and install works as expected but with the
added corruption of the /dev/null device.  /dev/null is changed from a
character device to a regular file and with permissions changed.

crw-rw---- 1 root root 1, 3 2006-06-15 08:40 /dev/null


After compilation and install:

>apt-build install automake1.8

-rwx------ 1 root root  0 2006-06-15 08:42 /dev/null


This can be manually corrected with:

>rm /dev/null
>mknod -m 660 /dev/null c 1 3


Can this be added to the post-install scripts?

Thank you!




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

Reply via email to