Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331064 Details for
Bug 384099
Version bump net-misc/openconnect-4.07
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openconnect.init.in
openconnect.init.in (text/plain), 714 bytes, created by
Matthew Schultz
on 2012-11-30 16:12:16 UTC
(
hide
)
Description:
openconnect.init.in
Filename:
MIME Type:
Creator:
Matthew Schultz
Created:
2012-11-30 16:12:16 UTC
Size:
714 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/openconnect/files/openconnect.init.in,v 1.1 2011/08/16 09:15:47 dagger Exp $ > >depend() { > before netmount >} > >start() { > ebegin "Starting OpenConnect" > > start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/openconnect.pid --exec /usr/sbin/openconnect \ > -- --pid-file /var/run/openconnect.pid ${VPNOPTS} ${SERVER} <<< ${PASSWORD} > eend $? >} > >stop() { > ebegin "Stopping OpenConnect" > start-stop-daemon --quiet --pidfile /var/run/openconnect.pid --stop /usr/sbin/openconnect > eend $? >} > ># vim: set ft=gentoo-init-d ts=3 sw=3 et:
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 384099
:
287423
|
327326
|
327328
|
327414
|
327416
|
331056
|
331058
|
331062
|
331064
|
331066
|
331068
|
331366
|
331370
|
331372
|
331402
|
331486
|
331488
|
331490
|
331496
|
331498
|
331500
|
331502