X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=linux-2.6-530-built-by-support.patch;fp=linux-2.6-530-built-by-support.patch;h=727419a1e646bd83244ff1de68a020d70f7bf658;hb=46f9157a34e535c8415bf9e03b03a5599ed106b4;hp=0000000000000000000000000000000000000000;hpb=c435cadb524ac14eaf624175532e09fb08c107f9;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..727419a1e --- /dev/null +++ b/linux-2.6-530-built-by-support.patch @@ -0,0 +1,14 @@ +diff -Nurp linux-2.6.22.10-vs2.3.0.29-pl04/scripts/mkcompile_h linux-2.6.22.10-vs2.3.0.29-pl05/scripts/mkcompile_h +--- linux-2.6.22.10-vs2.3.0.29-pl04/scripts/mkcompile_h 2007-07-21 18:00:28.000000000 -0400 ++++ linux-2.6.22.10-vs2.3.0.29-pl05/scripts/mkcompile_h 2007-11-14 17:08:09.000000000 -0500 +@@ -60,8 +60,8 @@ UTS_TRUNCATE="sed -e s/\(.\{1,$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 + echo \#define LINUX_COMPILE_DOMAIN \"`dnsdomainname | $UTS_TRUNCATE`\"