Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11217 Details for
Bug 20041
init.d script for pptpd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/pptpd
pptpd (text/plain), 568 bytes, created by
Roderick van Domburg
on 2003-04-27 08:32:39 UTC
(
hide
)
Description:
/etc/init.d/pptpd
Filename:
MIME Type:
Creator:
Roderick van Domburg
Created:
2003-04-27 08:32:39 UTC
Size:
568 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > > >checkconfig() { > if [ ! -e /etc/pptpd.conf ] ; then > eerror "You need an /etc/pptpd.conf file to run pptpd" > eerror "There is a sample conf file in /usr/share/doc/pptpd" > return 1 > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting pptpd" > start-stop-daemon --start --quiet --exec /usr/sbin/pptpd --pidfile /var/run/pptpd.pid > eend $? >} > >stop() { > ebegin "Stopping pptpd" > start-stop-daemon --stop --quiet --exec /usr/sbin/pptpd > eend $? >}
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 20041
: 11217