Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92973 Details for
Bug 126822
need new starting script for net-p2p/azureus-bin-2.4.0.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
azureus-bin-gentoo.sh
azureus-bin-gentoo.sh (text/plain), 1.03 KB, created by
RoLo
on 2006-07-29 00:03:43 UTC
(
hide
)
Description:
azureus-bin-gentoo.sh
Filename:
MIME Type:
Creator:
RoLo
Created:
2006-07-29 00:03:43 UTC
Size:
1.03 KB
patch
obsolete
>#!/bin/bash > >PROGRAM_DIR=##PROGRAM_DIR## # directory where all the files were extracted > >AZ_CONFIG="${HOME}/.Azureus/gentoo.config" >if [ -f ~/.Azureus/gentoo.config ]; then > . ~/.Azureus/gentoo.config >else > if [ ! -e ~/.Azureus ]; then > mkdir ~/.Azureus > echo "Creating ~/.Azureus..." > fi > > # Setup defaults > UI_OPTIONS="--ui=swt" > > # Create the config file > cat > ${AZ_CONFIG} <<END ># User Interface options: ># web - web based ># web2 - web based ># console - console based ># swt - swt (GUI) based ># ># When selecting just 1, use '--ui=<ui>' ># When selecting multiple, use '--uis=<ui>,<ui>' >UI_OPTIONS="--ui=swt" >END > >fi > >MSG0="ERROR:\nYou must edit this script and change PROGRAM_DIR to point to where you installed Azureus" >MSG1="Attempting to start Azureus..." > >AZDIR=./ >if [ ! -e id.azureus.dir.file ]; then > AZDIR=$PROGRAM_DIR > if [ ! -d $AZDIR ]; then > echo $MSG0 >&2 > exit -1 > fi >fi > >cd ${AZDIR} >echo $MSG1 > >java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main $@
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 126822
: 92973