From 06813393faa9a5bdf40b234102a54607d4224aa8 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 19 Nov 2004 02:37:07 +0000 Subject: [PATCH] Don't need full path for smbutil. Trying the ircmsg experiment (broadcasting CVS commit messages in #synchronet). --- CVSROOT/loginfo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo index e58427c837..1287ae134b 100755 --- a/CVSROOT/loginfo +++ b/CVSROOT/loginfo @@ -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 -- GitLab