Skip to content

Commit

Permalink
Merge branch 'ppp-project:master' into ppp-header
Browse files Browse the repository at this point in the history
  • Loading branch information
enaess authored Jan 12, 2023
2 parents 8343b13 + 76016e1 commit 675d187
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pppd/plugins/pppoe/pppoe-discovery.8
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ version number and usage information, then exit.
.RE
.SH AUTHORS
\fBpppoe\-discovery\fR was written by Marco d'Itri <[email protected]>,
based on \fBpppoe\fR by David F. Skoll <[email protected]>.
based on \fBpppoe\fR by Dianne Skoll <[email protected]>.
.SH SEE ALSO
pppoe(8), pppoe-sniff(8)
2 changes: 1 addition & 1 deletion pppd/plugins/radius/pppd-radattr.8
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ options to pppd.
.BR pppd (8) " pppd-radius" (8)

.SH AUTHOR
David F. Skoll <[email protected]>
Dianne Skoll <[email protected]>
2 changes: 1 addition & 1 deletion pppd/plugins/radius/pppd-radius.8
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Framed-IP-Address attribute.
.BR pppd (8) " pppd-radattr" (8)

.SH AUTHOR
David F. Skoll <[email protected]>
Dianne Skoll <[email protected]>
2 changes: 1 addition & 1 deletion scripts/autopppd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ while (1)
syslog('err', "pppd returned: unknown error ($pppd_code), delayed retry");
$pppd_fail = 1;
}
# if it hasn't ran for at least an hour, then somthing went wrong
# if it hasn't ran for at least an hour, then something went wrong
elsif ($pppd_run_time < toseconds("01:00:00")) {
syslog('err',"pppd session didn't last 1 hour, delayed retry");
$pppd_fail = 1;
Expand Down

0 comments on commit 675d187

Please sign in to comment.