This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
apt-mirror/apt-mirror.patch
2008-10-16 12:22:01 +00:00

29 lines
918 B
Diff

--- apt-mirror-0.4.5/apt-mirror.orig 2008-09-27 14:18:46.000000000 +0200
+++ apt-mirror-0.4.5/apt-mirror 2008-09-28 20:54:08.000000000 +0200
@@ -27,7 +27,7 @@
=head1 COMMENTS
-apt-mirror uses F</etc/apt/mirror.list> as a configuration file.
+apt-mirror uses F</etc/apt-mirror.list> as a configuration file.
By default it is tuned to official debian mirror in Finland. Change
it for your needs.
@@ -39,7 +39,7 @@
=head1 FILES
-F</etc/apt/mirror.list>
+F</etc/apt-mirror.list>
Main configuration file
F</etc/cron.d/apt-mirror>
@@ -96,7 +96,7 @@
######################################################################################
## Setting up $config_file variable
-$config_file = "/etc/apt/mirror.list"; # Default value
+$config_file = "/etc/apt-mirror.list"; # Default value
if($_ = shift) {
die("apt-mirror: invalid config file specified") unless -f $_;
$config_file = $_;