reopen 502824
thanks
* Chris Lamb [Tue, 21 Oct 2008 00:03:02 +0100]:
> tags 502824 +pending
> thanks
> Hi,
> The attached file is the diff for my alevt 1:1.6.1-10.1 NMU. The associated
> changelog entry is:
> alevt (1:1.6.1-10.1) unstable; urgency=medium
> * Non-maintainer upload.
> * Add support in postinst for building video4linux devices in
> /dev/.static as well as /dev. (Closes: #502824)
The proposed patch is not correct, it should do something like:o
if [ -x /dev/MAKEDEV ]; then
echo "creating video4linux devices in ${DIR}..."
/dev/MAKEDEV video4linux
fi
Instead of messing with /dev/.static. MAKEDEV will take care of creating
devices in /dev/.static when it detects that udev is active.
Cheers,
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Compay Segundo - Son de negros en Cuba
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]