]> git.pld-linux.org Git - packages/autorpm.git/blame - autorpm-config.patch
- some pl cosmetics
[packages/autorpm.git] / autorpm-config.patch
CommitLineData
048957a0 1diff -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
11diff -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 @@
5521076a 15 # This automatically determines the version of Red Hat Linux
048957a0 16 # You have... you can comment this out and define it yourself
5521076a
RW
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");
048957a0 20 #Set_Var("RHVersion", "6.1");
5521076a
RW
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");
5521076a 26+Config_File("/etc/autorpm.d/pld-updates.conf");
048957a0 27 ########################## END Red Hat Linux #################################
5521076a 28
048957a0 29 ######################## BEGIN Fedora Linux #################################
This page took 0.031587 seconds and 4 git commands to generate.