From: Russ Allbery Date: Sat, 22 Aug 2009 19:16:40 +0000 (-0700) Subject: Minor coding style fixes for openafs-fileserver postinst X-Git-Tag: debian/1.4.11+dfsg-3~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f16d663189eb5269831f3ed5e8832abca44ab3ba;p=packages%2Fo%2Fopenafs.git Minor coding style fixes for openafs-fileserver postinst --- diff --git a/debian/openafs-fileserver.postinst b/debian/openafs-fileserver.postinst index 3c546b227..8eb656cce 100644 --- a/debian/openafs-fileserver.postinst +++ b/debian/openafs-fileserver.postinst @@ -17,6 +17,7 @@ configure) echo ">$RET" >/etc/openafs/server/CellServDB fi fi + db_stop # Move the contents of the old /etc/openafs/server-local directory into # /var/lib/openafs/local. Most of the files in this directory are @@ -24,7 +25,7 @@ configure) # # Change the paths to upserver and upclient in BosConfig from older # versions that had the binaries in /usr/sbin. - if [ "x$2" != "x" ] && dpkg --compare-versions $2 lt 1.4.4.dfsg1-4 ; then + if [ x"$2" != x ] && dpkg --compare-versions "$2" lt 1.4.4.dfsg1-4 ; then for f in sysid sysid.old NetInfo NetRestrict ; do if [ -e "/etc/openafs/server-local/$f" ] ; then cp "/etc/openafs/server-local/$f" "/var/lib/openafs/local/$f" @@ -36,7 +37,6 @@ configure) /etc/openafs/BosConfig fi fi - db_stop # Previous versions of the package set the permissions on # /var/lib/openafs/local to 755, but upstream prefers 700 to protect the