diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /comms/hylafax/files/patch-ab | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'comms/hylafax/files/patch-ab')
-rw-r--r-- | comms/hylafax/files/patch-ab | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/comms/hylafax/files/patch-ab b/comms/hylafax/files/patch-ab deleted file mode 100644 index 03446a5f38db..000000000000 --- a/comms/hylafax/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -This patch prepared by Julian Stacey <jhs@FreeBSD.Org - -Make this a BATCH compilable port, instead of IS_INTERACTIVE - -Warning before removing or renaming this patch, -consult this code segment in ../Makefile: - .if !exists(patches/patch-aa) - IS_INTERACTIVE= yes - .endif - -*** configure Sat May 20 16:30:29 1995 ---- configure Sat May 20 16:58:58 1995 -*************** -*** 2889,2895 **** - fi - checkForExecutable $PATH_SENDMAIL - checkForExecutable $PATH_GETTY -! printConfig; prompt "Are these ok [yes]?"; read ok - test -z "$ok" && ok=yes - case "$ok" in - [1-9]|1[0-7]) promptForParameter $ok;; ---- 2889,2898 ---- - fi - checkForExecutable $PATH_SENDMAIL - checkForExecutable $PATH_GETTY -! printConfig -! ok=yes -! echo "If you do not like this config, uncomment next prompt line in configure." -! # prompt "Are these ok [yes]?"; read ok - test -z "$ok" && ok=yes - case "$ok" in - [1-9]|1[0-7]) promptForParameter $ok;; |