wmppp.app: Update Makefile.
[dockapps.git] / wmppp.app / INSTALL
blobae4805e1e564aef485aac1922f4f939c36e6e12a
1 Installation instructions for WMPPP.
4 NOTE!
5 --------------------------------------------------------------
6 Installing this program requires root privileges, ask your
7 local system/network administrator kindly if she/he wants
8 to install this software for you ;-)
11 Requirements
12 ----------------------------------------------------------
13 - root access
15         To be able to complete the installation you'll need
16         to make changes in the system's /etc/ directory,
17         the installation copies the GLOBAL config files
18         there, don't worry, nothing will be overwritten ;-)
21 Installation
22 --------------------------------------------------------------
23 1) % tar -zxvf wmppp-1.x.x-tar.gz
24 2) % make all
25 3) % su root
26 4) # make install
27 5) # vi ~/.wmppprc
28          set up the paths to your ppp start,
29          stop & restart scripts
31 6) % wmppp & (try 'wmppp -h &' for help)
34 Extra Install Info For Site Administrators!
35 --------------------------------------------------------------
36 For site administrators who don't want their users messing
37 up pppd's configuration files, but do want them to be able
38 to make a dialup connection, a sample system.rc file is
39 included (system.wmppprc), please take a look at it!
41 The installation will install a standard rc file in /etc
42 WITHOUT the 'force' option!  You can also create one in
43 $HOME (~/.wmpprc).
45 How it works:
47 WMPPP first scans /etc/ if there is a wmppprc present.
49 If true, it will scan if the keyword 'force' is trailing
50 a command, for example 'forceleft' instead of 'left'.
52 If the keywords 'force' are indeed trailing the 'normal'
53 commands, all user .wmppprc files will be ignored i.e.
54 OVERRIDDEN ;-)
56 If the 'force' keyword is not found in /etc/wmppprc,
57 WMPPP will scan the users home directory to see if
58 there is a valid .wmppprc available.
60 When a valid ~/.wmppprc is found, and no 'force' keyword
61 is present in /etc/wmppprc, WMPPP will use the users
62 .wmppprc file instead.
64 If no wmppprc file is found in the users home directory,
65 WMPPP will use the global one (/etc/wmppprc).
67 If NO wmppprc files are found at all, WMPPP will work,
68 but quite obvious, WMPPP won't launch your scripts.
70 Make sure there are valid and FULL pathnames in wmppprc
71 if you want WMPPP to launch your pppd scripts ;-)
74 General Notes
75 --------------------------------------------------------------
76 Note 1: If "make install" fails on your system, please edit
77         the Makefile to set the paths according to your setup.
78         Make install defaults to /usr/local/bin & /etc/ppp/.
79         You may also change these directories using the various
80         variables, e.g., make PREFIX=/usr.
82 Note 2: Please DO read the HINTS, this file contains some
83         very useful tips and hints about WMPPP.