summaryrefslogtreecommitdiffstats
path: root/source/ap/slackpkg/files/slackpkg.conf.5
blob: 529bfba7182127ca3aba2e9ad61d5a151d35e401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
.TH SLACKPKG.CONF 5 "Oct 2017" slackpkg-2.82.2 ""
.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
Chooses the system architecture. Usually Slackpkg can find the correct
value using "uname -m". The valid values are:

.ds title MACHINE\t\tVALID ARCH VALUES
.ds arm ARM\t\t\tarm
.ds aarch64 AArch64\t\taarch64
.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
\*[aarch64]
.br
\*[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.

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

.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)