From 15c2645f6bda5eda34db6eb52f43cba5a1662a82 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 20 Dec 2003 20:06:38 +0000 Subject: Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which is probably not "/usr/local"). --- comms/mgetty+sendfax/distinfo | 4 +++- comms/mgetty+sendfax/patches/patch-an | 13 +++++++++++++ comms/mgetty+sendfax/patches/patch-ao | 13 +++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 comms/mgetty+sendfax/patches/patch-an create mode 100644 comms/mgetty+sendfax/patches/patch-ao (limited to 'comms') diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index 4b20d377cec..20bec166ac8 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2003/09/25 20:27:12 fredb Exp $ +$NetBSD: distinfo,v 1.14 2003/12/20 20:06:38 fredb Exp $ SHA1 (mgetty1.1.30-Dec16.tar.gz) = aea2a4c999f167e2311e797b164d4797baf328c4 Size (mgetty1.1.30-Dec16.tar.gz) = 969967 bytes @@ -14,3 +14,5 @@ SHA1 (patch-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475 SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60 SHA1 (patch-am) = 6b7516b3f857f65c0ecc7963f39e433e4ef8771d +SHA1 (patch-an) = 36be41aa6002d6c0bb387be4a0fc46a1701f0b11 +SHA1 (patch-ao) = 64a8b1f390dffc0b20eba18ba7d242084dc909dd diff --git a/comms/mgetty+sendfax/patches/patch-an b/comms/mgetty+sendfax/patches/patch-an new file mode 100644 index 00000000000..cde00266944 --- /dev/null +++ b/comms/mgetty+sendfax/patches/patch-an @@ -0,0 +1,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 : diff --git a/comms/mgetty+sendfax/patches/patch-ao b/comms/mgetty+sendfax/patches/patch-ao new file mode 100644 index 00000000000..433839a5f49 --- /dev/null +++ b/comms/mgetty+sendfax/patches/patch-ao @@ -0,0 +1,13 @@ +$NetBSD: patch-ao,v 1.1 2003/12/20 20:06:38 fredb Exp $ + +--- fax/faxrm.in.orig 2002-11-16 16:16:51.000000000 -0600 ++++ fax/faxrm.in +@@ -16,7 +16,7 @@ FAX_SPOOL_OUT=@FAX_SPOOL_OUT@ + echo="@ECHO@" + # + # helper program for privileged queue access +-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper ++FAXQ_HELPER=@LIBDIR@/faxq-helper + # + + if [ ! -d $FAX_SPOOL_OUT ] -- cgit v1.2.3