Dialogic® SS7G21 and SS7G22 Signaling Servers Hardware Manual Issue 7

Chapter 13: Software Licensing Information

This chapter gives important information relating to licensed software used by these products.

13.1Linux Software Distribution

This product uses a Linux software distribution. The distribution and full source code can be downloaded from:

ftp://archive.download.redhat.com/pub/redhat/linux/9/en/iso/i386

In addition, the rc.local file has been modified and is shown below.

#!/bin/sh

#

#This script will be executed *after* all the other init scripts.

#You can put your own initialization stuff in here if you don't

#want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

# Additional

if test -r /root/firstboot then

/root/firstboot rm /root/firstboot shutdown -r now

fi

#

sysctl -w kernel/msgmni=128 sysctl -w kernel/msgmnb=65536 if test -r /etc/rc.d/rc.new then

echo Updating rc.dkl rm -f /etc/rc.d/rc.dkl

mv /etc/rc.d/rc.new /etc/rc.d/rc.dkl chmod +x /etc/rc.d/rc.dkl

fi /etc/rc.d/rc.dkl &

13.2GNU 'C' Library

This product uses the GNU 'C' Library as distributed in the software distribution mentioned in Section 13.1 above. The GNU 'C' Library is licensed subject to the GNU Lesser General Public License (LGPL) Version 2.1, February 1999, available at:

http://www.fsf.org/licenses/lgpl.html

Full source code for the library can be downloaded from:

ftp://archive.download.redhat.com/pub/redhat/linux/9/en/iso/i386

81

Page 81
Image 81
Dialogic SS7G22, SS7G21 manual Software Licensing Information, Linux Software Distribution, GNU C Library