|
|
1.1 root 1: :
2: : 'Serial Lines COM2 and COM4'
3: :
4: UNDEF="${UNDEF} -u a1con_ lib/al.a"
5: PATCH="${PATCH} drvl_+60=a1con_"
6: :
7: if [ -d "${DEV-/dev}" ]
8: then
9: umask 0111
10: /etc/mknod -f ${DEV-/dev}/com2l c 6 128 || exit 1
11: /etc/mknod -f ${DEV-/dev}/com2r c 6 0 || exit 1
12: /etc/mknod -f ${DEV-/dev}/com2pl c 6 192 || exit 1
13: /etc/mknod -f ${DEV-/dev}/com2pr c 6 64 || exit 1
14:
15: /etc/mknod -f ${DEV-/dev}/com4l c 6 129 || exit 1
16: /etc/mknod -f ${DEV-/dev}/com4r c 6 1 || exit 1
17: /etc/mknod -f ${DEV-/dev}/com4pl c 6 193 || exit 1
18: /etc/mknod -f ${DEV-/dev}/com4pr c 6 65 || exit 1
19: fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.