mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
remove TERMBUILD from sbopkg.conf.new; remove TERMBUILD information from sbopkg.conf(5) man page; revise sbopkg(8) man page about new -i switch
This commit is contained in:
parent
0a3d94f7cb
commit
b309ca5f27
@ -14,7 +14,6 @@ SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
||||
export TMP=${TMP:-/tmp/SBo}
|
||||
export OUTPUT=${OUTPUT:-/tmp}
|
||||
KEEPLOG=YES
|
||||
TERMBUILD=NO
|
||||
|
||||
# The following variables are required and can be tweaked if desired,
|
||||
# although most users should leave them alone. Note: rsync already
|
||||
|
@ -81,17 +81,6 @@ $TMP/sbopkg-build-log.
|
||||
|
||||
The default value of KEEPLOG is: YES.
|
||||
|
||||
.TP 5
|
||||
.B TERMBUILD
|
||||
.br
|
||||
This option should be set to YES or NO. This option allows the user
|
||||
to have the package building process take place in a regular terminal
|
||||
instead of the dialog interface. The advantage of doing so allows
|
||||
the user to use Ctrl-S to pause the output, Ctrl-Q to resume the
|
||||
output, and to page up and down to view the final output.
|
||||
|
||||
The default value of TERMBUILD is: NO.
|
||||
|
||||
.TP 5
|
||||
.B RSYNCFLAGS
|
||||
.br
|
||||
|
@ -100,7 +100,7 @@ repository. If more than one package is specified, they must be in
|
||||
quotes, and the packages will be built and then installed in the
|
||||
listed order. For example:
|
||||
|
||||
#sbopkg -b "foo bar"
|
||||
#sbopkg -i "foo bar"
|
||||
|
||||
will build and install foo and then build and install bar. By
|
||||
carefully considering the order of the packages listed, the user may
|
||||
|
Loading…
Reference in New Issue
Block a user