|
|
coherent
:
: Parallel Line Printers LPT1, LPT2 and LPT3
:
UNDEF="${UNDEF} -u lpcon_ lib/lp.a"
PATCH="${PATCH} drvl_+30=lpcon_"
:
if [ -d "${DEV-/dev}" ]
then
umask 0555
/etc/mknod -f ${DEV-/dev}/lpt1 c 3 0 || exit 1
/etc/mknod -f ${DEV-/dev}/lpt2 c 3 1 || exit 1
/etc/mknod -f ${DEV-/dev}/lpt3 c 3 2 || exit 1
: /bin/ln -f ${DEV-/dev}/lpt1 ${DEV-/dev}/lp || exit 1
fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.