PERFORCE change 125469 for review

Constantine A. Murenin cnst at FreeBSD.org
Mon Aug 20 16:30:15 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125469

Change 125469 by cnst at dale on 2007/08/20 23:30:08

	don't forget to link etc, too

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sensors.cvsdiff.sh#3 edit
.. //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#9 edit

Differences ...

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

@@ -6,6 +6,7 @@
  usr.sbin/sensorsd\
 "
 FILES="\
+ etc/sensorsd.conf\
  lib/libc/gen/sysctl.3\
  sbin/sysctl/Makefile\
  sbin/sysctl/sysctl.8\

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

@@ -1,5 +1,5 @@
 #!/bin/sh
-# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#8 $
+# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#9 $
 # Author: Constantine A. Murenin, 2007-07
 
 # This file creates symbolic links for GSoC2007 cnst_sensors project
@@ -31,7 +31,7 @@
 
 
 echo "FILES=\"\\" >>$CVSDIFFSH
-for i in `find -s ./ -name "*.*" -type d`
+for i in "etc" `find -s ./ -name "*.*" -type d`
 do
 	SDIR=`echo $i | sed "s#[.]/##g"`	#source directory
 	TDIR=`echo $SDIR | sed "s#[.]#/#g" | sed "s#^usr/#usr.#g"`	#target directory


More information about the p4-projects mailing list