Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83479 Details for
Bug 64399
Requesting ebuild for the GPL'd Novell iFolder
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/ifolder
ifolder (text/plain), 946 bytes, created by
Travis Hansen
on 2006-03-30 22:51:03 UTC
(
hide
)
Description:
files/ifolder
Filename:
MIME Type:
Creator:
Travis Hansen
Created:
2006-03-30 22:51:03 UTC
Size:
946 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >SIMPLESERVER=`which simpleserver` >DEVNULL=/dev/null > >if [[ -f $SIMPLESERVER ]];then > echo "We'll continue" >> $DEVNULL >else > eerror "Error: simpleserver command not found" > eerror "Please ensure you installed simias with the" > eerror "\"simpleserver\" USE flag enabled" > eend 1 >fi > > >depend() { > > need net > >} > >start() { > > ebegin "Starting iFolder" > $SIMPLESERVER 2>&1 > $DEVNULL > eend $? > >} > >stop() { > > ebegin "Stopping iFolder" > > PIDS=$(pidof mono) > > if [ -z "$PIDS" ];then > einfo "iFolder service does not appear to be started" > eend 0 > else > for EACHPID in $PIDS;do > isSimiasPid=$(ps -p $EACHPID -f | grep "Simias.exe") > if [ -z "$isSimiasPid" ];then > #leave it be > isNotSimias=1 > else > #kill $EACHPID > $SIMPLESERVER --stop 2>&1 > $DEVNULL > eend $? > fi > done > fi > 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 64399
:
42472
|
42473
|
42474
|
72768
|
72769
|
72770
|
72771
|
82758
|
82761
|
82762
|
82765
|
82772
|
82773
|
82775
|
82818
|
82819
|
83389
|
83391
|
83392
| 83479 |
83480
|
83481
|
83482
|
83635
|
83638
|
83639
|
83640
|
83641
|
84038
|
84072
|
84204
|
84205
|
86538