Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 22:32:50 GMT
From:      "Constantine A. Murenin" <cnst@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 125464 for review
Message-ID:  <200708202232.l7KMWo2s005716@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125464

Change 125464 by cnst@dale on 2007/08/20 22:32:30

	add a comment to the autogenerated script

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#7 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#7 (text+ko) ====

@@ -1,5 +1,5 @@
 #!/bin/sh
-# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#6 $
+# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#7 $
 # Author: Constantine A. Murenin, 2007-07
 
 # This file creates symbolic links for GSoC2007 cnst_sensors project
@@ -11,6 +11,7 @@
 
 CVSDIFFSH="sensors.cvsdiff.`date +%Y-%m-%dT%H%M%S%z`.sh"
 echo "#!/bin/sh" >$CVSDIFFSH
+echo "#this **cvs diff** script is **generated by sensors.ln.sh**" >>$CVSDIFFSH
 
 
 #create some directories that are specific for this project,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708202232.l7KMWo2s005716>