Actually change the nobody mapping
I added this to the changelog, but forgot to commit the change itself. Also fix scriptlet definition.
This commit is contained in:
parent
8dc92a4da2
commit
3e18b458fc
@ -317,8 +317,8 @@ CONFIGURE_OPTS=(
|
|||||||
-Dinstall-tests=true
|
-Dinstall-tests=true
|
||||||
-Dtty-gid=5
|
-Dtty-gid=5
|
||||||
-Dusers-gid=100
|
-Dusers-gid=100
|
||||||
-Dnobody-user=nfsnobody
|
-Dnobody-user=nobody
|
||||||
-Dnobody-group=nfsnobody
|
-Dnobody-group=nobody
|
||||||
-Db_lto=false
|
-Db_lto=false
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -555,7 +555,7 @@ if [ $1 -eq 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%post libs
|
%post libs
|
||||||
%ldconfig
|
%{?ldconfig}
|
||||||
|
|
||||||
if [ -f /etc/nsswitch.conf ] ; then
|
if [ -f /etc/nsswitch.conf ] ; then
|
||||||
# sed-fu to add myhostanme to hosts line
|
# sed-fu to add myhostanme to hosts line
|
||||||
|
Loading…
Reference in New Issue
Block a user