remove comments as lenny apt doesn't like them

I got errors like:

E: Syntax error /etc/apt/apt.conf.d/03clean:4: Extra junk after value

Removing these comments fixed these problems.
This commit is contained in:
mh 2010-10-28 22:18:30 +02:00
parent 90c45cfe44
commit 5de6431b89
2 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1 @@
# This file is managed by Puppet
# all local modifications will be overwritten
APT::Get::Show-Upgraded true;

View file

@ -1,4 +1 @@
# This file is managed by Puppet
# all local modifications will be overwritten
DSelect::Clean auto;