2007/12/4, Allan McRae <mcrae_allan@hotmail.com>:
Hi all,
The attached patch fixes FS#5392 [1]. If hard links are present for a man page, all other hard linked files are removed, the man page is gzipped and the hard links are updated to the newly compressed man page.
I didn't deal with the comment the .bz2 files are not change because I felt that is unnecessary. Also, do we even care if man pages have permission of 444 instead of 644 as mentioned in the final comment?
From the comments in the bug report, the ownership of the traceroute man page should probably be dealt with in the iputils package and probably needs a separate bug report opened.
This is the first patch I've submitted and I'm new to git so let me know if I've done something wrong...
Cheers, Allan
Your patch is named 0001-Signed-off-by-Allan-McRae-mcrae_allan-hotmail.com.patch This is because you didn't add a patch title as a first line. Your commit message should look like this (I numbered lines for clarity): 1 Compress hard linked man pages 2 (empty line) 3 short description goes here 4 and continues here 5 (empty line) 6 Signed-off-by: Allan McRae <youremailaddress> -- Roman Kyrylych (Роман Кирилич)