Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105718200
D10862.id28688.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D10862.id28688.diff
View Options
Index: share/mk/bsd.init.mk
===================================================================
--- share/mk/bsd.init.mk
+++ share/mk/bsd.init.mk
@@ -24,20 +24,12 @@
.export _uid
.endif
.if ${_uid} != 0
-.if !defined(USER)
-# Avoid exporting USER
-.if !defined(_USER)
-_USER!= id -un
-.export _USER
-.endif
-USER= ${_USER}
-.endif
.if !defined(_gid)
_gid!= id -g
.export _gid
.endif
.for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
-$xOWN= ${USER}
+$xOWN= ${_uid}
$xGRP= ${_gid}
.endfor
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 4:06 PM (20 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15531533
Default Alt Text
D10862.id28688.diff (511 B)
Attached To
Mode
D10862: Fix INSTALL_AS_USER with external nsswitch databases
Attached
Detach File
Event Timeline
Log In to Comment