]> git.pld-linux.org Git - packages/autorpm.git/blob - autorpm-config.patch
- może wrescie ktoś wykasuje to konto ?
[packages/autorpm.git] / autorpm-config.patch
1 diff -urN autorpm-1.9.9/autorpm.conf autorpm-1.9.9.pld/autorpm.conf
2 --- autorpm-1.9.9/autorpm.conf  Thu Apr  5 16:14:36 2001
3 +++ autorpm-1.9.9.pld/autorpm.conf      Sun Aug  5 17:28:13 2001
4 @@ -14,7 +14,7 @@
5  # This automatically determines the version of Red Hat Linux
6  # You have... you can comment this out and definite it yourself
7  # if you want to
8 -Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release");
9 +#Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release");
10  #Eval_Var("RHVersion", "6.1");
11  
12  # This is whoever you want the report on what actually happened
13 @@ -29,11 +29,13 @@
14  # This tells AutoRPM that if a local package is installed and the
15  # architecture is i386, it's okay to upgrade that with a package
16  # that is an i586.  This is needed for Mandrake Linux.
17 -Replace_Arch ("i386", "i586");
18 +#Replace_Arch ("i386", "i586");
19  
20  # Look for official Red Hat updates
21  # (won't automatically install anything unless you edit the file)
22 -Config_File("/etc/autorpm.d/redhat-updates.conf");
23 +#Config_File("/etc/autorpm.d/redhat-updates.conf");
24 +
25 +Config_File("/etc/autorpm.d/pld-updates.conf");
26  
27  # Look for AutoRPM updates
28  # (don't run by default)
29 diff -urN autorpm-1.9.9/autorpm.cron autorpm-1.9.9.pld/autorpm.cron
30 --- autorpm-1.9.9/autorpm.cron  Fri Jun 18 18:49:48 1999
31 +++ autorpm-1.9.9.pld/autorpm.cron      Sun Aug  5 17:36:30 2001
32 @@ -13,5 +13,5 @@
33  
34  # Start AutoRPM and tell it to wait up to 2 hours before actually
35  # looking for updates
36 -/usr/sbin/autorpm --delay=7200
37 +# /usr/sbin/autorpm --delay=7200
38  
This page took 0.034341 seconds and 3 git commands to generate.