mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 08:02:23 +02:00
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:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Miscellaneous files for the base system."
|
||||
SECTION = "base"
|
||||
PRIORITY = "required"
|
||||
PR = "r60"
|
||||
PR = "r61"
|
||||
LICENSE = "GPL"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
Reference in New Issue
Block a user