Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 130963 Details for
Bug 192561
ushare-1.1a (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ushare.init.d
ushare.init.d (text/plain), 447 bytes, created by
Salman
on 2007-09-14 23:28:14 UTC
(
hide
)
Description:
ushare.init.d
Filename:
MIME Type:
Creator:
Salman
Created:
2007-09-14 23:28:14 UTC
Size:
447 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > use net >} > >start() { > ebegin "Starting uShare" > start-stop-daemon --start --quiet --exec /usr/bin/ushare -- -D -i ${USHARE_IFACE} \ > -n ${USHARE_NAME} ${USHARE_OPTS} ${USHARE_DIRS} > eend $? >} > >stop() { > ebegin "Stopping uShare" > start-stop-daemon --stop --quiet --exec /usr/bin/ushare > 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 192561
:
130960
|
130961
|
130963
|
139846
|
139848
|
139850
|
177622
|
211333
|
211334
|
211336