[Pkg-samba-maint] r867 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Wed Jan 4 12:20:16 UTC 2006
Author: sesse
Date: 2006-01-04 12:20:16 +0000 (Wed, 04 Jan 2006)
New Revision: 867
Modified:
branches/samba4/samba.config
Log:
Fix Steve pedantry :-)
Modified: branches/samba4/samba.config
===================================================================
--- branches/samba4/samba.config 2006-01-04 01:34:00 UTC (rev 866)
+++ branches/samba4/samba.config 2006-01-04 12:20:16 UTC (rev 867)
@@ -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 -n "$2" ]; then
if dpkg --compare-versions "$2" lt "3.9.0"; then
db_input medium samba/upgrade-from-v3 || true
db_go || true
More information about the Pkg-samba-maint
mailing list