Contact cannot be a null ptr, and it is accessed before anyway. Disscussed with kedge.
[kdenetwork.git] / kppp / INSTALL
bloba207c1e1731f54e36549bc0b700d65459cb32576
1 $Id$
3 It is assumed that you have already successfully installed pppd.
4 For more info see the PPP-HOWTO.
6 INSTALLATION:
8 ./configure
10 Now check the kppp/config.h file ( Linux users should be fine )
11 then:
13 make 
14 make install
16 o If you run "make install" as root the kppp binary will be installed
17   setuid root. Otherwise you can do this on your own:
18   cd $(KDEDIR)/bin ; chown root kppp; chmod +s kppp. This might not 
19   be absolutely necessary ( depending on the permissions 
20   set on the modem device, /etc/resolv.conf etc. but if you can 
21   afford to, this will make your life much easier.
23 o if you can't give kppp setuid permission, here is the deal:
24   In order for kppp to be able to update /etc/resolv.conf,
25   /etc/ppp/pap-secrets or /etc/ppp/chap-secrets, respectively,
26   the users of kppp must have write permissions to these files 
27   and of course the modem device. It's up to you to figure
28   the right permissions. ;-)
30 o make sure that the pppd's option file which usually resides
31   in /etc/ppp/ exists, but is empty. pppd wants it to exist,
32   but we don't want pppd to take any options from it. kppp 
33   will hand pppd the necessary options.
35 o when you run kppp for the first time you need to create and
36   configure kppp for you ISP account. I hope kppp was written 
37   so that you will have no difficutlies understanding the many 
38   options offered. Please make use of the html help documentation
39   if you have questions.
41   
42 that's it, 
43 happy dialing!
45 Bernd Wuebben           Mario Weilguni          Harri Porten
46 wuebben@kde.org         mweilguni@kde.org       porten@kde.org