Skip to content
Snippets Groups Projects
Commit 1de66c21 authored by rswindell's avatar rswindell
Browse files

<Deuce> Can set the env variable SDL_VIDEODRIVER=dummy

<Deuce> Though I'm not sure how to get cvs to have env variables in the child processes.
<Deuce> It will still do "things" with SDL, but none of them should matter.
<Deuce> Basically, it will initialize the dummy driver, uninitialize it, then call main()
parent ef06be0a
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL (echo %p %{sVv}; cat) | /sbbs/exec/smbutil -o -i "-tCVS commit" "-s%p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
ALL /sbbs/exec/jsexec -c /sbbs/ctrl ircmsg -s synchro.net -p 6667 -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
ALL SDL_VIDEODRIVER=dummy; /sbbs/exec/jsexec -c /sbbs/ctrl ircmsg -s synchro.net -p 6667 -c \#synchronet -n cvs_$USER -x "^In directory cvs" -x "^Modified Files:\$" -x "^Log Message:\$"
#ALL jsexec -c /sbbs/ctrl gnats_cvs $USER cvs justme
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment