]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
aptitude: Don't display warning when in read only mode.
authorSimon Ruderich <simon@ruderich.org>
Mon, 27 Apr 2009 13:18:13 +0000 (15:18 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 27 Apr 2009 13:18:13 +0000 (15:18 +0200)
debian/aptitude/config.real

index cd56710017dbf6f295e627fd4efb528c9d4e49e4..b625803b35641e8567df0b50d804ab4266c4e975 100644 (file)
@@ -20,4 +20,8 @@ aptitude {
 
     // Don't display packages which only contain build dependencies.
     Pkg-Display-Limit "!-build-depends";
+
+    // Don't display a warning when performing changes (add new packages,
+    // etc.) in read only mode.
+    Suppress-Read-Only-Warning "true";
 }