From 5521076a5623c02376f20990d307fd87fc1eb521 Mon Sep 17 00:00:00 2001 From: Roman Werpachowski Date: Sun, 5 Aug 2001 15:50:45 +0000 Subject: [PATCH] ec2ac0eddf6d99cecc7ebfc222f2b3cc autorpm-config.patch Changed files: autorpm-config.patch -> 1.1 --- autorpm-config.patch | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 autorpm-config.patch diff --git a/autorpm-config.patch b/autorpm-config.patch new file mode 100644 index 0000000..87335b2 --- /dev/null +++ b/autorpm-config.patch @@ -0,0 +1,38 @@ +diff -urN autorpm-1.9.9/autorpm.conf autorpm-1.9.9.pld/autorpm.conf +--- autorpm-1.9.9/autorpm.conf Thu Apr 5 16:14:36 2001 ++++ autorpm-1.9.9.pld/autorpm.conf Sun Aug 5 17:28:13 2001 +@@ -14,7 +14,7 @@ + # This automatically determines the version of Red Hat Linux + # You have... you can comment this out and definite it yourself + # if you want to +-Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release"); ++#Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release"); + #Eval_Var("RHVersion", "6.1"); + + # This is whoever you want the report on what actually happened +@@ -29,11 +29,13 @@ + # This tells AutoRPM that if a local package is installed and the + # architecture is i386, it's okay to upgrade that with a package + # that is an i586. This is needed for Mandrake Linux. +-Replace_Arch ("i386", "i586"); ++#Replace_Arch ("i386", "i586"); + + # Look for official Red Hat updates + # (won't automatically install anything unless you edit the file) +-Config_File("/etc/autorpm.d/redhat-updates.conf"); ++#Config_File("/etc/autorpm.d/redhat-updates.conf"); ++ ++Config_File("/etc/autorpm.d/pld-updates.conf"); + + # Look for AutoRPM updates + # (don't run by default) +diff -urN autorpm-1.9.9/autorpm.cron autorpm-1.9.9.pld/autorpm.cron +--- autorpm-1.9.9/autorpm.cron Fri Jun 18 18:49:48 1999 ++++ autorpm-1.9.9.pld/autorpm.cron Sun Aug 5 17:36:30 2001 +@@ -13,5 +13,5 @@ + + # Start AutoRPM and tell it to wait up to 2 hours before actually + # looking for updates +-/usr/sbin/autorpm --delay=7200 ++# /usr/sbin/autorpm --delay=7200 + -- 2.43.0