diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-06-28 21:38:19 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-06-28 21:38:19 +1000 |
commit | 7dbe92c97038b62b7ef9576c003a09a87d56edfa (patch) | |
tree | 70299619de4c548cf1c3a835d9b5f2aef9d0d4ed /packaging/Fedora/samba4.spec | |
parent | db313cbab6838e098c6fbda51c47a1da8ee00780 (diff) | |
download | samba-7dbe92c97038b62b7ef9576c003a09a87d56edfa.tar.gz samba-7dbe92c97038b62b7ef9576c003a09a87d56edfa.tar.bz2 samba-7dbe92c97038b62b7ef9576c003a09a87d56edfa.zip |
More work to use %{name} rather than 'samba'
(This used to be commit a18363d72ac58ee27b4ff3b065f3fab50722718a)
Diffstat (limited to 'packaging/Fedora/samba4.spec')
-rw-r--r-- | packaging/Fedora/samba4.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packaging/Fedora/samba4.spec b/packaging/Fedora/samba4.spec index 9059f14697..ad929f1174 100644 --- a/packaging/Fedora/samba4.spec +++ b/packaging/Fedora/samba4.spec @@ -142,7 +142,7 @@ cd source --with-lockdir=/var/lib/%{name} \ --with-piddir=/var/run \ --with-privatedir=/var/lib/%{name}/private \ - --with-logfilebase=/var/log/samba \ + --with-logfilebase=/var/log/%{name} \ --with-configdir=%{_sysconfdir}/%{name} \ --with-winbindd-socket-dir=/var/run/winbind \ --with-ntp-signd-socket-dir=/var/run/ntp_signd \ @@ -260,7 +260,6 @@ exit 0 %{_datadir}/samba/setup/* %dir /var/lib/%{name}/sysvol %config(noreplace) %{_sysconfdir}/sysconfig/%{name} -%dir %{_sysconfdir}/%{name} %attr(0700,root,root) %dir /var/log/%{name} %attr(0700,root,root) %dir /var/log/%{name}/old @@ -271,6 +270,11 @@ exit 0 %{_datadir}/samba/*.dat %{_libdir}/*.so.* %{_libdir}/samba +%dir %{_sysconfdir}/%{name} +#Need to mark this as being owned by Samba, but it is normally created +#by the provision script, which runs best if there is no existing +#smb.conf +#%config(noreplace) %{_sysconfdir}/%{name}/smb.conf %files winbind %defattr(-,root,root) |