fix order of init scripts and remove references to swat/README
authorGerald Carter <jerry@samba.org>
Fri, 29 Aug 2003 04:09:21 +0000 (04:09 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 29 Aug 2003 04:09:21 +0000 (04:09 +0000)
packaging/RedHat/samba.spec.tmpl
packaging/RedHat/smb.init
packaging/RedHat/winbind.init

index 6c6bafe5faf7956a78af03046a93ac606961922a..bd813ca85d9788dc6a38798c8a37082fcb21b16f 100644 (file)
@@ -148,7 +148,6 @@ install -m 755 source/bin/libsmbclient.a $RPM_BUILD_ROOT%{prefix}/lib/
 install -m 644 source/include/libsmbclient.h $RPM_BUILD_ROOT%{prefix}/include/
 
 # Install the miscellany
-install -m755 swat/README $RPM_BUILD_ROOT%{prefix}/share/swat/README
 install -m755 packaging/RedHat/smbprint $RPM_BUILD_ROOT%{prefix}/bin
 install -m755 packaging/RedHat/smb.init $RPM_BUILD_ROOT/etc/rc.d/init.d/smb
 install -m755 packaging/RedHat/winbind.init $RPM_BUILD_ROOT/etc/rc.d/init.d/winbind
@@ -357,7 +356,6 @@ fi
 %doc README COPYING Manifest Read-Manifest-Now
 %doc WHATSNEW.txt Roadmap
 %doc docs
-%doc swat/README
 %doc examples
 %{prefix}/sbin/smbd
 %{prefix}/sbin/nmbd
@@ -404,7 +402,6 @@ fi
 %{prefix}/share/swat/lang/*/images/*
 %{prefix}/share/swat/lang/*/include/*.html
 %{prefix}/share/swat/using_samba/*
-%{prefix}/share/swat/README
 %config(noreplace) /etc/samba/lmhosts
 %config(noreplace) /etc/samba/smb.conf
 %config(noreplace) /etc/samba/smbusers
index f50da2c6b2a86f801a3d28527cc19147a2552a1e..79f4f322d03aa348eeb2cfa0d2ac1237b63b880b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# chkconfig: 345 91 35
+# chkconfig: 345 81 35
 # description: Starts and stops the Samba smbd and nmbd daemons \
 #             used to provide SMB network services.
 
index e5680726e7857182cbfc30eea889594bd0ecd6b7..1635dca93be098f3bf4c7fc05490d01d9bae182d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# chkconfig: 345 81 45
+# chkconfig: 345 91 45
 # description: Starts and stops the Samba winbind daemon to provide \
 # user and group information from a domain controller to linux.