Be explicit about the fact that ip-up and ip-down are executed with

a null environment.  Closes PR #1866.
This commit is contained in:
scottr 1996-02-02 20:17:53 +00:00
parent dcd66e9f4d
commit 6a334da2bd
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.\" manual page [] for pppd 2.0
.\" $Id: pppd.8,v 1.9 1995/08/17 12:04:01 paulus Exp $
.\" $Id: pppd.8,v 1.10 1996/02/02 20:17:53 scottr Exp $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
@ -704,6 +704,10 @@ be used to manipulate routes, run privileged daemons (e.g.
\fBsendmail\fR), etc. Be careful that the contents of the
/etc/ppp/ip-up and /etc/ppp/ip-down scripts do not compromise your
system's security.
.IP
This program or script is executed without an environment, so you
must either specify a PATH or use full pathnames (e.g. \fI/sbin/route\fR,
as opposed to \fIroute\fR).
.TP
.B /etc/ppp/ip-down
A program or script which is executed when the link is no longer

View File

@ -1,5 +1,5 @@
.\" manual page [] for pppd 2.0
.\" $Id: pppd.8,v 1.9 1995/08/17 12:04:01 paulus Exp $
.\" $Id: pppd.8,v 1.10 1996/02/02 20:17:53 scottr Exp $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
@ -704,6 +704,10 @@ be used to manipulate routes, run privileged daemons (e.g.
\fBsendmail\fR), etc. Be careful that the contents of the
/etc/ppp/ip-up and /etc/ppp/ip-down scripts do not compromise your
system's security.
.IP
This program or script is executed without an environment, so you
must either specify a PATH or use full pathnames (e.g. \fI/sbin/route\fR,
as opposed to \fIroute\fR).
.TP
.B /etc/ppp/ip-down
A program or script which is executed when the link is no longer