]> git.saurik.com Git - apt.git/commitdiff
* /apt-pkg/deb/debsystem.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 26 Nov 2008 16:38:31 +0000 (17:38 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 26 Nov 2008 16:38:31 +0000 (17:38 +0100)
  - add 'sudo' to the error message to "run 'dpkg --configure -a'"
    (LP: #52697)

apt-pkg/deb/debsystem.cc
debian/changelog

index 11a84f1c61e5aa0517b9d1d742371a27d5551ec0..7fa98f29d1f1378c389c57255f814054a2c08d7d 100644 (file)
@@ -79,7 +79,7 @@ bool debSystem::Lock()
       close(LockFD);
       LockFD = -1;
       return _error->Error("dpkg was interrupted, you must manually "
       close(LockFD);
       LockFD = -1;
       return _error->Error("dpkg was interrupted, you must manually "
-                          "run 'dpkg --configure -a' to correct the problem. ");
+                          "run 'sudo dpkg --configure -a' to correct the problem. ");
    }
 
         LockCount++;
    }
 
         LockCount++;
index 0a8771b92c375b955e8386ad02cef183ce04bcba..384abf64e4ae8a3e852a4d86f1e973061cc5ed55 100644 (file)
@@ -1,8 +1,14 @@
 apt (0.7.19ubuntu2) jaunty; urgency=low
 
 apt (0.7.19ubuntu2) jaunty; urgency=low
 
+  [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - filter "ENOMEM" errors when creating apport reports 
 
   * apt-pkg/deb/dpkgpm.cc:
     - filter "ENOMEM" errors when creating apport reports 
 
+  [ Ian Weisser ]
+  * /apt-pkg/deb/debsystem.cc:
+    - add 'sudo' to the error message to "run 'dpkg --configure -a'"
+      (LP: #52697)
+
  --
 
 apt (0.7.19ubuntu1) jaunty; urgency=low
  --
 
 apt (0.7.19ubuntu1) jaunty; urgency=low