Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167148 Details for
Bug 239514
www-apps/zarafa (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zarafa-licensed.rc6
zarafa-licensed.rc6 (text/plain), 719 bytes, created by
Milan Nikolic
on 2008-10-04 09:20:07 UTC
(
hide
)
Description:
zarafa-licensed.rc6
Filename:
MIME Type:
Creator:
Milan Nikolic
Created:
2008-10-04 09:20:07 UTC
Size:
719 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >LICENSEDCONFIG=/etc/zarafa/licensed.cfg >LICENSEDPROGRAM=/usr/bin/zarafa-licensed > >[ -x $LICENSEDPROGRAM ] || exit 0 > >LICENSEDCONFIG_OPT="" >[ ! -z $LICENSEDCONFIG -a -f $LICENSEDCONFIG ] && LICENSEDCONFIG_OPT="-c $LICENSEDCONFIG" > >PIDFILE=/var/run/"${SVCNAME}".pid > >start() { > ebegin "Starting ${SVCNAME}" > start-stop-daemon --start \ > --pidfile ${PIDFILE} \ > --exec ${LICENSEDPROGRAM} -- ${LICENSEDCONFIG_OPT} > eend $? >} > >stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop \ > --pidfile ${PIDFILE} \ > --exec ${LICENSEDPROGRAM} -- ${LICENSEDCONFIG_OPT} > 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 239514
:
167132
|
167134
|
167135
|
167137
|
167139
|
167141
|
167143
|
167144
|
167146
|
167147
| 167148 |
167280
|
167281
|
167285
|
167287
|
196379
|
196383
|
207000
|
235925
|
235927
|
242575
|
254025