summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:07 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:07 +0000
commit99a202d64502a56e60bf42a50537de0e35a68bfc (patch)
tree2e113975bb6673749263cf1cb05c3081fac77ebb
parentc26a18b93c20c586b17fb31b93675ab8e83af8b7 (diff)
s/dpkg-preconfig/dpkg-preconfigure/
Author: doogie Date: 2003-04-24 03:32:32 GMT s/dpkg-preconfig/dpkg-preconfigure/
-rw-r--r--debian/changelog2
-rw-r--r--doc/examples/configure-index4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9698e0d80..34b39da14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -99,6 +99,8 @@ apt (0.5.4.9) unstable; urgency=low
* Fix origin pins for file:// uris. Closes: #189014.
* Apply typo and syntax patch from bug to apt-cache.8.sgml. Closes:
#155194
+ * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
+ Closes: #153734.
-- Adam Heath <doogie@debian.org> Sun, 02 Feb 2003 02:54:45 -0600
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 7b3c48183..3f25af7fb 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -1,4 +1,4 @@
-// $Id: configure-index,v 1.7 2002/04/24 05:48:46 jgg Exp $
+// $Id: configure-index,v 1.8 2003/04/24 03:32:32 doogie Exp $
/* This file is an index of all APT configuration directives. It should
NOT actually be used as a real config file, though it is a completely
valid file. Most of the options have sane default values, unless
@@ -193,7 +193,7 @@ DPkg
Build-Options "-b -uc";
// Pre-configure all packages before they are installed using debconf.
- Pre-Install-Pkgs {"dpkg-preconfig --apt --priority=low --frontend=dialog";};
+ Pre-Install-Pkgs {"dpkg-preconfigure --apt --priority=low --frontend=dialog";};
// Flush the contents of stdin before forking dpkg.
FlushSTDIN "true";