debian man page for sb2-config

Query: sb2-config

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sb2-config(1)							sb2-config man page						     sb2-config(1)

NAME
sb2-config - scratchbox2 configuration tool
SYNOPSIS
sb2-config [OPTION]... [COMMAND [PARAMS]]
DESCRIPTION
sb2-config is used to set and display configuration of existing targets.
OPTIONS
-d default_target This option sets the default sb2 target. The name of the target will be written to your $HOME/.scratchbox2/config file. -l lists all available targets in your system. The names listed can be used as a parameter to the -d option. -h Display short help. -v Show version of this tool. -t target select target to be used with commands (below)
COMMANDS
showtarget show default target. showlog show configuration log showenv show target-specific environment variables setenv VARIABLE VALUE set target-specific environment variable. The value becomes effective when sb2 is executed. clearenv VARIABLE set clearing for target-specific environment variable unsetenv VARIABLE remove target-specific environment variable
EXAMPLES
$ sb2-config -d diablo41_armel This command sets your default target to be diablo41_armel. $ sb2-config -l This example lists all installed targets in your host. The names listed can be used as a parameter to the -d option.
SEE ALSO
sb2(1), sb2-init(1), sb2-show(1)
AUTHOR
Lauri Leukkunen 2.2 17 December 2010 sb2-config(1)
Related Man Pages
tgtadm(8) - suse
sb2-init(1) - debian
mconfig(1) - suse
pthread_join(3p) - suse
npm-config(1) - netbsd
Similar Topics in the Unix Linux Community
create and remove a linke
Passing a unix variable value to a Plsql function
Issue with parsing config variables
variable within a variable from file
What does the "!" in "${!VARIABLE:-\n}" mean?