cvs commit: ports/emulators/linux_base Makefile
Kris Kennaway
kris at obsecurity.org
Mon Dec 27 22:16:28 PST 2004
On Tue, Dec 28, 2004 at 06:09:02AM +0000, David E. O'Brien wrote:
> | do-install:
> | +# Make sure we have a /dev/null in the chrooted environment.
> | + @${MKDIR} ${LINUXBASE}/dev
> | + @${RM} -f ${LINUXBASE}/dev/null
> | + @mknod ${LINUXBASE}/dev/null c 2 2
> | + @${CHMOD} 666 ${LINUXBASE}/dev/null
Will this work on 6.x? I thought device nodes were deprecated outside
of devfs.
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20041227/4c5c629b/attachment.bin
More information about the cvs-all
mailing list