Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161865 Details for
Bug 233519
opensc project new versions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openct.rc
openct.rc (text/plain), 591 bytes, created by
Alon Bar-Lev
on 2008-07-31 19:10:27 UTC
(
hide
)
Description:
openct.rc
Filename:
MIME Type:
Creator:
Alon Bar-Lev
Created:
2008-07-31 19:10:27 UTC
Size:
591 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/files/openct.rc,v 1.2 2004/07/14 22:03:46 agriffis Exp $ > >depend() { > need localmount >} > >checkconfig() { > if [ ! -e /etc/openct.conf ] ; then > eerror "You need an /etc/openct.conf file to run OpenCT" > return 1 > fi > return 0 >} > >start() { > checkconfig || return 1 > > ebegin "Starting OpenCT" > /usr/sbin/openct-control init > eend $? >} > >stop() { > ebegin "Stopping OpenCT" > /usr/sbin/openct-control shutdown > 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 233519
:
161863
| 161865 |
161867
|
161869
|
161870
|
163912