# autorpm.conf (Otto-rpm.conf - installed by Otto) # # This autorpm configuration file will automatically check for new rpm # updates over the network and install them, with the exception of # kernel and X11 packages. # # Eric Myers - 2 March 2003 # @(#) $Id: Otto-rpm.conf,v 2.3 2008/01/08 20:41:25 myers Exp myers $ ######################################################################## Set_Var("ReportDest", "root"); Set_Var("Arch", "i686|i586|i386|noarch"); Set_Var("Lang", "en"); # This determindes Red Hat Linux version Eval_Var("RHVersion", "sed 's/\(Red Hat Linux \)\?release \([^ ]*\) (.*)/\2/' /etc/redhat-release"); # This automatically determines your version of Fedora Linux Eval_Var("FedoraVersion", "awk '{print \$4}' /etc/fedora-release"); Report_Queues_To ("${ReportDest}"); # Automatic update of everything except kernel, glibc, and X11 # Config_File("/etc/autorpm.d/Otto-rpm-3.conf"); # Just kernel, glibc, and X11, interactive only # Config_File("/etc/autorpm.d/Otto-rpm-4.conf"); #EOF autorpm.conf