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:
chess.griffin 2008-12-21 15:39:13 +00:00
parent 0a3d94f7cb
commit b309ca5f27
3 changed files with 1 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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