------------------------------------------------
gradall:/home/adam# grep-status -F Package jboss-server -n -s Conffiles|
awk
'{ print $2 "  " $1 }' | sort -u | wc -l
     86
gradall:/home/adam# grep-status -F Package jboss-server -n -s Conffiles|
awk
'{ print $2 "  " $1 }' | sort | wc -l
    170
------------------------------------------------

This probably reflects the fact that grep-status outputs lots of
blank lines.

dpkg already checks for and handles conflicting conffiles.
Have you found bugs in conffile handling?

--
Thomas



Reply via email to