summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-06-28 21:38:19 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-06-28 21:38:19 +1000
commita18363d72ac58ee27b4ff3b065f3fab50722718a (patch)
tree842725709359ac284006d75cb5103812f5090bde
parent7b1bccc33eecce6a8f5b486c321c0e6dd52f108f (diff)
downloadsamba-a18363d72ac58ee27b4ff3b065f3fab50722718a.tar.gz
More work to use %{name} rather than 'samba'
-rw-r--r--packaging/Fedora/samba4.init2
-rw-r--r--packaging/Fedora/samba4.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/packaging/Fedora/samba4.init b/packaging/Fedora/samba4.init
index 1e42364452b..a04cce92c59 100644
--- a/packaging/Fedora/samba4.init
+++ b/packaging/Fedora/samba4.init
@@ -5,7 +5,7 @@
# used to provide SMB network services.
#
# pidfile: /var/run/samba4/smbd.pid
-# config: /etc/samba/smb.conf
+# config: /etc/samba4/smb.conf
SAMBA_NAME=samba4
diff --git a/packaging/Fedora/samba4.spec b/packaging/Fedora/samba4.spec
index 9059f14697e..ad929f11747 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)