File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ncm-spma/src/main/pan/components/spma Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ type component_spma_type = {
58
58
" userpkgs" ? string with match (SELF, ' yes|no' ) # Allow user packages
59
59
" userprio" ? string with match (SELF, ' yes|no' ) # Priority to user packages
60
60
" protectkernel" ? string with match (SELF, ' yes|no' ) # Prevent currrent kernel from being removed
61
- " packager" ? string with match (SELF, ' (yum|ips)' ) # system packager to be used (yum,ips)
61
+ " packager" : string = " yum " with match (SELF, ' (yum|ips)' ) # system packager to be used (yum,ips)
62
62
" rpmexclusive" ? string with match (SELF, ' yes|no' ) # stop other processes using rpm db
63
63
" usespmlist" ? string with match (SELF, ' yes|no' ) # Have SPMA controlling any packages
64
64
" debug" ? string with match (SELF, ' 0|1|2|3|4|5' ) # debug level (0-5)
You can’t perform that action at this time.
0 commit comments