# autorpm configuration script | see www.autorpm.org ################################################################ # This one will find new versions of 'OpenAFS and automatically # install the new versions ftppool ("openafs") { Regex_Accept ("^openafs"); # only accept any files that begin with 'openafs' Report_To ("${ReportDest}"); action (updated) { Copy_after_Install("/root/rpm/updates"); Install (Auto); Report (Yes); } action(new) { # but no *new* packages Install (Interactive); Store("/root/rpm/updates"); Report(Yes); } }