mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Bug 6638 - Change from a historic BSD command to a POSIX command for determining username
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@11634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3,7 +3,7 @@ HOSTNAME=`uname -n`
|
|||||||
KERNEL=`uname -r`
|
KERNEL=`uname -r`
|
||||||
MACHINE=`uname -m`
|
MACHINE=`uname -m`
|
||||||
OS=`uname -s`
|
OS=`uname -s`
|
||||||
USER=`whoami`
|
USER=`id -un`
|
||||||
DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
|
DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
|
||||||
cat << END
|
cat << END
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user