Changed /etc/services for chat
This commit is contained in:
parent
72994392b3
commit
3f132b28b1
@ -10,6 +10,8 @@ v0.71.2 16-Jan-2005
|
||||
Start mbsetup, in screen 1.2 item 10, add your real internet
|
||||
name or IP there. This MUST be the name that is returned when
|
||||
you do a nslookup on your IP address.
|
||||
Add the following line to /etc/services:
|
||||
fido 60179/udp # chatserver
|
||||
|
||||
charset:
|
||||
Changed rfc-2045 name x-mac to mac. Changed x-ibmpc to cp437.
|
||||
|
1
SETUP.sh
1
SETUP.sh
@ -445,6 +445,7 @@ if [ "$FIDO" = "TRUE" ] || [ "$BINKD" = "TRUE" ]; then
|
||||
echo -n ", fido at ports 60177, 60179"
|
||||
echo "tfido 60177/tcp # mbcico ITN mode (alternate port)">>/etc/services
|
||||
echo "fido 60179/tcp # mbcico IFC mode">>/etc/services
|
||||
echo "fido 60179/udp # Chatserver">>/etc/services
|
||||
fi
|
||||
chmod 644 /etc/services
|
||||
echo ", done."
|
||||
|
Reference in New Issue
Block a user