[Xfce-bugs] [Bug 2274] New: need to point to right 'id' command on solaris
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Sep 6 06:40:24 CEST 2006
Do not reply to this email. To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2274
Summary: need to point to right 'id' command on solaris
Product: Xfce
Version: 4.3.99.1 (4.4RC1)
Platform: PC (x86)
OS/Version: Solaris
Status: NEW
Severity: trivial
Priority: Medium
Component: xfce-utils
AssignedTo: xfce-bugs at xfce.org
ReportedBy: anilj at entic.net
In the xinitrc file that is shipped with the product we need to point to the
right unix 'id' command on solaris:
bash-3.00$ /usr/xpg4/bin/id -u
100
bash-3.00$ id -u
id: illegal option -- u
Usage: id [-ap] [user]
...
# fix broken $UID on some system...
if test "x$UID" = "x"; then
UID=`/usr/xpg4/bin/id -u`
fi
...
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list