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