Opened 8 years ago

Closed 7 years ago

#1115 closed task (wontfix)

IPutils s20151218

Reported by: William Harrington Owned by: clfs-commits@…
Priority: major Milestone: CLFS Standard 3.1.0
Component: BOOK Version: CLFS Standard GIT
Keywords: IPutils Cc: berzerkula@…, jonathan@…, chris@…, cross-lfs@…

Description (last modified by William Harrington)

Not too many major updates with this release, but tracepath6 is redundant.

A new download tarball, and a new patch created.

Tarball: http://www.skbuff.net/iputils/iputils-s20151218.tar.bz2

That patch is here: http://clfs.org/~kb0iic/patches/iputils-s20151218-updates-1.patch

Command change (Makefile is patched to disable options by default):

patch -Np1 -i ../iputils-s20151218-updates-1.patch 
make TARGETS="clockdiff ping rdisc tracepath traceroute6"
install -v -m755 ping /bin
install -v -m755 clockdiff /usr/bin
install -v -m755 rdisc /usr/bin
install -v -m755 tracepath /usr/bin
install -v -m755 traceroute{,6} /usr/bin
install -v -m644 doc/*.8 /usr/share/man/man8
ln -sv ping /bin/ping4
ln -sv ping /bin/ping6

Change History (4)

comment:1 by William Harrington, 8 years ago

Description: modified (diff)

comment:2 by William Harrington, 8 years ago

Priority: minormajor

comment:3 by William Harrington, 8 years ago

Description: modified (diff)

comment:4 by William Harrington, 7 years ago

Resolution: wontfix
Status: newclosed

Closing. See Ticket 1164 IPutils s20161105

Note: See TracTickets for help on using tickets.