mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r11066: adding eventlogadm to packaging files
(This used to be commit 081a2f17fc
)
This commit is contained in:
parent
5292f1c2f3
commit
e7d1871009
@ -370,6 +370,7 @@ fi
|
||||
# %{_bindir}/editreg
|
||||
%{_bindir}/ntlm_auth
|
||||
%{_bindir}/pdbedit
|
||||
%{_bindir}/eventlogadm
|
||||
%{_bindir}/profiles
|
||||
%{_bindir}/smbcquotas
|
||||
#%{_bindir}/vfstest
|
||||
|
@ -127,7 +127,7 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/{lib,include}
|
||||
# Install standard binary files
|
||||
for i in nmblookup smbclient smbpasswd smbstatus testparm \
|
||||
rpcclient smbspool smbcacls smbcontrol wbinfo smbmnt net \
|
||||
smbcacls pdbedit tdbbackup smbtree ntlm_auth smbcquotas
|
||||
smbcacls pdbedit eventlogadm tdbbackup smbtree ntlm_auth smbcquotas
|
||||
do
|
||||
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
|
||||
done
|
||||
@ -426,6 +426,7 @@ fi
|
||||
%{prefix}/bin/smbcquotas
|
||||
%{prefix}/bin/smbcacls
|
||||
%{prefix}/bin/pdbedit
|
||||
%{prefix}/bin/eventlogadm
|
||||
%{prefix}/bin/tdbbackup
|
||||
%{prefix}/bin/smbtree
|
||||
%attr(755,root,root) /lib/libnss_wins.s*
|
||||
|
@ -9,7 +9,7 @@
|
||||
INSTALL_BASE=/opt/samba
|
||||
|
||||
SBINPROGS="smbd nmbd winbindd swat"
|
||||
BINPROGS="findsmb nmblookup pdbedit rpcclient smbclient smbcquotas smbspool smbtar tdbbackup testparm wbinfo net ntlm_auth profiles smbcacls smbcontrol smbpasswd smbstatus smbtree tdbdump"
|
||||
BINPROGS="findsmb nmblookup eventlogadm pdbedit rpcclient smbclient smbcquotas smbspool smbtar tdbbackup testparm wbinfo net ntlm_auth profiles smbcacls smbcontrol smbpasswd smbstatus smbtree tdbdump"
|
||||
MSGFILES="de.msg en.msg fr.msg it.msg ja.msg nl.msg pl.msg tr.msg"
|
||||
VFSLIBS="audit.so default_quota.so extd_audit.so full_audit.so readonly.so shadow_copy.so cap.so expand_msdfs.so fake_perms.so netatalk.so recycle.so"
|
||||
DATFILES="lowcase.dat upcase.dat valid.dat"
|
||||
|
Loading…
Reference in New Issue
Block a user