summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-14 18:54:12 +0000
committerGerald Carter <jerry@samba.org>2005-10-14 18:54:12 +0000
commit14cd2b277a6ebba14c3c4755e60172570cb5ffc9 (patch)
treee9fa8fbbb863c5c3cd3fe5a3d2433198536d44d2 /packaging
parent00e2b2b9bd8a6439227cc7ba856c78c34711f983 (diff)
downloadsamba-14cd2b277a6ebba14c3c4755e60172570cb5ffc9.tar.gz
samba-14cd2b277a6ebba14c3c4755e60172570cb5ffc9.tar.xz
samba-14cd2b277a6ebba14c3c4755e60172570cb5ffc9.zip
r11066: adding eventlogadm to packaging files
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Fedora/samba.spec.tmpl1
-rw-r--r--packaging/RedHat/samba.spec.tmpl3
-rw-r--r--packaging/Solaris/makepkg.sh2
3 files changed, 4 insertions, 2 deletions
diff --git a/packaging/Fedora/samba.spec.tmpl b/packaging/Fedora/samba.spec.tmpl
index a5da445053f..bd403fc9dc5 100644
--- a/packaging/Fedora/samba.spec.tmpl
+++ b/packaging/Fedora/samba.spec.tmpl
@@ -370,6 +370,7 @@ fi
# %{_bindir}/editreg
%{_bindir}/ntlm_auth
%{_bindir}/pdbedit
+%{_bindir}/eventlogadm
%{_bindir}/profiles
%{_bindir}/smbcquotas
#%{_bindir}/vfstest
diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl
index 4f253910d5a..0794d57b248 100644
--- a/packaging/RedHat/samba.spec.tmpl
+++ b/packaging/RedHat/samba.spec.tmpl
@@ -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*
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index 10ffa1a3072..e60669703c6 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -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"