Skip to content
Snippets Groups Projects
Commit 2b71904a authored by sbbs's avatar sbbs
Browse files

Specify full paths to smbutil and jsexec.

parent 8cc97390
Branches
Tags
No related merge requests found
......@@ -24,6 +24,6 @@
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL (echo %p %{sVv}; cat) | smbutil -o -i "-tCVS commit" "-s%p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
ALL jsexec -c /sbbs/ctrl ircmsg -s bbs.synchro.net -p 5050 -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
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 bbs.synchro.net -p 5050 -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.
Please register or to comment