~ubuntu-branches/ubuntu/dapper/asterisk/dapper-security

« back to all changes in this revision

Viewing changes to build_tools/make_build_h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-05-18 10:21:06 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060518102106-5vgpbtylsvr9jiu3
Tags: 1:1.2.7.1.dfsg-2ubuntu1
* Resynchronized with Debian, only Ubuntu changes:
  - debian/*.init:
    - create /var/run/ directory if necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
KERNEL=`uname -r`
4
4
MACHINE=`uname -m`
5
5
OS=`uname -s`
6
 
USER=`whoami`
 
6
if [ `uname -s` = "SunOS" ]; then
 
7
  USER=`/usr/xpg4/bin/id -un`
 
8
else
 
9
  USER=`id -un`
 
10
fi
7
11
DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
8
12
cat << END
9
13
/*