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

Don't need full path for smbutil.

Trying the ircmsg experiment (broadcasting CVS commit messages in #synchronet).
parent 667de9d6
Branches
Tags
No related merge requests found
......@@ -24,4 +24,5 @@
#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) | /src/sbbs3/gcc.linux.exe.debug/smbutil -o -i -tAll "-sCVS commit %p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
\ No newline at end of file
ALL (echo %p %{sVv}; cat) | smbutil -o -i -tAll "-sCVS commit %p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
ALL (echo %p %{sVv}; cat) | jexec ircmsg -s bbs.synchro.net -c #synchronet -n cvs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment