From eea6c03c51e4ee63b08831a5bffe6c5698aa6250 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 31 Oct 1996 19:55:05 +0000 Subject: Improve the sample login script now that our sh(1) understands -p. Closes PR # docs/1383: ppp(8) man page suggests using shell script... --- usr.sbin/ppp/ppp.8 | 6 +++--- usr.sbin/ppp/ppp.8.m4 | 6 +++--- 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.) -- cgit v1.3