Mantis - pkg_get
Viewing Issue Advanced Details
4116 regular use major always 2010-01-07 11:53 2010-03-12 15:57
skayser  
bonivart  
normal  
closed  
fixed  
none    
none  
0004116: Syscheck option -V doesn't honor alternative config given via --config
Just wanted to test an alternative config via -V, but noticed that -V doesn't honor an alternative config as the alternative configuration is only parsed after the syscheck done in pkgutilver().

  pkgutilver(1) if $opt_syscheck;
  ...
  init($opt_config) if $opt_config;

To reproduce simply create an alternative config with an altered configuration value and try to display it via --config and -V.
$ pkgparam CSWpkgutil VERSION
1.9.1,REV=2009.12.10
Issue History
2010-01-07 11:53 skayser New Issue
2010-01-07 11:55 skayser Note Added: 0007191
2010-01-07 17:41 bonivart Status new => assigned
2010-01-07 17:41 bonivart Assigned To => bonivart
2010-02-23 16:51 bonivart Note Added: 0007508
2010-02-23 16:51 bonivart Status assigned => resolved
2010-02-23 16:51 bonivart Resolution open => fixed
2010-03-12 15:57 bonivart Status resolved => closed

Notes
(0007191)
skayser   
2010-01-07 11:55   
As a workaround I have resorted to use the debug mode (-D) with the almost-noop -U for now.
(0007508)
bonivart   
2010-02-23 16:51   
Fixed in r201.