[Pkg-utopia-commits] r1435 - /packages/unstable/dbus/debian/dbus.preinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Apr 24 21:08:38 UTC 2007


Author: biebl
Date: Tue Apr 24 21:08:38 2007
New Revision: 1435

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1435
Log:
Fix a small typo in the preinst maintainer script.

Modified:
    packages/unstable/dbus/debian/dbus.preinst

Modified: packages/unstable/dbus/debian/dbus.preinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.preinst?rev=1435&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.preinst (original)
+++ packages/unstable/dbus/debian/dbus.preinst Tue Apr 24 21:08:38 2007
@@ -10,7 +10,7 @@
    if [ "$md5sum" != "$OLD_MD5SUM" ]; then
      echo "Obsolete conffile $CONFFILE has been modified by you."
      echo "Saving as $CONFFILE.dpkg-bak ..."
-     mv -f "$CONFFILE" "$CONFFILE".bak
+     mv -f "$CONFFILE" "$CONFFILE".dpkg-bak
    else
      echo "Removing obsolete conffile $CONFFILE ..."
      rm -f "$CONFFILE"




More information about the Pkg-utopia-commits mailing list