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

Steinar H. Gunderson sesse at costa.debian.org
Tue Jan 3 15:46:07 UTC 2006


Author: sesse
Date: 2006-01-03 15:46:07 +0000 (Tue, 03 Jan 2006)
New Revision: 845

Modified:
   branches/samba4/samba.config
Log:
Fix bashism in config script.


Modified: branches/samba4/samba.config
===================================================================
--- branches/samba4/samba.config	2006-01-03 15:32:46 UTC (rev 844)
+++ branches/samba4/samba.config	2006-01-03 15:46:07 UTC (rev 845)
@@ -7,7 +7,7 @@
 db_title "Samba Server"
 
 # See if we're upgrading from Samba 3
-if [ "$1" == "configure" -a ! -z "$2" ]; then
+if [ "$1" = "configure" -a ! -z "$2" ]; then
 	if dpkg --compare-versions "$2" lt "3.9.0"; then
 		db_input samba/upgrade-from-v3 || true
 		db_go || true




More information about the Pkg-samba-maint mailing list