summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-10-25 09:08:22 +0000
committerJohn Terpstra <jht@samba.org>1998-10-25 09:08:22 +0000
commitaf36d39434eaf39817f9916be79dcf2817897ee2 (patch)
treeefa71604f11e40fdb13115fc2b4897404507922c /packaging
parent9d33d405cdbd9ae61fb68b6f5ce5f56f86cc54bb (diff)
downloadsamba-af36d39434eaf39817f9916be79dcf2817897ee2.tar.gz
samba-af36d39434eaf39817f9916be79dcf2817897ee2.tar.xz
samba-af36d39434eaf39817f9916be79dcf2817897ee2.zip
Packaging mods - make sure we always keep our config files and NEVER mv them to *.rpmsave
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba2.spec.tmpl19
1 files changed, 11 insertions, 8 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 620e109f676..53f955ed1cf 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -21,9 +21,6 @@ in Linux. Samba uses NetBIOS over TCP/IP (NetBT) protocols
and does NOT need NetBEUI (Microsoft Raw NetBIOS frame)
protocol.
-This a work in progress release only. This is NOT a production
-stable release and it is VERY VERY pre-alpha.
-
Samba-2 features an almost working NT Domain Control
capability and includes the new SWAT (Samba Web Administration
Tool) that allows samba's smb.conf file to be remotely managed
@@ -40,6 +37,13 @@ for Shadow passwords. Do NOT recompile with the SHADOW_PWD option
enabled. Red Hat Linux has built in support for quotas in PAM.
%changelog
+* Sun Oct 25 1998 John H Terpstra <jht@samba.anu.edu.au>
+ - Added parameters to /config to ensure smb.conf, lmhosts,
+ and smbusers never gets over-written.
+
+* Sat Oct 24 1998 John H Terpstra <jht@samba.anu.edu.au>
+ - removed README.smbsh file from docs area
+
* Mon Oct 05 1998 John H Terpstra <jht@samba.anu.edu.au>
- Added rpcclient to binaries list
- Added smbwrapper stuff
@@ -77,7 +81,6 @@ enabled. Red Hat Linux has built in support for quotas in PAM.
%setup
%patch -p1
%patch1 -p1
-mv source/smbwrapper/README source/smbwrapper/README.smbsh
%build
cd source
@@ -209,7 +212,7 @@ mv $tmpfile services
%files
%doc README COPYING Manifest Read-Manifest-Now
-%doc WHATSNEW.txt Roadmap smbwrapper/README.smbsh
+%doc WHATSNEW.txt Roadmap
%doc docs
%doc swat/README
%doc examples
@@ -248,9 +251,9 @@ mv $tmpfile services
%attr(-,root,root) /usr/share/swat/images/viewconfig.gif
%attr(-,root,root) /usr/share/swat/include/header.html
%attr(-,root,root) /usr/share/swat/include/footer.html
-%attr(-,root,root) %config /etc/lmhosts
-%attr(-,root,root) %config /etc/smb.conf
-%attr(-,root,root) %config /etc/smbusers
+%attr(-,root,root) %config(noreplace) /etc/lmhosts
+%attr(-,root,root) %config(noreplace) /etc/smb.conf
+%attr(-,root,root) %config(noreplace) /etc/smbusers
%attr(-,root,root) /etc/rc.d/init.d/smb
%attr(-,root,root) /etc/logrotate.d/samba
%attr(-,root,root) /etc/pam.d/samba