Improve the sample login script now that our sh(1) understands -p.

Closes PR # docs/1383: ppp(8) man page suggests using shell script...
This commit is contained in:
Joerg Wunsch 1996-10-31 19:55:05 +00:00
parent c8318ed6c3
commit eea6c03c51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19295
2 changed files with 6 additions and 6 deletions

View File

@ -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.)

View File

@ -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.)