# /etc/autorpm.d/autorpm.conf created by Otto on Fri Jun 27 13:00:37 EDT 2003 # @(#) then modified by -EAM 08Nov2005 # Set_Var("ReportDest", "root"); Set_Var("Arch", "i686|i586|i386|noarch"); Set_Var("Lang", "en"); Report_Queues_To ("${ReportDest}"); Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release"); Eval_Var("FedoraVersion", "rpm -q fedora-release | awk -F'-' '{print $3}' "); # This will automatically upgrade AutoRPM to the latest stable release Config_File("/etc/autorpm.d/sample_configs/autorpm-updates.sample"); # Automatically download and update installed things (except kernel and X11) Config_File("/etc/autorpm.d/Otto-rpm-3.conf"); # Download (but do not install) kernel and X11 Config_File("/etc/autorpm.d/Otto-rpm-4.conf"); # This will update your OpenAFS installation Config_File("/etc/autorpm.d/openafs.conf"); #EOF autorpm.conf