! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
need to point to right 'id' command on solaris
Status:
RESOLVED: FIXED
Severity:
trivial
Product:
Xfce-utils
Component:
General

Comments

Description Anil 2006-09-06 04:40:23 CEST
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
...
Comment 1 Benedikt Meurer editbugs 2006-09-06 09:26:40 CEST
Created attachment 776 
How about this one?
Comment 2 Anil 2006-09-06 15:27:27 CEST
Looks good. You can close this one. :)
Comment 3 Benedikt Meurer editbugs 2006-09-06 16:51:42 CEST
Committed with revision 23092.

Bug #2274

Reported by:
Anil
Reported on: 2006-09-06
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

How about this one? (374 bytes, patch)
2006-09-06 09:26 CEST , Benedikt Meurer
no flags

Additional information