mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Aggiunto LEGACYBL in man pages
This commit is contained in:
parent
285c7514c7
commit
caa5b0f494
2 changed files with 32 additions and 8 deletions
|
@ -85,10 +85,11 @@ Here is the list of available settings:
|
|||
\fBSearch settings\fP
|
||||
.ds 1 ALLOW32BIT\t\t\ton/off\t\toff\t\tyes
|
||||
.ds 2 USEBL\t\t\t\toff/on\t\ton\t\tyes
|
||||
.ds 3 GREYLIST\t\t\t\ton/off\t\ton\t\tyes
|
||||
.ds 4 SENSITIVE_SEARCH\t\ton/off\t\ton\t\tyes
|
||||
.ds 5 WW_FILE_SEARCH\t\t\ton/off\t\ton\t\tyes
|
||||
.ds 6 SBOURL\t\t\t\tstring\t\t-\t\tno
|
||||
.ds 3 LEGACYBL\t\t\t\toff/on\t\toff\t\tyes
|
||||
.ds 4 GREYLIST\t\t\t\ton/off\t\ton\t\tyes
|
||||
.ds 5 SENSITIVE_SEARCH\t\ton/off\t\ton\t\tyes
|
||||
.ds 6 WW_FILE_SEARCH\t\t\ton/off\t\ton\t\tyes
|
||||
.ds 7 SBOURL\t\t\t\tstring\t\t-\t\tno
|
||||
.in +2
|
||||
\*1
|
||||
.br
|
||||
|
@ -101,6 +102,8 @@ Here is the list of available settings:
|
|||
\*5
|
||||
.br
|
||||
\*6
|
||||
.br
|
||||
\*7
|
||||
.in
|
||||
|
||||
|
||||
|
@ -363,6 +366,15 @@ For example in slackpkg you can blacklist the internationalization packages putt
|
|||
USEBL=off slackpkg install kde-l10n-it
|
||||
.in
|
||||
|
||||
.TP 5
|
||||
\fBLEGACYBL\fP
|
||||
.br
|
||||
Slackpkg 15.0.2 introduces a new blacklist system that may not work properly with third party repositories.
|
||||
|
||||
If you set \fBLEGACYBL\fP=\fIon\fP, slackpkg+ will rollback the blacklist syntax to the same of Slackware 14.2
|
||||
|
||||
That older syntax does \fBgrep\ \-wE\fP in pkglist of specified regex.
|
||||
|
||||
.TP 5
|
||||
\fBGREYLIST\fP
|
||||
.br
|
||||
|
|
|
@ -85,10 +85,11 @@ Seguono le differenti impostazioni disponibili:
|
|||
\fBImpostazioni di ricerca\fP
|
||||
.ds 1 ALLOW32BIT\t\t\ton/off\t\toff\t\tsi
|
||||
.ds 2 USEBL\t\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 3 GREYLIST\t\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 4 SENSITIVE_SEARCH\t\ton/off\t\ton\t\tsi
|
||||
.ds 5 WW_FILE_SEARCH\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 6 SBOURL\t\t\t\tstringa\t\t-\t\tno
|
||||
.ds 3 LEGACYBL\t\t\t\ton/off\t\toff\t\tsi
|
||||
.ds 4 GREYLIST\t\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 5 SENSITIVE_SEARCH\t\ton/off\t\ton\t\tsi
|
||||
.ds 6 WW_FILE_SEARCH\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 7 SBOURL\t\t\t\tstringa\t\t-\t\tno
|
||||
.in +2
|
||||
\*1
|
||||
.br
|
||||
|
@ -101,6 +102,8 @@ Seguono le differenti impostazioni disponibili:
|
|||
\*5
|
||||
.br
|
||||
\*6
|
||||
.br
|
||||
\*7
|
||||
.in
|
||||
|
||||
|
||||
|
@ -361,6 +364,15 @@ Per esempio in slackpkg si possono blacklistare i pacchetti di internazionalizza
|
|||
USEBL=off slackpkg install kde-l10n-it
|
||||
.in
|
||||
|
||||
.TP 5
|
||||
\fBLEGACYBL\fP
|
||||
.br
|
||||
Slackpkg 15.0.2 introduce un nuovo sistema di blacklist che potrebbe non funzionare correttamente con i repository di terze parti.
|
||||
|
||||
Impostando \fBLEGACYBL\fP=\fIon\fP, slackpkg+ utilizzerà il sistema di blacklist di Slackware 14.2
|
||||
|
||||
Questa vecchia sintassi effettua \fBgrep\ \-wE\fP in pkglist della regex specificate.
|
||||
|
||||
.TP 5
|
||||
\fBGREYLIST\fP
|
||||
.br
|
||||
|
|
Loading…
Reference in a new issue