more patches
[linux-2.6.git] / linux-2.6-530-built-by-support.patch
1 diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h
2 index bce3d0f..ffa7b7a 100755
3 --- a/scripts/mkcompile_h
4 +++ b/scripts/mkcompile_h
5 @@ -64,8 +64,8 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
6    echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"
7  
8    echo \#define LINUX_COMPILE_TIME \"`date +%T`\"
9 -  echo \#define LINUX_COMPILE_BY \"`whoami`\"
10 -  echo \#define LINUX_COMPILE_HOST \"`hostname | $UTS_TRUNCATE`\"
11 +  echo \#define LINUX_COMPILE_BY \"support\"
12 +  echo \#define LINUX_COMPILE_HOST \"planet-lab.org\"
13  
14    if [ -x /bin/dnsdomainname ]; then
15      domain=`dnsdomainname 2> /dev/null`