Opened 14 years ago
Closed 14 years ago
#2977 closed task (fixed)
Minor issues with IPRoute2
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 | 
| Component: | Book | Version: | SVN | 
| Severity: | normal | Keywords: | |
| Cc: | 
Description
First, the SBINDIR parameter to make is redundant, as the Makefile already specifies SBINDIR=/sbin.
Second, the Makefile creates a /var/lib/arpd directory, and installs an arpd manpage, but these are pointless when arpd is not installed. The extraneous directory can be taken care of with a "sed -i /ARPD/d Makefile" or something similar, and arpd.8 can simply be deleted from man/man8.
  Note:
 See   TracTickets
 for help on using tickets.
    

Thanks for the report, Chris. Fixed in r9687.