On 2017 Aug 18 14:12:38, you wrote to me:
both of
xtrn/dpoker/dpconfig
xtrn/sbj/sbjclean
need the same fix as well...
Thanks. I don't have a dpconfig stub script however (not in CVS).
that's weird... really weird... i wonder if it was taken out when dpclean was removed? i'm pretty sure that we got it from CVS... i don't know how else we would have gotten it unless max maybe made it when she saw dpconfig in the binary directory... probably thought we'd need this script to execute dpconfig to set the game up... it makes sense since the game binary is called from a script so the same type of script should/would be needed for dpconfig, too...
anyway, the script is/was exactly like the others... here's what we have (below)... it is missing the new stuff, of course... as far as i know, it is only for doing the configuration but with the change from dpoker.cfg to dpoker.ini, maybe dpconfig isn't needed any more?? or maybe it is built into dpoker like dpclean was done? i don't see that in main() with the other two options, though...
----->8 snip 8<-----
#!/bin/sh
os=`uname | tr "[A-Z]" "[a-z]"`
exename=`basename $0`
dirname=`dirname $0`
if [ -x $dirname\/gcc.$os.exe.release/$exename ]
then exec $dirname\/gcc.$os.exe.release/$exename $@
elif [ -x $dirname\/gcc.$os.exe.debug/$exename ]
then exec $dirname\/gcc.$os.exe.debug/$exename $@
elif [ -x $dirname\/gcc.$os.x64.exe.release/$exename ]
then exec $dirname\/gcc.$os.x64.exe.release/$exename $@
elif [ -x $dirname\/gcc.$os.x64.exe.debug/$exename ]
then exec $dirname\/gcc.$os.x64.exe.debug/$exename $@
elif [ -x $dirname\/*.$os.exe.release/$exename ]
then exec $dirname\/*.$os.exe.release/$exename $@
elif [ -x $dirname\/*.$os.exe.debug/$exename ]
then exec $dirname\/*.$os.exe.debug/$exename $@
elif [ -x $dirname\/*.$os.exe.*/$exename ]
then exec $dirname\/*.$os.exe.*/$exename $@
fi
----->8 snip 8<-----
)\/(ark
Always Mount a Scratch Monkey
Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
... Zoophiles see the entire animal kingdom as potential dates!
---
* Origin: (1:3634/12.73)
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net