changeset 685:39369594be19 draft

splicex manual fix
author resdb <resdb@d3v11-VM.(none)>
date Sun, 23 Oct 2011 02:59:08 -0500
parents 937136aa8df7
children 3fa5b31c4b4c
files contrib/splicex/LINUX/manual contrib/splicex/configure
diffstat 2 files changed, 37 insertions(+), 40 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/splicex/LINUX/manual	Sat Oct 22 18:10:02 2011 -0500
+++ b/contrib/splicex/LINUX/manual	Sun Oct 23 02:59:08 2011 -0500
@@ -1,29 +1,25 @@
 .TH SpliceX "" "" "" ""
-             __________        _ _         __  __    ______
-            / / / / ___| _ __ | (_) ___ ___\\ \\/ /   / / / /
-           / / / /\\___ \\| '_ \\| | |/ __/ _ \\\\  /   / / / /
-          / / / /  ___) | |_) | | | (_|  __//  \\  / / / /
-         /_/_/_/  |____/| .__/|_|_|\\___\\___/_/\\_\\/_/_/_/
-                        |_|
+                    __________        _ _         __  __    ______
+                   / / / / ___| _ __ | (_) ___ ___\\ \\/ /   / / / /
+                  / / / /\\___ \\| '_ \\| | |/ __/ _ \\\\  /   / / / /
+                 / / / /  ___) | |_) | | | (_|  __//  \\  / / / /
+                /_/_/_/  |____/| .__/|_|_|\\___\\___/_/\\_\\/_/_/_/
+                               |_|
  
-              .:Brute Force Utilities For GNU/Linux:.
+                     .:Brute Force Utilities For GNU/Linux:.
 
 
-SpliceX is free software: you can redistribute it and/or modify it under
-.br
-the terms of the GNU General Public License as published by the Free
-.br
-Software Foundation, either version 3 of the License, or (at your option)
-.br
-any later version.
+       SpliceX is free software: you can redistribute it and/or modify it under
+       the terms of the GNU General Public License as published by the Free
+       Software Foundation, either version 3 of the License, or (at your option)
+       any later version.
 
-SpliceX is distributed in the hope that it will be useful, but WITHOUT
-.br
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-.br
-FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-.br
-for more details. <http://www.gnu.org/licenses/>
+       SpliceX is distributed in the hope that it will be useful, but WITHOUT
+       ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+       FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+       for more details. <http://www.gnu.org/licenses/>
+
+
 
 .SH
 OPTIONS
--- a/contrib/splicex/configure	Sat Oct 22 18:10:02 2011 -0500
+++ b/contrib/splicex/configure	Sun Oct 23 02:59:08 2011 -0500
@@ -1,4 +1,5 @@
 #!/bin/bash
+clear
 echo "
      __________        _ _         __  __    ______
     / / / / ___| _ __ | (_) ___ ___\\ \\/ /   / / / /
@@ -15,42 +16,42 @@
  exit 1
 fi
 
-sleep 1
+sleep .7
 echo 'CONFIGURE: '
-sleep 1
+sleep .7
 echo -ne 'checking for python'
-sleep 1
+sleep .7
 echo -ne '.'
-sleep 1
+sleep .7
 echo -ne '.'
-sleep 1
+sleep .7
 echo -ne '.'
 if which python >/dev/null; then
- sleep 1
+ sleep .7
  echo -ne ' python found :-)'
  echo
- sleep 1
+ sleep .7
 else
- sleep 1
+ sleep .7
  echo -ne ' python not found. Quiting... :-('
  echo
  exit 1
 fi
 
 echo -ne 'checking for man'
-sleep 1
+sleep .7
 echo -ne '.'
-sleep 1
+sleep .7
 echo -ne '.'
-sleep 1
+sleep .7
 echo -ne '.'
 if which man >/dev/null; then
- sleep 1
+ sleep .7
  echo -ne ' man found :-)'
  echo
- sleep 1
+ sleep .7
 else
- sleep 1
+ sleep .7
  echo -ne ' man not found. Quiting... :-('
  echo
  exit 1
@@ -58,16 +59,16 @@
 
 PYPATH=`which python`
 echo "configuring splicex for $PYPATH"
-sleep 1
+sleep .7
 echo -ne '.'
-sleep 1
+sleep .7
 echo -ne '.'
-sleep 1
+sleep .7
 echo -ne '.'
 sed -e s^PYTHON^"$PYPATH"^g LINUX/splicex.py >LINUX/splicex.cp
 sed -e s^PYTHON^"$PYPATH"^g LINUX/splicex-deshadow.py >LINUX/splicex-deshadow.cp
 echo "configured...continuing \`make install'"
-sleep 1
+sleep .7
 echo
 echo 'INSTALL: '
-sleep 1
+sleep .7