blob: cde002669444dc411fea80ebdee668d73fecec6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-an,v 1.1 2003/12/20 20:06:38 fredb Exp $
--- fax/faxq.in.orig 2002-11-23 12:57:59.000000000 -0600
+++ fax/faxq.in
@@ -21,7 +21,7 @@ AWK=@AWK@
#
# helper program for privileged queue access
-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper
+FAXQ_HELPER=@LIBDIR@/faxq-helper
if cd $FAX_SPOOL_OUT
then :
|