|
|
1.1 ! root 1: : ! 2: : 'Serial Lines COM1 and COM3' ! 3: : ! 4: UNDEF="${UNDEF} -u a0con_ lib/al.a" ! 5: PATCH="${PATCH} drvl_+50=a0con_" ! 6: : ! 7: if [ -d "${DEV-/dev}" ] ! 8: then ! 9: umask 0111 ! 10: /etc/mknod -f ${DEV-/dev}/com1l c 5 128 || exit 1 ! 11: /etc/mknod -f ${DEV-/dev}/com1r c 5 0 || exit 1 ! 12: /etc/mknod -f ${DEV-/dev}/com1pl c 5 192 || exit 1 ! 13: /etc/mknod -f ${DEV-/dev}/com1pr c 5 64 || exit 1 ! 14: ! 15: /etc/mknod -f ${DEV-/dev}/com3l c 5 129 || exit 1 ! 16: /etc/mknod -f ${DEV-/dev}/com3r c 5 1 || exit 1 ! 17: /etc/mknod -f ${DEV-/dev}/com3pl c 5 193 || exit 1 ! 18: /etc/mknod -f ${DEV-/dev}/com3pr c 5 65 || exit 1 ! 19: fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.