X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=linux-2.6-530-built-by-support.patch;fp=linux-2.6-530-built-by-support.patch;h=bae3fadd475a94bcf27aaa813fb98a100499fe96;hb=425221f28c27122daff4d0933ef878ff26ff6f15;hp=0000000000000000000000000000000000000000;hpb=e0c419ad6eed2efa33d93c9cb89f1e5573f83173;p=linux-2.6.git diff --git a/linux-2.6-530-built-by-support.patch b/linux-2.6-530-built-by-support.patch new file mode 100644 index 000000000..bae3fadd4 --- /dev/null +++ b/linux-2.6-530-built-by-support.patch @@ -0,0 +1,15 @@ +diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h +index bce3d0f..ffa7b7a 100755 +--- a/scripts/mkcompile_h ++++ b/scripts/mkcompile_h +@@ -64,8 +64,8 @@ UTS_TRUNCATE="cut -b -$UTS_LEN" + echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\" + + echo \#define LINUX_COMPILE_TIME \"`date +%T`\" +- echo \#define LINUX_COMPILE_BY \"`whoami`\" +- echo \#define LINUX_COMPILE_HOST \"`hostname | $UTS_TRUNCATE`\" ++ echo \#define LINUX_COMPILE_BY \"support\" ++ echo \#define LINUX_COMPILE_HOST \"planet-lab.org\" + + if [ -x /bin/dnsdomainname ]; then + domain=`dnsdomainname 2> /dev/null`