--- ./plugins/local/local.py_orig	2011-08-10 10:20:19 -0500
+++ ./plugins/local/local.py	2017-09-09 06:19:03 -0500
@@ -149,7 +149,7 @@
         os.unlink("%s/cachecookie" % lrepo.cachedir)
         return
 
-    conf_fname = '/etc/yum.repos.d/_local.repo'
+    conf_fname = '/opt/freeware/etc/yum.repos.d/_local.repo'
     if os.path.exists(conf_fname):
         return
 
@@ -158,7 +158,7 @@
 name=Automatic local repo. (manged by the "local" yum plugin).
 baseurl=file:%s
 enabled=1
-gpgcheck=true
+#gpgcheck=true
 #  Metadata expire could be set to "never" because the local plugin will
 # automatically cause a cache refresh when new packages are added. However
 # it's really cheap to check, and this way people can dump stuff in whenever
