mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 09:32:49 +00:00
Fixed bug in postinstall
This commit is contained in:
parent
c9ccc77914
commit
f7559f5860
1 changed files with 4 additions and 4 deletions
|
@ -102,7 +102,7 @@
|
|||
Summary: Samba SMB server
|
||||
Name: samba
|
||||
Version: 4.1.9
|
||||
Release: 4
|
||||
Release: 5
|
||||
Epoch: 1
|
||||
License: GPLv3
|
||||
Group: System/Servers
|
||||
|
@ -933,9 +933,9 @@ groupadd -frg 421 machines
|
|||
|
||||
# https://wiki.archlinux.org/index.php/Samba#Creating_usershare_path
|
||||
groupadd sambashare
|
||||
mkdir -p %{_libdir}/samba/usershare
|
||||
chown root:sambashare %{_libdir}/samba/usershare
|
||||
chmod 1770 %{_libdir}/samba/usershare
|
||||
mkdir -p %{_localstatedir}/lib/samba/usershare
|
||||
chown root:sambashare %{_localstatedir}/lib/samba/usershare
|
||||
chmod 1770 %{_localstatedir}/lib/samba/usershare
|
||||
|
||||
|
||||
%systemd_post nmb.service
|
||||
|
|
Loading…
Add table
Reference in a new issue