f8 build fix
[linux-2.6.git] / linux-2.6-530-built-by-support.patch
1 From 45f623649676ca5f3138498964cee0a8740c2e24 Mon Sep 17 00:00:00 2001
2 From: S.Çağlar Onur <caglar@cs.princeton.edu>
3 Date: Tue, 7 Dec 2010 11:08:15 -0500
4 Subject: [PATCH] linux-2.6-530-built-by-support.patch
5
6 ---
7  scripts/mkcompile_h |    4 ++--
8  1 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h
11 index bce3d0f..ffa7b7a 100755
12 --- a/scripts/mkcompile_h
13 +++ b/scripts/mkcompile_h
14 @@ -64,8 +64,8 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
15    echo \#define UTS_VERSION \"`echo $UTS_VERSION | $UTS_TRUNCATE`\"
16  
17    echo \#define LINUX_COMPILE_TIME \"`date +%T`\"
18 -  echo \#define LINUX_COMPILE_BY \"`whoami`\"
19 -  echo \#define LINUX_COMPILE_HOST \"`hostname | $UTS_TRUNCATE`\"
20 +  echo \#define LINUX_COMPILE_BY \"support\"
21 +  echo \#define LINUX_COMPILE_HOST \"planet-lab.org\"
22  
23    if [ -x /bin/dnsdomainname ]; then
24      domain=`dnsdomainname 2> /dev/null`
25 -- 
26 1.5.4.3
27