home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst 1995 September to December
/
CDware_Sep-Dec_1995.bin
/
.products
/
Morning-Star
/
Install
< prev
next >
Wrap
Text File
|
1995-09-04
|
907b
|
25 lines
#!/bin/sh
echo
echo "The Morning Star PPP installation assumes that you have"
echo "a group \(either in your NIS group map or in /etc/group\) called"
echo "\"ppp\". Before continuing with the install, please add such"
echo "a group in the appropriate place."
echo
echo Press any key to continue
read x
DIR=`pwd`
echo "You must be root to install MST PPP. Executing su..."
su root -c "cd /tmp; zcat $DIR/mst-ppp.tar.Z | tar xvf -; pkgadd -d /tmp mst-ppp; chgrp ppp /etc/pppd; rm -r /tmp/mst-ppp"
echo
echo "For Morning Star PPP to operate, you must get a demo license"
echo "key from Morning Star via email, phone, or fax. Read the"
echo "Trial Software page to learn how to get this key."
echo
echo "Also read the file /usr/lib/ppp/misc/README, and the pppd,"
echo "ppp.Auth, ppp.Devices, ppp.Dialers, ppp.Filter, and ppp.Systems"
echo "man pages for more installation and configuration details."
echo