Opened 13 years ago

Last modified 13 years ago

#30344 closed enhancement

regarding the user macports 2.0 creates… — at Initial Version

Reported by: dejanpekez@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: base Version: 2.0.0
Keywords: Cc:
Port:

Description

the attribute RealName is empty, this results in an empty user being shown in some dialogs that rely on the RealName (see picture 1). it's displayed correctly in dialogs that rely on the shortname (see picture 2). adding this to the postflight script fixes that:

${DSCL} -q . -create /Users/${RUNUSR} RealName ${RUNUSR}

doing this leads to the next problem, the macports user is being shown in the users & groups system preferences pane (see picture 3) on which i haven't found a solution yet.

is it possible to hide the macports user completely from the "gui"? it must be possible since all those daemons and agents (_www, _ard, etc.) are hidden too.

sorry for my bad english, i hope you guys understood everything.

Change History (3)

Changed 13 years ago by dejanpekez@…

Attachment: picture 1.png added

picture 1

Changed 13 years ago by dejanpekez@…

Attachment: picture 2.png added

picture 2

Changed 13 years ago by dejanpekez@…

Attachment: picture 3.png added
Note: See TracTickets for help on using tickets.