Ticket #1729 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

incorrect link in the makefile of rp-pppoe

Reported by: RoadRunner Assigned to: livecd@linuxfromscratch.org
Priority: normal Milestone: 6.2
Component: Makefiles Version: SVN
Keywords: Cc:

Description

Hello,

maybe the files were moved by the owner/maintainer of the rp-pppoe website. sha1sum doesn't change. Below is the diff of the old and new Makefile in my directories.

Greetings.


knoppix@6[rp-pppoe]$ diff Makefile* 8c8 < URL-$(FILE)= http://www.roaringpenguin.com/files/download/$(FILE) ---

URL-$(FILE)= http://www.roaringpenguin.com/penguin/pppoe/$(FILE)

Change History

10/22/06 02:50:40 changed by alexander@linuxfromscratch.org

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in 6.2 branch. Ignore the trunk, it is dead.

10/22/06 07:44:58 changed by RoadRunner

Hello,

it happened to me in the following branch:

root/branches/6.2/packages/rp-pppoe/Makefile

The makefile simply loads a textfile from the download-link instead of the suggested tarball. so i decided to find the correct link and wrote the ticket.

Maybe i am the only one who runs in this? Tried it now a second ( or third ? ) time and for me only my suggested link is downloading correct.

Sincerely,

RoadRunner?

10/23/06 07:08:17 changed by alexander@linuxfromscratch.org

Really fixed now in the 6.2 branch. Next time, to avoid such confusions, please use diff properly:

diff -u old-file new-file

or even better, use the "svn diff" command without further arguments.