aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-10-31 19:55:05 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-10-31 19:55:05 +0000
commiteea6c03c51e4ee63b08831a5bffe6c5698aa6250 (patch)
treea5330e862dca51ed9d150a45d8a418b4b6e0eef3
parentc8318ed6c38bea9ee2ef2a01747e787215e3caee (diff)
Notes
-rw-r--r--usr.sbin/ppp/ppp.86
-rw-r--r--usr.sbin/ppp/ppp.8.m46
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 2c4a1d163761..1b25f8b75572 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,5 +1,5 @@
.\" manual page [] for ppp 0.94 beta2 + alpha
-.\" $Id: ppp.8,v 1.17 1996/05/11 20:48:40 phk Exp $
+.\" $Id: ppp.8,v 1.18 1996/10/06 13:32:33 jkh Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -468,8 +468,8 @@ Create a
.Pa /usr/local/bin/ppplogin
file with the following contents:
.Bd -literal -offset indent
-#!/bin/sh
-/usr/sbin/ppp -direct
+#!/bin/sh -p
+exec /usr/sbin/ppp -direct
.Ed
(You can specify a label name for further control.)
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 2c4a1d163761..1b25f8b75572 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,5 +1,5 @@
.\" manual page [] for ppp 0.94 beta2 + alpha
-.\" $Id: ppp.8,v 1.17 1996/05/11 20:48:40 phk Exp $
+.\" $Id: ppp.8,v 1.18 1996/10/06 13:32:33 jkh Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -468,8 +468,8 @@ Create a
.Pa /usr/local/bin/ppplogin
file with the following contents:
.Bd -literal -offset indent
-#!/bin/sh
-/usr/sbin/ppp -direct
+#!/bin/sh -p
+exec /usr/sbin/ppp -direct
.Ed
(You can specify a label name for further control.)