summaryrefslogtreecommitdiff
path: root/comms/hylafax/files/patch-ab
blob: 03446a5f38dbb11f4fe11f9c81a9a904d3f88392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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;;