aboutsummaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-01-09 23:11:19 -0600
committerJ Pipkin <j@dawnrazor.net>2013-01-09 23:11:19 -0600
commit28b36a50f81f802e1cea830e14a76760e202a30b (patch)
tree4adf2e6cf19dd8b1d74204ccf63c15fce3be0f68 /man1
parent8cf46f0efcb85419204c15e98a421036e3666591 (diff)
downloadsbotools-28b36a50f81f802e1cea830e14a76760e202a30b.tar.xz
split sboupgrade from sboinstall
Diffstat (limited to 'man1')
-rw-r--r--man1/sboinstall.12
-rw-r--r--man1/sboupgrade.115
2 files changed, 1 insertions, 16 deletions
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index 673a24c..819f9bc 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -7,7 +7,7 @@ sboinstall - install slackbuilds
sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NrRip] sbo_name (sbo_name)
.SH DESCRIPTION
.P
-sboinstall is equivalent to sboupgrade -N, but is faster since it only installs new slackbuilds, so is preferred for installs. If the -r flag is NOT specified, sboinstall will pull the list of requirements from the .info file for any specified slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. This is recursive, so that ordering happens correctly. sboinstall will refuse to handle circular requirements. sboinstall will also note groupadd and useradd commands in README files and offer to run those first. If the README documents options of the KEY=value form, sboinstall will offer the opportunity to set options.
+sboinstall is used to install SBos. If the -r flag is NOT specified, sboinstall will pull the list of requirements from the .info file for any specified slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. This is recursive, so that ordering happens correctly. sboinstall will refuse to handle circular requirements. sboinstall will attempt to note groupadd and useradd commands in README files and offer to run those first. If the README appears to document options of the KEY=value form, sboinstall will offer the opportunity to set options.
.SH OPTIONS
.P
-h|--help
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
index c5966fd..4dfeeb0 100644
--- a/man1/sboupgrade.1
+++ b/man1/sboupgrade.1
@@ -45,30 +45,15 @@ Do not actually install the package created at the end of the build process. So,
If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a slackbuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc.
.RE
.P
--N|--installnew
-.RS
-Install any new slackbuilds specified. So, if you want to upgrade some things and install new things with the same command, then you would use the -N flag. Note that upgrades are handled prior to new installs.
-.RE
-.P
-r|--nointeractive
.RS
Skip viewing of the README and the yes or no question which accompanies it. Anytime sboupgrade is run, the first thing the command will attempt to do is show you the README for a given slackbuild and ask whether or not you wish to proceed; this option skips the README and bypasses the question. If multiple slackbuilds are specified, this option bypasses them all.
.RE
.P
--R|--norequirements
-.RS
-This option causes sboupgrade to skip requirement handling, but still show the README and prompt the user to proceed.
-.RE
-.P
-z|--force-reqs
.RS
When used in combination with the -f option, to force an update even if it would not constitute an update, this will cause sboupgrade to also rebuild all of that slackbuild's requirements. Normally with -f, only the slackbuild(s) specified, and any requirements not already installed, will be rebuilt. This allows for recursive upgrades, among other things.
.RE
-.P
--z|--force-reqs
-.RS
-When used in combination with the -f option, to force an update even if it would not constitute an update, this will cause sboupgrade to also rebuild all of that slackbuild's requirements that it can grok. Normally with -f, only the slackbuild(s) specified, and any requirements not already installed, will be rebuilt. This allows for recursive upgrades, among other things.
-.RE
.SH BUGS
.P
None known, but there may be some. Please report any found to j@dawnrazor.net or xocel@iquidus.org; patches are always welcome.