base-files: Don't fork to call id in profile

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5076 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-19 16:30:55 +00:00
parent 9469a087a7
commit a456abafce
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ if [ ! -e /etc/localtime ]; then
export TZ
fi
if [ "`id -u`" -eq 0 ]; then
if [ "$HOME" = "/home/root" ]; then
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
fi
if [ "$PS1" ]; then

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
PR = "r60"
PR = "r61"
LICENSE = "GPL"
SRC_URI = " \