Mantis - pkg_get
Viewing Issue Advanced Details
4000 regular use minor have not tried 2009-11-06 18:11 2009-11-09 14:57
yann  
bonivart  
normal  
closed  
fixed  
none    
none  
0004000: pkgutil return an error code when removing a package
I noticed pkgutil always return the 1 error code when removing a package,
because the rem_pkgs function ends with the following line:
   myexit("","",1);

Is this something normal ?
Issue History
2009-11-06 18:11 yann New Issue
2009-11-07 00:41 bonivart Status new => assigned
2009-11-07 00:41 bonivart Assigned To => bonivart
2009-11-07 00:43 bonivart Note Added: 0006958
2009-11-09 14:57 bonivart Note Added: 0006965
2009-11-09 14:57 bonivart Status assigned => closed
2009-11-09 14:57 bonivart Resolution open => fixed

Notes
(0006958)
bonivart   
2009-11-07 00:43   
No, that's not right. I looked it over and found a couple more places where it should be 0. Checked in r160. Thanks for spotting it.
(0006965)
bonivart   
2009-11-09 14:57   
This will be in the next release.