Blob Blame History Raw
--- rp-pppoe-3.8/man/pppoe.conf.5.orig	2007-03-20 18:57:28.000000000 +0100
+++ rp-pppoe-3.8/man/pppoe.conf.5	2007-03-20 19:00:20.000000000 +0100
@@ -4,16 +4,16 @@
 .TH PPPOE.CONF 5 "21 February 2000"
 .UC 4
 .SH NAME
-pppoe.conf \- Configuration file used by \fBpppoe-start\fR(8),
+ifcfg-ppp0 \- Configuration file used by \fBpppoe-start\fR(8),
 \fBpppoe-stop\fR(8), \fBpppoe-status(8)\fR and \fBpppoe-connect\fR(8).
 
 .SH DESCRIPTION
-\fB/etc/ppp/pppoe.conf\fR is a shell script which contains configuration
+\fB/etc/sysconfig/network-scripts/ifcfg-ppp0\fR is a shell script which contains configuration
 information for Roaring Penguin's PPPoE scripts.  Note that \fBpppoe.conf\fR
 is used only by the various pppoe-* shell scripts, not by \fBpppoe\fR
 itself.
 
-\fBpppoe.conf\fR consists of a sequence of shell variable assignments.
+\fBifcfg-ppp0\fR consists of a sequence of shell variable assignments.
 The variables and their meanings are:
 
 .TP
@@ -56,11 +56,10 @@
 IP addresses of DNS servers if you use DNSTYPE=SPECIFY.
 
 .TP
-.B NONROOT
-If the line \fBNONROOT=OK\fR (exactly like that; no whitespace or comments)
-appears in the configuration file, then \fBpppoe-wrapper\fR will allow
-non-root users to bring the conneciton up or down.  The wrapper is installed
-only if you installed the rp-pppoe-gui package.
+.B USERCTL
+If the line \fBUSERCTL=yes\fR (exactly like that; no whitespace or comments)
+appears in the configuration file, then \fB/sbin/ifup\fR will allow
+non-root users to bring the conneciton up or down.
 
 .TP
 .B USEPEERDNS
--- rp-pppoe-3.8/man/pppoe-setup.8.orig	2007-03-20 18:54:49.000000000 +0100
+++ rp-pppoe-3.8/man/pppoe-setup.8	2007-03-20 18:55:59.000000000 +0100
@@ -9,8 +9,9 @@
 
 .SH DESCRIPTION
 \fBpppoe-setup\fR is a shell script which prompts you for various pieces
-of information and sets up an /etc/ppp/pppoe.conf configuration script
-for the \fBpppoe-start\fR, \fBpppoe-stop\fR and \fBpppoe-connect\fR scripts.
+of information and sets up an /etc/sysconfig/network-scripts/ifcfg-ppp0
+configuration script for the \fBpppoe-start\fR, \fBpppoe-stop\fR and
++\fBpppoe-connect\fR scripts.
 
 .SH AUTHOR
 \fBpppoe-setup\fR was written by David F. Skoll <dfs@roaringpenguin.com>.
--- rp-pppoe-3.8/man/pppoe-connect.8.orig	2007-03-20 18:54:20.000000000 +0100
+++ rp-pppoe-3.8/man/pppoe-connect.8	2007-03-20 18:54:40.000000000 +0100
@@ -14,7 +14,8 @@
 .SH DESCRIPTION
 \fBpppoe-connect\fR is a shell script which manages a PPPoE connection
 using the Roaring Penguin user-space PPPoE client.  If you omit
-\fIconfig_file\fR, the default file \fB/etc/ppp/pppoe.conf\fR is used.
+\fIconfig_file\fR, the default file
+\fB/etc/sysconfig/network-scripts/ifcfg-ppp0\fR is used.
 If you supply \fIinterface\fR and \fIuser\fR, then they override the
 Ethernet interface and user-name settings in the configuration file.
 .P
--- rp-pppoe-3.8/man/pppoe-start.8.orig	2007-03-20 18:50:01.000000000 +0100
+++ rp-pppoe-3.8/man/pppoe-start.8	2007-03-20 18:54:11.000000000 +0100
@@ -12,7 +12,7 @@
 .SH DESCRIPTION
 \fBpppoe-start\fR is a shell script which starts the Roaring Penguin
 user-space PPPoE client.  If you omit \fIconfig_file\fR, the default
-file \fB/etc/ppp/pppoe.conf\fR is used.  If you supply
+file \fB/etc/sysconfig/network-scripts/ifcfg-ppp0\fR is used.  If you supply
 \fIinterface\fR and \fIuser\fR, then they override the Ethernet interface
 and user-name settings in the configuration file.
 
--- rp-pppoe-3.8/man/pppoe-stop.8.orig	2007-03-20 18:57:07.000000000 +0100
+++ rp-pppoe-3.8/man/pppoe-stop.8	2007-03-20 18:57:20.000000000 +0100
@@ -10,7 +10,7 @@
 .SH DESCRIPTION
 \fBpppoe-stop\fR is a shell script which stops the Roaring Penguin
 user-space PPPoE client.  If you omit \fIconfig_file\fR, the default
-file \fB/etc/ppp/pppoe.conf\fR is used.
+file \fB/etc/sysconfig/network-scripts/ifcfg-ppp0\fR is used.
 
 .SH AUTHOR
 \fBpppoe-stop\fR was written by David F. Skoll <dfs@roaringpenguin.com>.
--- rp-pppoe-3.8/man/pppoe-status.8.orig	2007-03-20 18:56:42.000000000 +0100
+++ rp-pppoe-3.8/man/pppoe-status.8	2007-03-20 18:56:57.000000000 +0100
@@ -11,7 +11,7 @@
 \fBpppoe-status\fR is a shell script which checks the status of the
 PPPoE link established by the Roaring Penguin user-space PPPoE client.
 If you omit \fIconfig_file\fR, the default file
-\fB/etc/ppp/pppoe.conf\fR is used.
+\fB/etc/sysconfig/network-scripts/ifcfg-ppp0\fR is used.
 
 .SH AUTHOR
 \fBpppoe-status\fR was written by David F. Skoll <dfs@roaringpenguin.com>.