Requesting a code review for a minor change. The file is: ...src/pkgdefs/SFWlpcap/prototype_com A copy of the diff is shown below.
The defect is that the ownership for sfw/man/man3 should be `root bin' not `bin bin'. Eric ---- $ svn diff prototype_com Index: prototype_com =================================================================== --- prototype_com (revision 85) +++ prototype_com (working copy) @@ -53,5 +53,5 @@ f none sfw/include/pcap-bpf.h 444 root bin f none sfw/include/pcap-namedb.h 444 root bin d none sfw/man 755 root bin -d none sfw/man/man3 755 bin bin +d none sfw/man/man3 755 root bin f none sfw/man/man3/pcap.3 444 root bin
