wbpriv must be created in samba-common as there we create the
winbindd_privileged directory
This commit is contained in:
parent
798fa90be1
commit
0bebe3cec6
@ -324,9 +324,9 @@ rm -f $RPM_BUILD_ROOT%{_sbindir}/{u,}mount.cifs
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
/usr/sbin/groupadd -g 88 wbpriv || true
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
/sbin/chkconfig --del smb
|
/sbin/chkconfig --del smb
|
||||||
@ -341,6 +341,9 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
%pre common
|
||||||
|
/usr/sbin/groupadd -g 88 wbpriv || true
|
||||||
|
|
||||||
%post common
|
%post common
|
||||||
/sbin/chkconfig --add winbind
|
/sbin/chkconfig --add winbind
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user