2021-03-19 00:54:14 +01:00
|
|
|
.TH SLACKPKG.CONF 5 "March 2021" slackpkg-15.0.1 ""
|
2016-06-30 22:26:57 +02:00
|
|
|
.SH NAME
|
|
|
|
.B slackpkg.conf
|
|
|
|
\- Configuration data for slackpkg
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
|
|
|
The slackpkg.conf file contains information for
|
|
|
|
.B slackpkg
|
|
|
|
(8), an automated tool for managing Slackware Linux packages.
|
|
|
|
|
|
|
|
The slackpkg.conf file is a sequence of shell script variables, and each
|
|
|
|
variable controls one aspect of slackpkg. Comments begin with the #
|
|
|
|
character and end at end of the line, and comments may appear anywhere
|
|
|
|
inside the slackpkg.conf file. If some variable appears more than once
|
|
|
|
in the file, slackpkg will use the value that was defined last.
|
|
|
|
|
|
|
|
Many variables can be overridden by options passed to slackpkg on the command
|
|
|
|
line. If you need to override the value of
|
|
|
|
.B VARIABLE
|
|
|
|
, pass
|
|
|
|
.B -variable=value
|
|
|
|
on the command line just before the slackpkg action. Multiple variables may
|
|
|
|
be overridden.
|
|
|
|
|
|
|
|
EXAMPLE: slackpkg -batch=on -default_answer=y upgrade-all
|
|
|
|
|
|
|
|
For configuration options that have only two states, possible values are
|
|
|
|
either "on" or "off" unless otherwise indicated.
|
|
|
|
|
|
|
|
The different configuration options are:
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B ARCH
|
|
|
|
.br
|
2018-05-28 21:12:29 +02:00
|
|
|
Chooses the system architecture. Usually Slackpkg can find the correct
|
2016-06-30 22:26:57 +02:00
|
|
|
value using "uname -m". The valid values are:
|
|
|
|
|
|
|
|
.ds title MACHINE\t\tVALID ARCH VALUES
|
|
|
|
.ds arm ARM\t\t\tarm
|
Mon Feb 8 05:13:26 UTC 2021
a/aaa_elflibs-15.0-x86_64-30.txz: Removed.
Renamed to aaa_libraries.
a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added.
This package has been renamed from glibc-solibs, which helps avoid trouble
if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading
this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded
first any libraries in it that are linked against a newer version of glibc
than the one installed on the system would refuse to load.
a/aaa_libraries-15.0-x86_64-1.txz: Added.
This package has been renamed from aaa_elflibs to insure that it will come
after aaa_glibc-solibs when upgraded in alphabetical order.
Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6,
libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6,
libgthread-2.0.so.0.6600.6.
Added: libtirpc.so.3.0.0.
a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded.
a/glibc-solibs-2.32-x86_64-1.txz: Removed.
Renamed to aaa_glibc-solibs.
a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded.
ap/slackpkg-15.0-noarch-1.txz: Upgraded.
These are some of the important changes (see the ChangeLog for more):
Note that this slackpkg release contains a backwards-incompatible change to
the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior
behavior of the blacklist function; previously, adding "glibc" to the
blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be
ignored by slackpkg. The new behavior is that *only* the glibc package is
ignored. If you want to blacklist all packages whose names begin with glibc,
you would need to add "glibc.*" to the blacklist now. Also note that any
special characters, e.g. "+", will need to be escaped in the blacklist file.
To blacklist entire package sets, a trailing slash is now required: e.g. kde/
Another backwards-incompatibility warning: check-updates will now return 1 if
there are updates available - this will make it easier to use this feature
with cron (thanks to Peter Hyman).
Added support for Slackware-AArch64 (thanks to Stuart Winter).
Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine.
Thanks to Robby Workman for the new slackpkg release!
ap/soma-3.3.7-noarch-1.txz: Upgraded.
Thanks to David Woodfall.
ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded.
d/help2man-1.48.1-x86_64-1.txz: Upgraded.
d/kernel-headers-5.10.14-x86-1.txz: Upgraded.
k/kernel-source-5.10.14-noarch-1.txz: Upgraded.
l/elfutils-0.183-x86_64-1.txz: Upgraded.
l/glibc-2.32-x86_64-2.txz: Rebuilt.
l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.32-x86_64-2.txz: Rebuilt.
l/lcms2-2.12-x86_64-1.txz: Upgraded.
l/libburn-1.5.4-x86_64-1.txz: Upgraded.
x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 06:13:26 +01:00
|
|
|
.ds aarch64 AArch64\t\taarch64
|
2016-06-30 22:26:57 +02:00
|
|
|
.ds x86 x86 (32bits)\ti386, i486, i586 and i686
|
|
|
|
.ds x86_64 x86 (64bits)\tx86_64
|
|
|
|
.ds ppc PowerPC\t\tpowerpc
|
|
|
|
.ds s390 S/390\t\t390
|
|
|
|
.in +5
|
|
|
|
.B \*[title]
|
|
|
|
.br
|
|
|
|
\*[arm]
|
|
|
|
.br
|
Mon Feb 8 05:13:26 UTC 2021
a/aaa_elflibs-15.0-x86_64-30.txz: Removed.
Renamed to aaa_libraries.
a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added.
This package has been renamed from glibc-solibs, which helps avoid trouble
if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading
this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded
first any libraries in it that are linked against a newer version of glibc
than the one installed on the system would refuse to load.
a/aaa_libraries-15.0-x86_64-1.txz: Added.
This package has been renamed from aaa_elflibs to insure that it will come
after aaa_glibc-solibs when upgraded in alphabetical order.
Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6,
libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6,
libgthread-2.0.so.0.6600.6.
Added: libtirpc.so.3.0.0.
a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded.
a/glibc-solibs-2.32-x86_64-1.txz: Removed.
Renamed to aaa_glibc-solibs.
a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded.
ap/slackpkg-15.0-noarch-1.txz: Upgraded.
These are some of the important changes (see the ChangeLog for more):
Note that this slackpkg release contains a backwards-incompatible change to
the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior
behavior of the blacklist function; previously, adding "glibc" to the
blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be
ignored by slackpkg. The new behavior is that *only* the glibc package is
ignored. If you want to blacklist all packages whose names begin with glibc,
you would need to add "glibc.*" to the blacklist now. Also note that any
special characters, e.g. "+", will need to be escaped in the blacklist file.
To blacklist entire package sets, a trailing slash is now required: e.g. kde/
Another backwards-incompatibility warning: check-updates will now return 1 if
there are updates available - this will make it easier to use this feature
with cron (thanks to Peter Hyman).
Added support for Slackware-AArch64 (thanks to Stuart Winter).
Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine.
Thanks to Robby Workman for the new slackpkg release!
ap/soma-3.3.7-noarch-1.txz: Upgraded.
Thanks to David Woodfall.
ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded.
d/help2man-1.48.1-x86_64-1.txz: Upgraded.
d/kernel-headers-5.10.14-x86-1.txz: Upgraded.
k/kernel-source-5.10.14-noarch-1.txz: Upgraded.
l/elfutils-0.183-x86_64-1.txz: Upgraded.
l/glibc-2.32-x86_64-2.txz: Rebuilt.
l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.32-x86_64-2.txz: Rebuilt.
l/lcms2-2.12-x86_64-1.txz: Upgraded.
l/libburn-1.5.4-x86_64-1.txz: Upgraded.
x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 06:13:26 +01:00
|
|
|
\*[aarch64]
|
|
|
|
.br
|
2016-06-30 22:26:57 +02:00
|
|
|
\*[x86]
|
|
|
|
.br
|
|
|
|
\*[x86_64]
|
|
|
|
.br
|
|
|
|
\*[ppc]
|
|
|
|
.br
|
|
|
|
\*[s390]
|
|
|
|
.in
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B ARCH
|
|
|
|
depends on your architecture.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B SLACKKEY
|
|
|
|
.br
|
|
|
|
Slackpkg checks the package signature file (.asc) against the GPG signature
|
|
|
|
of the project. Different ports of Slackware can have different signatures,
|
|
|
|
and Slackpkg tries to find the correct one based on the architecture of your
|
|
|
|
system. If the automatically-detected
|
|
|
|
.B SLACKKEY
|
|
|
|
isn't correct, you can change it using this option.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B SLACKKEY
|
|
|
|
depends on your Slackware port.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B TEMP
|
|
|
|
.br
|
|
|
|
Defines the location to which slackpkg will download the packages before
|
|
|
|
installing/upgrading them.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B TEMP
|
|
|
|
is /var/cache/packages.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B WORKDIR
|
|
|
|
.br
|
|
|
|
Defines the directory for package lists, file lists, and other information
|
|
|
|
used by slackpkg as it works. Do not change the value of this variable
|
|
|
|
unless you know what you are doing.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B WORKDIR
|
|
|
|
is /var/lib/slackpkg.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B WGETFLAGS
|
|
|
|
.br
|
|
|
|
Selects special options for wget. If you need to use multiple options,
|
|
|
|
remember to put them between double quotes.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B WGETFLAGS
|
|
|
|
is "\--passive-ftp"
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B DELALL
|
|
|
|
.br
|
|
|
|
If set to "on", all downloaded files will be removed after slackpkg performs
|
|
|
|
install or upgrade (this does NOT have any impact when slackpkg is run with
|
|
|
|
"download"). If set to "off", the files will be kept in the directory
|
|
|
|
defined in
|
|
|
|
.B TEMP
|
|
|
|
(as described above).
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B DELALL
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -delall=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B CHECKMD5
|
|
|
|
.br
|
|
|
|
Enables (on) or disables (off) the checking of MD5 checksums of all downloaded
|
|
|
|
packages before installing or upgrading them.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B CHECKMD5
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -checkmd5=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B CHECKGPG
|
|
|
|
.br
|
|
|
|
Enables (on) or disables (off) the check of GPG signature for each package
|
|
|
|
before install or upgrade.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B CHECKGPG
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -checkgpg=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B CHECKSIZE
|
|
|
|
.br
|
|
|
|
Enables (on) or disables (off) the check of available disk space for each
|
|
|
|
package before install or upgrade.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B CHECKSIZE
|
|
|
|
is "off".
|
|
|
|
.br
|
|
|
|
From command line, you can use -checksize=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B PKGMAIN
|
|
|
|
.br
|
|
|
|
Defines the main distribution directory. Usually, you don't need to worry
|
|
|
|
about this variable, as Slackpkg tries to find it based on your architecture.
|
|
|
|
However, if you need to change it, then include this variable in your
|
|
|
|
slackpkg.conf. This should always be the directory which contains the
|
|
|
|
Slackware package set series (A, AP, D, E, F, ...).
|
|
|
|
|
|
|
|
Default: depends on Slackware port
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B PRIORITY
|
|
|
|
.br
|
|
|
|
This array selects the priority at which directories on the mirror will have
|
|
|
|
when slackpkg looks for packages. If a package is found in more than one
|
|
|
|
place, the package in first directory gets priority, then second, then third,
|
|
|
|
then fourth and finally, the package found in last listed directory. You can
|
|
|
|
use %PKGMAIN to use the contents of PKGMAIN variable.
|
|
|
|
|
|
|
|
Default values (in order): patches %PKGMAIN extra pasture testing
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B POSTINST
|
|
|
|
.br
|
|
|
|
Enables (on) or disables (off) slackpkg's post-installation features, such
|
|
|
|
as checking for new (*.new) configuration files and new kernel images, and
|
|
|
|
prompts you for what it should do.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B POSTINST
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -postinst=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B ONLY_NEW_DOTNEW
|
|
|
|
.br
|
|
|
|
When
|
|
|
|
.B POSTINST
|
|
|
|
is set to "on", slackpkg will search for all .new files inside /etc and
|
|
|
|
prompt the user for what to do with them. However, some users prefer to
|
|
|
|
see only the .new files installed in slackpkg's last execution, so if
|
|
|
|
this applies to you, set
|
|
|
|
.B ONLY_NEW_DOTNEW
|
|
|
|
to "on".
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B ONLY_NEW_DOTNEW
|
|
|
|
is "off". Only change this if you know what are you doing...
|
|
|
|
.br
|
|
|
|
From command line, you can use -only_new_dotnew=value.
|
|
|
|
|
Mon Feb 8 05:13:26 UTC 2021
a/aaa_elflibs-15.0-x86_64-30.txz: Removed.
Renamed to aaa_libraries.
a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added.
This package has been renamed from glibc-solibs, which helps avoid trouble
if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading
this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded
first any libraries in it that are linked against a newer version of glibc
than the one installed on the system would refuse to load.
a/aaa_libraries-15.0-x86_64-1.txz: Added.
This package has been renamed from aaa_elflibs to insure that it will come
after aaa_glibc-solibs when upgraded in alphabetical order.
Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6,
libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6,
libgthread-2.0.so.0.6600.6.
Added: libtirpc.so.3.0.0.
a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded.
a/glibc-solibs-2.32-x86_64-1.txz: Removed.
Renamed to aaa_glibc-solibs.
a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded.
ap/slackpkg-15.0-noarch-1.txz: Upgraded.
These are some of the important changes (see the ChangeLog for more):
Note that this slackpkg release contains a backwards-incompatible change to
the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior
behavior of the blacklist function; previously, adding "glibc" to the
blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be
ignored by slackpkg. The new behavior is that *only* the glibc package is
ignored. If you want to blacklist all packages whose names begin with glibc,
you would need to add "glibc.*" to the blacklist now. Also note that any
special characters, e.g. "+", will need to be escaped in the blacklist file.
To blacklist entire package sets, a trailing slash is now required: e.g. kde/
Another backwards-incompatibility warning: check-updates will now return 1 if
there are updates available - this will make it easier to use this feature
with cron (thanks to Peter Hyman).
Added support for Slackware-AArch64 (thanks to Stuart Winter).
Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine.
Thanks to Robby Workman for the new slackpkg release!
ap/soma-3.3.7-noarch-1.txz: Upgraded.
Thanks to David Woodfall.
ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded.
d/help2man-1.48.1-x86_64-1.txz: Upgraded.
d/kernel-headers-5.10.14-x86-1.txz: Upgraded.
k/kernel-source-5.10.14-noarch-1.txz: Upgraded.
l/elfutils-0.183-x86_64-1.txz: Upgraded.
l/glibc-2.32-x86_64-2.txz: Rebuilt.
l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.32-x86_64-2.txz: Rebuilt.
l/lcms2-2.12-x86_64-1.txz: Upgraded.
l/libburn-1.5.4-x86_64-1.txz: Upgraded.
x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 06:13:26 +01:00
|
|
|
.TP 5
|
|
|
|
.B ORIG_BACKUPS
|
|
|
|
.br
|
|
|
|
During integration of .new files during the post installation phase, original
|
|
|
|
files are backed up to a file name with a .orig extension. To prevent this,
|
|
|
|
set this option to "off" and note that you will no longer have a copy of the
|
|
|
|
content of the file prior to it being replaced by the .new version.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B ORIG_BACKUPS
|
|
|
|
is "on". Only change this if you are sure you don't want backups of
|
|
|
|
overwritten files.
|
|
|
|
.br
|
|
|
|
From the command line, you can use -orig_backups=value.
|
|
|
|
|
2016-06-30 22:26:57 +02:00
|
|
|
.TP 5
|
|
|
|
.B ONOFF
|
|
|
|
.br
|
|
|
|
The
|
|
|
|
.B ONOFF
|
|
|
|
variable sets the initial behavior of the dialog interface.
|
|
|
|
If you set this to "on" then all packages will be selected by default.
|
|
|
|
If you prefer the opposite option (all unchecked), then set this to "off".
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B ONOFF
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -onoff=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B DOWNLOAD_ALL
|
|
|
|
.br
|
|
|
|
If this variable is set to "on", all files will be downloaded before the
|
|
|
|
requested operation (install or upgrade) is performed. If set to "off",
|
|
|
|
then the files will be downloaded and the operation (install/upgrade) performed
|
|
|
|
one by one.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B DOWNLOAD_ALL
|
|
|
|
is "off".
|
|
|
|
.br
|
|
|
|
From command line, you can use -download_all=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B DIALOG
|
|
|
|
.br
|
|
|
|
Enables (on) or disables (off) the dialog interface.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B DIALOG
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -dialog=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B DIALOG_MAXARGS
|
|
|
|
.br
|
|
|
|
Set the max number of characters that will be send to "dialog". If this number
|
|
|
|
is reached in upgrade, slackpkg removes the information about current installed
|
|
|
|
version of each package. If even without this information the number is reached
|
|
|
|
again, slackpkg returns an error to the user.
|
|
|
|
|
|
|
|
If
|
|
|
|
.B DIALOG_MAXARGS
|
|
|
|
is unset, 19500 is the default value.
|
|
|
|
.br
|
|
|
|
From command line, you can use -dialog_maxargs=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B BATCH
|
|
|
|
.br
|
|
|
|
Enables (on) or disables (off) the non-interactive mode. When run in batch
|
|
|
|
mode, slackpkg will not prompt the user for anything; instead, all questions
|
|
|
|
will get
|
|
|
|
.B DEFAULT_ANSWER
|
|
|
|
(see below).
|
|
|
|
.br
|
|
|
|
If you perform an upgrade using this mode, you will need to run
|
|
|
|
"slackpkg new-config" later to find and merge .new files.
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B BATCH
|
|
|
|
is "off".
|
|
|
|
.br
|
|
|
|
From command line, you can use -batch=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B DEFAULT_ANSWER
|
|
|
|
.br
|
|
|
|
This is the default answer to questions when slackpkg prompts the user for
|
|
|
|
some information. This is used only in non-interactive mode (when
|
|
|
|
.B BATCH
|
|
|
|
is "yes" or the user turns batch mode on via the command line); otherwise,
|
|
|
|
this variable has no effect.
|
|
|
|
.br
|
|
|
|
Valid values are "y" or "n".
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B DEFAULT_ANSWER
|
|
|
|
is "n".
|
|
|
|
.br
|
|
|
|
From command line, you can use -default_answer=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B USE_INCLUDES
|
|
|
|
.br
|
|
|
|
Slackpkg templates can include other templates. This reduces the package
|
|
|
|
duplication in many templates, but it can be a problem if you want to remove
|
|
|
|
only a specific template. You can disable the #include parsing by setting
|
|
|
|
this option to "off".
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B USE_INCLUDES
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -use_includes=value.
|
|
|
|
|
|
|
|
.TP 5
|
|
|
|
.B SPINNING
|
|
|
|
.br
|
|
|
|
When Slackpkg is doing an activity that takes some time, it gives visual
|
|
|
|
feedback with a spinning bar. If you don't like the spinning bar, it can be
|
|
|
|
disabled by setting this option to "off".
|
|
|
|
|
|
|
|
The default value of
|
|
|
|
.B SPINNING
|
|
|
|
is "on".
|
|
|
|
.br
|
|
|
|
From command line, you can use -spinning=value.
|
|
|
|
|
|
|
|
.SH FILES
|
|
|
|
.TP 5
|
|
|
|
.B /etc/slackpkg/slacpkg.conf
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR slackpkg (8)
|
|
|
|
.BR pkgtool (8)
|
|
|
|
.BR installpkg (8)
|
|
|
|
.BR upgradepkg (8)
|
|
|
|
.BR removepkg (8)
|