File: INSTALL

package info (click to toggle)
wmppp.app 1.3.0-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 248 kB
  • ctags: 159
  • sloc: ansic: 1,132; makefile: 70; sh: 30
file content (82 lines) | stat: -rw-r--r-- 2,575 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Installation instructions for WMPPP. 


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


Requirements
----------------------------------------------------------
- root access

	To be able to complete the installation you'll need
	to make changes in the system's /etc/ directory,
	the installation copies the GLOBAL config files
	there, don't worry, nothing will be overwritten ;-)


Installation
--------------------------------------------------------------
1) % tar -zxvf wmppp-1.x.x-tar.gz
2) % cd wmppp.app/
3) % make all
4) % su root
5) # make install
6) # vi ~/.wmppprc
	 set up the paths to your ppp start,
	 stop & restart scripts

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


Extra Install Info For Site Administrators!
--------------------------------------------------------------
For site administrators who don't want their users messing
up pppd's configuration files, but do want them to be able
to make a dialup connection, a sample system.rc file is 
included (system.wmppprc), please take a look at it!

The installation will install standard rc files in $HOME 
and /etc/ WITHOUT the 'force' option!

How it works:

WMPPP first scans /etc/ if there is a wmppprc present. 
 
If true, it will scan if the keyword 'force' is trailing
a command, for example 'forceleft' instead of 'left'.

If the keywords 'force' are indeed trailing the 'normal'
commands, all user .wmppprc files will be ignored i.e. 
OVERRIDDEN ;-)

If the 'force' keyword is not found in /etc/wmppprc,
WMPPP will scan the users home directory to see if
there is a valid .wmppprc available.

When a valid ~/.wmppprc is found, and no 'force' keyword
is present in /etc/wmppprc, WMPPP will use the users
.wmppprc file instead.

If no wmppprc file is found in the users home directory,
WMPPP will use the global one (/etc/wmppprc).

If NO wmppprc files are found at all, WMPPP will work,
but quite obvious, WMPPP won't launch your scripts.

Make sure there are valid and FULL pathnames in wmppprc
if you want WMPPP to launch your pppd scripts ;-)


General Notes
--------------------------------------------------------------
Note 1: If "make install" fails on your system, please edit
        the Makefile to set the paths according to your setup.
        Make install defaults to /usr/local/bin & /etc/ppp/.

Note 2: Please DO read the HINTS, this file contains some
        very usefull tips and hints about WMPPP.