[Nagiosplug-checkins] CVS: nagiosplug/tools sfsnapshot,1.12,1.13
Karl DeBisschop
kdebisschop at users.sourceforge.net
Tue Sep 16 04:37:05 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv1066
Modified Files:
sfsnapshot
Log Message:
here-doc format was not correct
Index: sfsnapshot
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/sfsnapshot,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** sfsnapshot 11 Aug 2003 19:43:36 -0000 1.12
--- sfsnapshot 16 Sep 2003 11:36:51 -0000 1.13
***************
*** 25,29 ****
# Get compile server to do the work
# Variables will be expanded locally before being run on $CF
! ssh $CF <<-EOF
set -x
PATH=$PATH
--- 25,29 ----
# Get compile server to do the work
# Variables will be expanded locally before being run on $CF
! ssh $CF <<EOF
set -x
PATH=$PATH
***************
*** 42,46 ****
# End ssh
! EOF
}
--- 42,46 ----
# End ssh
! EOF
}
More information about the Commits
mailing list