summaryrefslogtreecommitdiffstats
path: root/urpm/cfg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/cfg.pm')
-rw-r--r--urpm/cfg.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm
index 31c916c7..de4f641c 100644
--- a/urpm/cfg.pm
+++ b/urpm/cfg.pm
@@ -197,7 +197,6 @@ sub dump_config ($$) {
$err = N("unable to write config file [%s]", $file);
return 0;
};
- print $f "# generated " . (scalar localtime()) . "\n";
foreach my $m (@media) {
if ($m) {
print $f quotespace($m), ' ', quotespace(substitute_back($config->{$m}{url}, $config_old->{$m}{url})), " {\n";