]> git.pld-linux.org Git - packages/hylafax.git/commitdiff
- fix awk paths
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Jun 2007 18:39:39 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hylafax-awk.patch -> 1.1

hylafax-awk.patch [new file with mode: 0644]

diff --git a/hylafax-awk.patch b/hylafax-awk.patch
new file mode 100644 (file)
index 0000000..cfd8c66
--- /dev/null
@@ -0,0 +1,21 @@
+diff -urN hylafax-4.3.4.org/html/building.html hylafax-4.3.4/html/building.html
+--- hylafax-4.3.4.org/html/building.html       2005-08-08 21:38:09.000000000 +0200
++++ hylafax-4.3.4/html/building.html   2007-06-09 20:39:06.024967626 +0200
+@@ -1120,7 +1120,7 @@
+ <TR>
+ <TD VALIGN=top><LISTING>
+ Selecting programs used during installation and operation.
+-Looks like /usr/bin/awk should be used to process command scripts.
++Looks like /bin/awk should be used to process command scripts.
+ Looks like /usr/sbin/sendmail should be used to deliver mail.
+ Looks like /usr/bin/mkfifo creates FIFO special files.
+ Looks like /bin/mv supports the -f option to force a move.
+diff -urN hylafax-4.3.4.org/util/b64-encode.awk hylafax-4.3.4/util/b64-encode.awk
+--- hylafax-4.3.4.org/util/b64-encode.awk      2007-01-09 15:14:12.000000000 +0100
++++ hylafax-4.3.4/util/b64-encode.awk  2007-06-09 20:39:06.031634632 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/awk -f
++#!/bin/awk -f
+ #     $Id$
+ #
+ # HylaFAX Facsimile Software
This page took 0.134877 seconds and 4 git commands to generate.