Mantis - enscript
Viewing Issue Advanced Details
1621 packaging minor always 2006-06-03 15:18 2011-11-03 15:01
carlsonj  
dam  
normal  
closed  
fixed  
none    
none  
0001621: configuration file is misclassified as non-editable
The enscript.cfg file looks like this in CSWenscript\'s pkgmap:

1 f none /opt/csw/etc/enscript.cfg 0644 root bin 4854 16158 1048007238

That\'s not right, because \'f none\' means that the user isn\'t supposed to edit the file, and because \"pkgchk -n\" will return errors if the user modifies the file (say, to change the default A4 paper to Letter). This should be \'e preserve\' instead.
# pkgchk -n -p /opt/csw/etc/enscript.cfg
ERROR: /opt/csw/etc/enscript.cfg
    modtime <03/18/03 12:07:18 PM> expected <05/28/06 02:44:00 PM> actual
    file size <4854> expected <4884> actual
    file cksum <16158> expected <18965> actual
Issue History
2011-11-03 14:58 dam Status new => assigned
2011-11-03 14:58 dam Assigned To => dam
2011-11-03 15:01 dam Note Added: 0009385
2011-11-03 15:01 dam Status assigned => closed
2011-11-03 15:01 dam Resolution open => fixed

Notes
(0009385)
dam   
2011-11-03 15:01   
This has been fixed in 1.6.5.2,REV=2011.07.13 with the cswpreserveconf class action script.