FreeBSD Bugzilla – Attachment 71910 Details for
Bug 104623
"rc.d/ppp restart" stops all instances of ppp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ppp.diff
ppp.diff (text/x-diff; charset=us-ascii), 750 bytes, created by
Mike Makonnen
on 2007-03-31 11:49:59 UTC
(
hide
)
Description:
ppp.diff
Filename:
MIME Type:
Creator:
Mike Makonnen
Created:
2007-03-31 11:49:59 UTC
Size:
750 bytes
patch
obsolete
>Index: etc/rc.d/ppp >=================================================================== >RCS file: /home/ncvs/src/etc/rc.d/ppp,v >retrieving revision 1.13 >diff -u -r1.13 ppp >--- etc/rc.d/ppp 31 Mar 2007 09:03:38 -0000 1.13 >+++ etc/rc.d/ppp 31 Mar 2007 09:25:27 -0000 >@@ -2,6 +2,8 @@ > # > # $FreeBSD: src/etc/rc.d/ppp,v 1.13 2007/03/31 09:03:38 mtm Exp $ > # >+# usage: /etc/rc.d/ppp <cmd> [tunX] >+# > > # PROVIDE: ppp > # REQUIRE: netif isdnd >@@ -46,5 +48,13 @@ > /etc/rc.d/pf resync > } > >+# Allow the user to specify which ppp instance to control by >+# specifing the tunnel device name on the command-line. >+# >+pppcmdline="$*" >+if [ $# -gt 1 ]; then >+ pidfile="/var/run/$2.pid" >+fi >+ > load_rc_config $name >-run_rc_command "$1" >+run_rc_command ${pppcmdline}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 104623
: 71910 |
71911