File: README

package info (click to toggle)
pptpd 1.2.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 908 kB
  • ctags: 786
  • sloc: ansic: 4,951; sh: 613; perl: 157; makefile: 127
file content (30 lines) | stat: -rw-r--r-- 774 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
Poptop README
-------------

You *must* do a 'make install' or Poptop will *NOT* find the binaries!
See INSTALL for generic compile/install instructions, and run
"./configure --help" for a list of valid options, or just type:

./configure
make
make install

(make install copies the binaries to /usr/local/sbin, so you better be root)

To run Poptop simply type: 'pptpd' (or /usr/local/sbin/pptpd if you don't
have /usr/local/sbin in your path).

You may specify a number of options on the command line to change
how Poptop launches PPP.

Type: 'pptpd -h' for options you may specify on the command line.

A sample config file is in samples/

For more help look in html/
or visit the Poptop web site at: http://poptop.sourceforge.net/


Good Luck!

-Poptop Development Team