if [ ! -f /usr/lib/tslibrc ]
then echo '
#	/usr/lib/tslibrc

# Blank lines and text beginning with "#" are ignored.

# This is a list of one or more hosts offering Telephony Services via TCP/IP.
# Either domain name or IP address may be used; default port number is 450
# The form is: host_name [port_number]  For example:

tserver.mydomain.com	450	# domain name style
127.0.0.1		450	# dotted-decimal IP address

# replace the above samples with the actual Telephony Server address(es).

# Individual users may override the contents of this file by setting
# the TSLIBRC environment variable to the pathname of an alternate
# server list (in this same format) or by creating a ".tslibrc" file
# in their $HOME directory.
' >/usr/lib/tslibrc
fi
