summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-ab
blob: c0c0abc7c4b8a40a4d043d9d419da55ddfbf6cc8 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $

--- config/config-sh.in.orig	Fri May  1 19:30:04 1998
+++ config/config-sh.in	Tue Nov 24 13:31:51 1998
@@ -44,7 +44,6 @@
   if [ "$DEFAULTS" != "none" ]; then
     bool 'Do you want to change your previous configuration' CHANGE_CONFIG
     if [ "$CHANGE_CONFIG" = "n" ]; then
-      echo "Ok, I will only prompt you for NEW parameters."
       USE_DEFAULT=y
     else
       USE_DEFAULT=n
@@ -63,13 +62,10 @@
     eval exec_prefix="$prefix"
   fi
   string 'Which compiler do you want to use' CC "$CC_DEFAULT"
-  echo "* For the following four questions, specify 'none' when you want it to be empty."
   eval string "'What flags should I pass to $CC [none]'" CFLAGS "'$CFLAGS_DEFAULT'"
   string 'Do you need extra include directories [none]' EXTRA_INCLUDEDIRS none
   if [ -z "$LDFLAGS_DEFAULT" ]; then
     LDFLAGS_DEFAULT=none
-  else
-    eval LDFLAGS_DEFAULT="$LDFLAGS_DEFAULT"
   fi
   string 'Which linker flags do you need [none]' LDFLAGS "$LDFLAGS_DEFAULT"
   if [ -z "$LIBS" ]; then
@@ -78,9 +74,6 @@
   string 'Which extra libraries do you need [none]' IRCDLIBS "$LIBS"
   eval bindir="$bindir"
   string 'In which directory should I install the ircd binary' BINDIR $bindir
-  if [ ! -d "$BINDIR" ]; then
-    echo "$BINDIR : No such directory"
-  fi
   string 'What should the name of the installed symbolic link to the exectuable be' SYMLINK ircd
   string 'Which permissions do you want the binary to have' IRCDMODE 711
   string 'Which owner do you want the binary to have' IRCDOWN "`id | sed -e 's/.*uid=[0-9]*(//' -e 's/).*//' 2> /dev/null`"
@@ -192,7 +185,6 @@
   eval DPATH_DEFAULT="${prefix}/lib/ircd"
   string 'Directory where all ircd stuff resides' DPATH $DPATH_DEFAULT
   define_string SPATH "$BINDIR/ircd"
-  echo "The following filenames are either full paths or files within DPATH"
   string 'Server configuration file' CPATH 'ircd.conf'
   string 'Server MOTD file' MPATH 'ircd.motd'
   string 'Server remote MOTD file (3 lines max)' RPATH 'remote.motd'
@@ -338,7 +330,6 @@
     int 'Check clone delay (600!)' CHECK_CLONE_DELAY 600
   fi
   int 'Max auto connects per class (1!)' MAXIMUM_LINKS 1
-  echo '* Never define this on a production server:'
   bool 'Enable message logging' MSGLOG_ENABLED
   if [ "$MSGLOG_ENABLED" = "y" ]; then
     int 'Message log size' MSGLOG_SIZE 128