summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hylafax/patches/patch-ai')
-rw-r--r--comms/hylafax/patches/patch-ai24
1 files changed, 8 insertions, 16 deletions
diff --git a/comms/hylafax/patches/patch-ai b/comms/hylafax/patches/patch-ai
index b179d69dae8..584f47e7188 100644
--- a/comms/hylafax/patches/patch-ai
+++ b/comms/hylafax/patches/patch-ai
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.8 2003/09/23 21:39:48 abs Exp $
+$NetBSD: patch-ai,v 1.9 2005/01/27 16:22:37 adam Exp $
---- etc/faxsetup.sh.in.orig Tue May 6 21:41:17 2003
+--- etc/faxsetup.sh.in.orig 2004-12-28 04:45:04.000000000 +0000
+++ etc/faxsetup.sh.in
@@ -41,7 +41,9 @@
# This script interactively prepares and verifies
@@ -13,31 +13,23 @@ $NetBSD: patch-ai,v 1.8 2003/09/23 21:39:48 abs Exp $
test -d /usr/ucb && PATH=$PATH:/usr/ucb # Sun and others
test -d /usr/bsd && PATH=$PATH:/usr/bsd # Silicon Graphics
test -d /usr/5bin && PATH=/usr/5bin:$PATH:/usr/etc # Sun and others
-@@ -59,13 +61,14 @@ FUSER=@FUSER@ # fuser command to dump
+@@ -60,6 +62,7 @@ FUSER=@FUSER@ # fuser command to dump
GREP=@GREP@ # grep command for use below
LN=@LN@ # ln command for use below
LN_S=@LN_S@ # ln option for creating a symbolic link
+MKDIR=@MKDIR@ # directory creation program for use below
+ MIMENCODE=@MIMENCODE@ # mimencode command to dump in setup.cache
MKFIFO=@MKFIFO@ # FIFO creation program for use below
MV=@MV@ # move file for use below
- RMCMD=@RM@ # remove file for use below
- SCRIPT_SH=@SCRIPT_SH@ # shell for use below
- SED=@SED@ # sed for use below
-
--FAX=fax # identity of the fax user
-+FAX=@FAXUID@ # identity of the fax user
- SERVICES=/etc/services # location of services database
- INETDCONF=/usr/etc/inetd.conf # default location of inetd configuration file
- ALIASES=/usr/lib/aliases # default location of mail aliases database file
-@@ -143,6 +146,7 @@ LIBDATA DIR_LIBDATA
- LIBEXEC DIR_LIBEXEC
+@@ -149,6 +152,7 @@ LIBEXEC DIR_LIBEXEC
LN
MANDIR DIR_MAN
+ MIMENCODE
+MKDIR
MKFIFO
MV
PATH
-@@ -757,6 +761,61 @@ if [ "$euid" != "root" ]; then
+@@ -816,6 +820,61 @@ if [ "$euid" != "root" ]; then
boom
fi
@@ -99,7 +91,7 @@ $NetBSD: patch-ai,v 1.8 2003/09/23 21:39:48 abs Exp $
onClient && Note "Checking system for proper client configuration."
onServer && Note "Checking system for proper server configuration."
-@@ -2199,12 +2258,7 @@ if onServer; then
+@@ -2214,12 +2273,7 @@ if onServer; then
findproc()
{