summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-04-28 07:35:29 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-05-03 13:17:44 +0200
commitb21b2a70138be37d7130bfea1ed010b2b15cd7b4 (patch)
treee4407845ad592f33947c343e717348b899a54729 /patches
parent4e4fbd617a005dfe58ba1f2d2ea9e55c023072ba (diff)
downloadptxdist-b21b2a70138be37d7130bfea1ed010b2b15cd7b4.tar.gz
ptxdist-b21b2a70138be37d7130bfea1ed010b2b15cd7b4.tar.xz
[efax] remove redhat specific patch
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/efax-0.9/efax-0.9-config.patch60
-rw-r--r--patches/efax-0.9/series1
2 files changed, 0 insertions, 61 deletions
diff --git a/patches/efax-0.9/efax-0.9-config.patch b/patches/efax-0.9/efax-0.9-config.patch
deleted file mode 100644
index 8a874036d..000000000
--- a/patches/efax-0.9/efax-0.9-config.patch
+++ /dev/null
@@ -1,60 +0,0 @@
----
- Makefile | 2 +-
- fax | 14 +++++++-------
- 2 files changed, 8 insertions(+), 8 deletions(-)
-
---- a/Makefile
-+++ b/Makefile
-@@ -8,7 +8,7 @@ CC=gcc
- # Compile/load options. Add -DNO_STRERROR to CFLAGS if _strerror
- # is undefined
-
--CFLAGS=
-+CFLAGS= $(RPM_OPT_FLAGS)
- LDFLAGS=
-
- # Change the following to the destination directories for
---- a/fax
-+++ b/fax
-@@ -17,9 +17,9 @@
- # The names of the fax script, efax and efix, including full path
- # if necessary.
-
--FAX=fax
--EFAX=efax
--EFIX=efix
-+FAX=/usr/bin/fax
-+EFAX=/usr/bin/efax
-+EFIX=/usr/bin/efix
-
- # The device to which the fax modem is connected (e.g. ttya for
- # /dev/ttya). Use a dial-out (cua) device if available. If
-@@ -28,16 +28,16 @@ EFIX=efix
- # /dev/modem is a link to /dev/cua1, then getty, uucp, kermit,
- # pppd, dip, etc. must *all* use either /dev/modem or /dev/cua1.
-
--DEV=cua1
-+DEV=modem
-
- # Your fax number in international format, 20 characters maximum.
- # Use only digits, spaces, and the "+" character.
-
--FROM="+1 800 555 5555"
-+FROM="+0 000 000 0000"
-
- # Your name as it should appear on the page header.
-
--NAME="Put Your Name Here"
-+NAME="from a Red Hat Linux system"
-
- # The preferred page size for creating and printing faxes.
- # Allowed values are "letter", "legal", and "a4".
-@@ -67,7 +67,7 @@ VIEWCMD="xloadimage stdin" # best
- # The name of the Ghostscript executable including full path if
- # necessary. Only required if faxing Postscript files.
-
--GS=gs
-+GS=/usr/bin/gs
-
- # Dial string prefix and suffix such as T for tone dialing, P for
- # pulse dialing, 9 to get an external line, commas for delays or
diff --git a/patches/efax-0.9/series b/patches/efax-0.9/series
index 6f2ed413b..a1b37594e 100644
--- a/patches/efax-0.9/series
+++ b/patches/efax-0.9/series
@@ -1,4 +1,3 @@
-efax-0.9-config.patch
efax-0.9-manpage.patch
efax-0.9-misc.patch
efax-0.9-nullptr.patch