# HG changeset patch # User resdb # Date 1319356748 18000 # Node ID 39369594be19f454554ed846071fa48d1f7f226c # Parent 937136aa8df726f639568b557057ae510107a362 splicex manual fix diff -r 937136aa8df7 -r 39369594be19 contrib/splicex/LINUX/manual --- 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. + 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. + + .SH OPTIONS diff -r 937136aa8df7 -r 39369594be19 contrib/splicex/configure --- 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