[Pkg-samba-maint] r904 - branches/samba4

Steinar H. Gunderson sesse at costa.debian.org
Fri Jan 6 01:28:57 UTC 2006


Author: sesse
Date: 2006-01-06 01:28:57 +0000 (Fri, 06 Jan 2006)
New Revision: 904

Modified:
   branches/samba4/samba.config
Log:
Fix a bashism in the new config scripts (ugh).


Modified: branches/samba4/samba.config
===================================================================
--- branches/samba4/samba.config	2006-01-06 01:02:51 UTC (rev 903)
+++ branches/samba4/samba.config	2006-01-06 01:28:57 UTC (rev 904)
@@ -6,7 +6,7 @@
 
 db_title "Samba Server"
 
-if [ "$1" == "configure" ]; then
+if [ "$1" = "configure" ]; then
 	#
 	# Are we upgrading from Samba 3, and already have a configuration file?
 	# If so, the user might want to try the automatic upgrading.




More information about the Pkg-samba-maint mailing list