Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14169 Details for
Bug 23961
pptpd-1.1.4_beta4 (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/pptpd-init
pptpd-init (text/plain), 386 bytes, created by
Ross Dougherty
on 2003-07-05 04:33:55 UTC
(
hide
)
Description:
files/pptpd-init
Filename:
MIME Type:
Creator:
Ross Dougherty
Created:
2003-07-05 04:33:55 UTC
Size:
386 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > >start() { > ebegin "Starting pptpd" > start-stop-daemon --start --quiet --exec /usr/sbin/pptpd -- ${PPTPD_OPTS} > eend $? >} > >stop() { > ebegin "Stopping pptpd" > start-stop-daemon --stop --quiet --pidfile /var/run/pptpd.pid > result=$? > start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/pptpctrl > result=$(( $result + $? )) > eend $result >}
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 Raw
Actions:
View
Attachments on
bug 23961
:
14168
| 14169 |
15358