From 0209ad7c7b2b8b5b08542fdeb4428294b65df13e Mon Sep 17 00:00:00 2001 From: picca Date: Tue, 29 Mar 2016 21:40:02 +0000 Subject: removed --- ...ent_5_9450d3aad28f45370d32a187c891dbf5._comment | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 doc/forum/chroot_issue_when_upgrading/comment_5_9450d3aad28f45370d32a187c891dbf5._comment (limited to 'doc/forum') diff --git a/doc/forum/chroot_issue_when_upgrading/comment_5_9450d3aad28f45370d32a187c891dbf5._comment b/doc/forum/chroot_issue_when_upgrading/comment_5_9450d3aad28f45370d32a187c891dbf5._comment deleted file mode 100644 index 0f4fbb85..00000000 --- a/doc/forum/chroot_issue_when_upgrading/comment_5_9450d3aad28f45370d32a187c891dbf5._comment +++ /dev/null @@ -1,25 +0,0 @@ -[[!comment format=mdwn - username="picca" - subject="comment 5" - date="2016-03-29T21:39:42Z" - content=""" -Here the c++ code of apt - - // See if we need to abort with a dirty journal - if (CheckUpdates() == true) - { - close(d->LockFD); - d->LockFD = -1; - const char *cmd; - if (getenv(\"SUDO_USER\") != NULL) - cmd = \"sudo dpkg --configure -a\"; - else - cmd = \"dpkg --configure -a\"; - // TRANSLATORS: the %s contains the recovery command, usually - // dpkg --configure -a - return _error->Error(_(\"dpkg was interrupted, you must manually \" - \"run '%s' to correct the problem. \"), cmd); - } - - -"""]] -- cgit v1.2.3