diff options
author | mh <mh@immerda.ch> | 2010-10-28 22:18:30 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-10-28 22:18:30 +0200 |
commit | 5de6431b89b696ce17874952dceb5968108449a9 (patch) | |
tree | 48ab2f2dd3cfaeb58708fbe708aec007ffa2456b /files | |
parent | 90c45cfe446588345eb5d9061ea359d121db2dc3 (diff) |
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.
Diffstat (limited to 'files')
-rw-r--r-- | files/02show_upgraded | 3 | ||||
-rw-r--r-- | files/03clean | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/files/02show_upgraded b/files/02show_upgraded index 8ef5d8d..870a3a9 100644 --- a/files/02show_upgraded +++ b/files/02show_upgraded @@ -1,4 +1 @@ -# This file is managed by Puppet -# all local modifications will be overwritten - APT::Get::Show-Upgraded true; diff --git a/files/03clean b/files/03clean index 29acece..335823d 100644 --- a/files/03clean +++ b/files/03clean @@ -1,4 +1 @@ -# This file is managed by Puppet -# all local modifications will be overwritten - DSelect::Clean auto; |