aboutsummaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2013-02-19 13:33:30 -0600
committerJ Pipkin <j@dawnrazor.net>2013-02-19 13:33:30 -0600
commitee472c4f764701bbc78f128622f01cb916f0641a (patch)
treef7d75bc99b1fa594e3a612fd0c055c4688d027ce /man1
parent8fe7c4d73b8a2dab3ee3560701b33dc172f2b056 (diff)
downloadsbotools2-ee472c4f764701bbc78f128622f01cb916f0641a.tar.xz
support env vars $TMP and $OUTPUT, and clean some excess spaces at the ends of some lines
Diffstat (limited to 'man1')
-rw-r--r--man1/sboclean.14
-rw-r--r--man1/sboconfig.14
-rw-r--r--man1/sboinstall.14
-rw-r--r--man1/sboupgrade.14
4 files changed, 8 insertions, 8 deletions
diff --git a/man1/sboclean.1 b/man1/sboclean.1
index cf83ee6..6e65ba2 100644
--- a/man1/sboclean.1
+++ b/man1/sboclean.1
@@ -7,7 +7,7 @@ sboclean - clean files left around by sbotools.
sboclean [-h|-v] [-dwi]
.SH DESCRIPTION
.P
-sboclean is used to clean files left around by sbotools, such as downloaded source files ("distfiles"), or work directories under /tmp/SBo and, for compat32 installs, under /tmp. Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo folders and any /tmp/package-*-compat32 directories with extreme prejudice. One of either -d or -w must be specified for this script to do anything.
+sboclean is used to clean files left around by sbotools, such as downloaded source files ("distfiles"), or work directories under /tmp/SBo (or $TMP) and, for compat32 installs, under /tmp (or $TMP). Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo (or $TMP) folders and any /tmp/package-*-compat32 (or $TMP/package-*-compat32) directories with extreme prejudice. One of either -d or -w must be specified for this script to do anything.
.SH OPTIONS
.P
-h|--help
@@ -27,7 +27,7 @@ Clean distfiles, by default located at /usr/sbo/distfiles.
.P
-w|--clean-work
.RS
-Clean working directories, located under /tmp/SBo and, for compat32 installs, /tmp.
+Clean working directories, located, by default under /tmp/SBo and, for compat32 installs, by default, /tmp.
.RE
.P
-i|--interactive
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1
index b4b62f5..66b63c8 100644
--- a/man1/sboconfig.1
+++ b/man1/sboconfig.1
@@ -27,7 +27,7 @@ List out current configuration options, including unmodified default configurati
.P
-c|--noclean (FALSE|TRUE)
.RS
-NOCLEAN: If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an slackbuild. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+NOCLEAN: If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo (or $TMP). By default, these directories are removed after building an slackbuild. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
.RE
.P
-d|--distclean (FALSE|TRUE)
@@ -42,7 +42,7 @@ JOBS: If numeric (2,5,10, etc), then that number will be fed to the "-j" argumen
.P
-p|--pkg-dir (FALSE|/path)
.RS
-PKG_DIR: If set to a path, packages will be stored at the given location after building and installing. By default, packages are left where they are deposited by slackbuilds, which is typically (probably always) /tmp. If PKG_DIR is FALSE and DISTCLEAN is TRUE (either in sbotools.conf(5) or at sboupgrade/sboinstall runtime), the package will be deleted. If this option is set to a path in the filesystem, the package will be stored in that directory, regardless of any DISTCLEAN option.
+PKG_DIR: If set to a path, packages will be stored at the given location after building and installing. By default, packages are left where they are deposited by slackbuilds, which is typically (probably always) /tmp (or $OUTPUT). If PKG_DIR is FALSE and DISTCLEAN is TRUE (either in sbotools.conf(5) or at sboupgrade/sboinstall runtime), the package will be deleted. If this option is set to a path in the filesystem, the package will be stored in that directory, regardless of any DISTCLEAN option.
.RE
.P
-s|--sbo-home (/usr/sbo|/path)
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index 0911479..6abd54d 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -22,7 +22,7 @@ Show version information.
.P
-c|--noclean (FALSE|TRUE)
.RS
-If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default.
+If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo (or $TMP). By default, these directories are removed after building an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default.
.RE
.P
-d|--distclean (FALSE|TRUE)
@@ -32,7 +32,7 @@ If TRUE, then DO remove the source code after building the slackbuild. By defaul
.P
-i|--noinstall
.RS
-Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp, or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
+Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp (or $OUTPUT), or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
.RE
.P
-j|--jobs (FALSE|#)
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1
index 70e52f5..d0ba370 100644
--- a/man1/sboupgrade.1
+++ b/man1/sboupgrade.1
@@ -22,7 +22,7 @@ Show version information.
.P
-c|--noclean (FALSE|TRUE)
.RS
-If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default.
+If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo (or $TMP). By default, these directories are removed after building an slackbuild. This option leaves those directories in place. This can be set as default via the sboconfig(1) command. Also see sbotools.conf(5). This option overrides the default.
.RE
.P
-d|--distclean (FALSE|TRUE)
@@ -37,7 +37,7 @@ Force an upgrade, even if the installed version is equal to or less than the sla
.P
-i|--noinstall
.RS
-Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp, or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
+Do not actually install the package created at the end of the build process. So, the slackbuild will be run, and the package will be left in /tmp (or $OUTPUT), or in $PKG_DIR if so defined (see sboconfig(1) and sbotools.conf(5)).
.RE
.P
-j|--jobs (FALSE|#)