Installation instructions for YAWMPPP. 

Upgrading ?
-----------
If so, just follow the usual INSTALL instructions, run
yawmppp.pref and click Ok or Apply. It will not
damage your previous versions' ISP entries or log, and will write the
new pppd command line to your ~/.yawmppp scripts.

Just notice that if you chmod'ed the files in ~/.yawmppp to
prevent yawmppp from overwriting your manual changes, the
new version will not be able to add new data to them, ok ?

NOTE!
--------------------------------------------------------------
Installing this program requires root privileges, ask your 
local system/network administrator kindly if she/he wants
to install this software for you ;-)

you need root access for installation.

What the installation will do
----------------------------------------------------------

	The installation requires a couple of programs to
        be copied to /etc/ppp:

        /etc/ppp/yagetmodemspeed
        /etc/ppp/managednsonthefly

        and will also copy two icons to /usr/local/share/icons

        the yawmppp binaries will be installed in
        /usr/local/bin (you can change the /usr/local prefix,
        see below)

        /usr/local/bin/yawmppp
        /usr/local/bin/yawmppp.pref
        /usr/local/bin/yawmppp.log

        the documentation will be installed in
        /usr/local/doc/yawmppp-<version>

        and yawmppp's man page will be placed in
        /usr/local/man/man1 

        The installation will also make a backup copy of /etc/named.boot
        to root's home (usually /root), because yawmppp rewrites it on
        every connection to get your DNS queries forwarded to your ISP.
        DON'T WORRY: it will only change the "forwarders" line and add
        one comment line to the top on connection, and change back the
        forwarders line and remove the comment on disconnection.

Installation
--------------------------------------------------------------
1) % tar zxvf yawmppp-1.x.x.tar.gz
2) % cd yawmppp-1.x.x
3) % ./configure
4) % make
5) % su
6) # make install

As non-privileged user:

7) % yawmppp & (try 'yawmppp -h &' for help) 

If you have no ISP entries configured you'll see the wmppp.pref
GUI.

FreeBSD note: if configure fails to find the X11 includes you may have
to use the --with-x-includes=DIR option, type "configure --help" for
information.

Extras
--------------------------------------------------------------

Changing the prefix: if you want the binaries to be installed
somewhere else than /usr/local, do a

./configure --prefix=/where/I/want/the/prefix/to/be

in the 3) step above.
