add missing tibinc.publishers
[unix-history] / usr / src / contrib / usr.x25 / rc.local
CommitLineData
f63d19e3
KS
1#
2# configure the x.25 interface (3com ethernet)
3#
4x25config ec0 default ieee802llc -net 3029 -ntn 8005 -maxlcn 20 -psize 256 >/dev/console
5#
6# configure the x.25 interface (dmf32 sync port)
7#
8#x25config dmf0 default -net 3020 -ntn 83200027 -maxlcn 8 -psize 256 >/dev/console
9#
10# ITI call-in server
11#
12if [ -f /etc/x29d ]; then
13 /etc/x29d -bcr datapac "/bin/login login -p -h" & echo -n ' x29d' >/dev/console
14fi
15#
16# startup three call-out servers
17#
18if [ -f /etc/nimd ]; then
19 /etc/nimd -c 1980 /dev/ptyq0 & >/dev/console
20 /etc/nimd -c 1980 /dev/ptyq1 & >/dev/console
21 /etc/nimd -c 1980 /dev/ptyq2 & >/dev/console
22 echo -n ' nimd' >/dev/console
23fi