Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2007 21:45:46 GMT
From:      "Constantine A. Murenin" <cnst@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124492 for review
Message-ID:  <200708012145.l71LjkbF085057@repoman.freebsd.org>

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

Change 124492 by cnst@dale on 2007/08/01 21:44:57

	add lm(4) module, which we will use to test more attach/detach logic from kern_sensors.c

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#4 edit
.. //depot/projects/soc2007/cnst-sensors/sys.modules.lm/Makefile#1 add

Differences ...

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

@@ -1,5 +1,5 @@
 #!/bin/sh
-# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#3 $
+# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#4 $
 # Author: Constantine A. Murenin, 2007-07
 
 # This file creates symbolic links for GSoC2007 cnst_sensors project
@@ -10,7 +10,7 @@
 
 #create some directories that are specific for this project,
 #if they don't exist already
-for i in "sys/dev/lm" "usr.sbin/sensorsd"
+for i in "sys/dev/lm" "sys/modules/lm" "usr.sbin/sensorsd"
 do
 	DIR2C=$TPREFIX/$i	#directory to create
 	if [ ! -d $DIR2C ]
@@ -41,6 +41,6 @@
 				echo "File $TFILE renamed"
 		fi
 		ln -sh $SFILE $TFILE || \
-			echo "File $FILEINDIR not copied to $TDIR, file already exists"
+			echo "File $FILEINDIR not copied to $TDIR, error occupied"
 	done
 done



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