diff options
author | Michael Vogt <mvo@debian.org> | 2011-02-01 09:38:58 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-02-01 09:38:58 +0100 |
commit | c3a3640cabcc64a7479fadd96b2f2af255d721c9 (patch) | |
tree | 3f6789ea4630c988cfdb43f16a0910895ff1de12 /debian/apt.conf.autoremove | |
parent | 17c09907ffee9773ff416f9c5a0dc168326a8504 (diff) |
* debian/apt.conf.autoremove:
- never autoremove the GNU/Hurd kernel (closes: #588423), thanks
to Guillem Jover
Diffstat (limited to 'debian/apt.conf.autoremove')
-rw-r--r-- | debian/apt.conf.autoremove | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index b3f4a3edd..ebe49c7cd 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -8,6 +8,7 @@ APT "^kfreebsd-image.*"; "^linux-restricted-modules.*"; "^linux-ubuntu-modules-.*"; + "^gnumach$"; }; Never-MarkAuto-Sections |