Ticket #1713 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

Bzdiff and tempfile/mktemp

Reported by: chris@linuxfromscratch.org Assigned to: lfs-book@linuxfromscratch.org
Priority: low Milestone: Future
Component: Book Version: SVN
Severity: trivial Keywords:
Cc:

Description

As far as I can see, bzdiff is the only script in LFS that uses tempfile. This can easily be changed to mktemp, simply to reduce the number of deprecated program references in LFS.

Attachments

updatebzip2.patch (0.6 kB) - added by chris@linuxfromscratch.org on 02/17/06 10:59:12.
Updates bzip2 to remove the "tempfile" reference from bzdiff

Change History

02/17/06 10:59:12 changed by chris@linuxfromscratch.org

  • attachment updatebzip2.patch added.

Updates bzip2 to remove the "tempfile" reference from bzdiff

03/18/06 14:34:57 changed by matthew@linuxfromscratch.org

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

Patch applied in r7441. Thanks for the patch Chris, and sorry for taking so long to get around to applying it.