Changed /etc/services for chat

This commit is contained in:
Michiel Broek 2005-05-08 12:56:21 +00:00
parent 72994392b3
commit 3f132b28b1
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ v0.71.2 16-Jan-2005
Start mbsetup, in screen 1.2 item 10, add your real internet 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 name or IP there. This MUST be the name that is returned when
you do a nslookup on your IP address. you do a nslookup on your IP address.
Add the following line to /etc/services:
fido 60179/udp # chatserver
charset: charset:
Changed rfc-2045 name x-mac to mac. Changed x-ibmpc to cp437. Changed rfc-2045 name x-mac to mac. Changed x-ibmpc to cp437.

View File

@ -445,6 +445,7 @@ if [ "$FIDO" = "TRUE" ] || [ "$BINKD" = "TRUE" ]; then
echo -n ", fido at ports 60177, 60179" echo -n ", fido at ports 60177, 60179"
echo "tfido 60177/tcp # mbcico ITN mode (alternate port)">>/etc/services echo "tfido 60177/tcp # mbcico ITN mode (alternate port)">>/etc/services
echo "fido 60179/tcp # mbcico IFC mode">>/etc/services echo "fido 60179/tcp # mbcico IFC mode">>/etc/services
echo "fido 60179/udp # Chatserver">>/etc/services
fi fi
chmod 644 /etc/services chmod 644 /etc/services
echo ", done." echo ", done."