]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/cdrtools-2.01-ascii-2.patch
Load libata prior udev at installer because some SATA doesnt autoload it
[people/pmueller/ipfire-2.x.git] / src / patches / cdrtools-2.01-ascii-2.patch
CommitLineData
c8ead4a5
MT
1Submitted By: Alexander E. Patrakov
2Date: 2006-06-05
3Initial Package Version: 2.01
4Upstream Status: Knows about a similar RedHat patch, ignores the issue
5Origin: Alexander E. Patrakov; RedHat does something very similar
6 Modified by Andy Benton to fix an issue with it not applying properly
7Description: Replaces hard-coded ISO-8859-1 with ASCII approximations
8To regenerate:
9
10for F in cdrecord/cdrecord.c cdrecord/diskid.c cdrecord/sector.c \
11 readcd/readcd.c scgcheck/scgcheck.c scgskeleton/skel.c ; do
12 LC_ALL=de_DE iconv -f ISO-8859-1 -t US-ASCII//TRANSLIT $F >tmp
13 mv tmp $F
14done
15
16and remove hunks that modify comments.
17
18RedHat converts to UTF-8 instead, but this is unacceptable for LFS because
19not everyone uses UTF-8 based locales.
20
21$Id: cdrtools-2.01-ascii-2.patch 1553 2006-06-05 12:05:57Z randy $
22
23
24diff -urN cdrtools-2.01.orig/cdrecord/cdrecord.c cdrtools-2.01/cdrecord/cdrecord.c
25--- cdrtools-2.01.orig/cdrecord/cdrecord.c 2004-09-08 23:26:35.000000000 +0600
26+++ cdrtools-2.01/cdrecord/cdrecord.c 2006-02-13 10:17:29.000000000 +0500
27@@ -297,7 +297,7 @@
28 *
29 * Warning: you are not allowed to modify or to remove the
30 * Copyright and version printing code below!
31