diff options
Diffstat (limited to 'irc/solid-ircd/files/patch-configure')
| -rw-r--r-- | irc/solid-ircd/files/patch-configure | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/irc/solid-ircd/files/patch-configure b/irc/solid-ircd/files/patch-configure deleted file mode 100644 index 0f73ecfb31a0..000000000000 --- a/irc/solid-ircd/files/patch-configure +++ /dev/null @@ -1,61 +0,0 @@ ---- configure.old Sat Apr 15 12:21:36 2006 -+++ configure Sat Apr 15 12:21:50 2006 -@@ -8941,58 +8941,3 @@ - echo " Maximum Connections: $maxconnections" - echo " Install Directory: $prefix" - echo "" -- -- --ok=0 --DEF=no --echo "Would you like to create your SSL Certificate now?" --while [ $ok -lt 1 ] ; do -- echo "[$DEF] " -- if read INPUT ; then : ; else echo "" ; exit 1 ; fi -- if [ ! "$INPUT" ] ; then -- INPUT=$DEF -- fi -- case $INPUT in -- n*|N*) -- -- ok=1 -- ;; -- y*|Y*) -- cd doc/ssl -- ./makecert.sh newcert -- cd .. -- cd .. -- ok=1 -- ;; -- *) -- echo "Please enter 'yes' or 'no'." -- ;; -- esac --done --echo "" -- --ok=0 --DEF=no --echo "Would you like to compile & install solid-ircd now?" --while [ $ok -lt 1 ] ; do -- echo "[$DEF] " -- if read INPUT ; then : ; else echo "" ; exit 1 ; fi -- if [ ! "$INPUT" ] ; then -- INPUT=$DEF -- fi -- case $INPUT in -- n*|N*) -- -- ok=1 -- ;; -- y*|Y*) -- -- make && make install -- ok=1 -- ;; -- *) -- echo "Please enter 'yes' or 'no'." -- ;; -- esac --done --echo "" |
