summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-05 21:35:37 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-05 21:35:37 +0000
commit83210d2ab473e0faa4bd60b3ef05cfc7f557ec0c (patch)
tree9b0176fe8bc0a706042dea3315bb60b7b1470ca1
parentf56671a8a3d2287eeee8ad10c0423a5050b3f9ce (diff)
Removed reference to depricated ./makeconf and updated command to exec to build the daemon.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@986 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure15
1 files changed, 1 insertions, 14 deletions
diff --git a/configure b/configure
index 92acbf6a4..f8528dc13 100755
--- a/configure
+++ b/configure
@@ -519,25 +519,12 @@ if [ "$YN" != "n" ] ; then
$MAKEPROG
echo ""
echo "Done!"
- echo ""
else
echo ""
- echo "Done!"
- echo ""
- echo -e "To build your server with these settings, please type '\033[1;32mmake\033[0;37m' now."
- echo ""
- echo -e "*** \033[1;32mRemember to edit your configuration files!!!\033[0;37m ***"
- echo ""
+ echo -e "To build your server with these settings, please type '\033[1;32m$MAKEPROG\033[0;37m' now."
fi
echo ""
-echo "Do you want to run the config file maker?"
-echo -e $n "[\033[1;32my\033[0;37m] $c"
-read YN
-if [ "$YN" != "n" ] ; then
- sh makeconf
-fi
-
echo -e "*** \033[1;32mRemember to edit your configuration files!!!\033[0;37m ***"
echo ""