Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108482 Details for
Bug 164374
net-im/jabberd-1.6.0 version bump (renamed to jabberd14)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/jabberd14-1.6.0.init
jabberd14-1.6.0.init (text/plain), 554 bytes, created by
Frank Zschockelt
on 2007-01-29 10:15:46 UTC
(
hide
)
Description:
files/jabberd14-1.6.0.init
Filename:
MIME Type:
Creator:
Frank Zschockelt
Created:
2007-01-29 10:15:46 UTC
Size:
554 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/jabberd/files/jabberd-1.4.4.init,v 1.1 2006/09/27 22:31:36 nelchael Exp $ > >depend() { > > need net > provide jabber-server > >} > >start() { > > ebegin "Starting Jabber Server" > start-stop-daemon --start \ > -c jabber:jabber \ > -x /usr/bin/jabberd -- -B -c /etc/jabber/jabberd.xml > eend $? > >} > >stop() { > > ebegin "Stopping Jabber Server" > start-stop-daemon --stop -x /usr/bin/jabberd > 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 164374
:
108481
| 108482 |
118233