]> git.pld-linux.org Git - packages/hylafax.git/blob - hylafax-awk.patch
- fix awk paths
[packages/hylafax.git] / hylafax-awk.patch
1 diff -urN hylafax-4.3.4.org/html/building.html hylafax-4.3.4/html/building.html
2 --- hylafax-4.3.4.org/html/building.html        2005-08-08 21:38:09.000000000 +0200
3 +++ hylafax-4.3.4/html/building.html    2007-06-09 20:39:06.024967626 +0200
4 @@ -1120,7 +1120,7 @@
5  <TR>
6  <TD VALIGN=top><LISTING>
7  Selecting programs used during installation and operation.
8 -Looks like /usr/bin/awk should be used to process command scripts.
9 +Looks like /bin/awk should be used to process command scripts.
10  Looks like /usr/sbin/sendmail should be used to deliver mail.
11  Looks like /usr/bin/mkfifo creates FIFO special files.
12  Looks like /bin/mv supports the -f option to force a move.
13 diff -urN hylafax-4.3.4.org/util/b64-encode.awk hylafax-4.3.4/util/b64-encode.awk
14 --- hylafax-4.3.4.org/util/b64-encode.awk       2007-01-09 15:14:12.000000000 +0100
15 +++ hylafax-4.3.4/util/b64-encode.awk   2007-06-09 20:39:06.031634632 +0200
16 @@ -1,4 +1,4 @@
17 -#!/usr/bin/awk -f
18 +#!/bin/awk -f
19  #      $Id$
20  #
21  # HylaFAX Facsimile Software
This page took 0.034479 seconds and 3 git commands to generate.