]> git.pld-linux.org Git - packages/autorpm.git/blob - autorpm-config.patch
- BuildArch noarch
[packages/autorpm.git] / autorpm-config.patch
1 diff -urN autorpm-3.3.2.orig/autorpm.cron autorpm-3.3.2/autorpm.cron
2 --- autorpm-3.3.2.orig/autorpm.cron     2003-05-19 16:38:59.000000000 +0200
3 +++ autorpm-3.3.2/autorpm.cron  2004-07-04 16:08:48.000000000 +0200
4 @@ -15,5 +15,5 @@
5  # looking for updates (backgrounds the process to avoid delaying
6  # other cron jobs)
7  export LC_ALL=C
8 -/usr/sbin/autorpm --notty "auto --delay=7200" &
9 +#/usr/sbin/autorpm --notty "auto --delay=7200" &
10  
11 diff -urN autorpm-3.3.2.orig/autorpm.d/sample_configs/autorpm.conf-sample autorpm-3.3.2/autorpm.d/sample_configs/autorpm.conf-sample
12 --- autorpm-3.3.2.orig/autorpm.d/sample_configs/autorpm.conf-sample     2004-04-05 01:02:30.000000000 +0200
13 +++ autorpm-3.3.2/autorpm.d/sample_configs/autorpm.conf-sample  2004-07-04 16:08:19.000000000 +0200
14 @@ -27,12 +27,13 @@
15  # This automatically determines the version of Red Hat Linux
16  # You have... you can comment this out and define it yourself
17  # if you want to
18 -Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release");
19 +#Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release");
20  #Set_Var("RHVersion", "6.1");
21  
22  # Look for official Red Hat updates
23  # (won't automatically install anything unless you edit the file)
24 -Config_File("/etc/autorpm.d/redhat-updates.conf");
25 +#Config_File("/etc/autorpm.d/redhat-updates.conf");
26 +Config_File("/etc/autorpm.d/pld-updates.conf");
27  ########################## END Red Hat Linux #################################
28  
29  ######################## BEGIN Fedora Linux #################################
This page took 0.068546 seconds and 3 git commands to generate.