--- ./reposync.py_orig	2017-05-09 02:08:14 -0500
+++ ./reposync.py	2017-05-09 02:11:36 -0500
@@ -93,8 +93,8 @@
     """ % sys.argv[0]
 
     parser = OptionParser(usage=usage)
-    parser.add_option("-c", "--config", default='/etc/yum.conf',
-        help='config file to use (defaults to /etc/yum.conf)')
+    parser.add_option("-c", "--config", default='/opt/freeware/etc/yum/yum.conf',
+        help='config file to use (defaults to /opt/freeware/etc/yum/yum.conf)')
     parser.add_option("-a", "--arch", default=None,
         help='act as if running the specified arch (default: current arch, note: does not override $releasever)')
     parser.add_option("--source", default=False, dest="source", action="store_true",
--- ./repotrack.py_orig	2017-05-09 13:14:04 -0500
+++ ./repotrack.py	2017-05-09 13:15:03 -0500
@@ -91,8 +91,8 @@
     %s [options] package1 [package2] [package..]    """ % sys.argv[0]
     
     parser = OptionParser(usage=usage)
-    parser.add_option("-c", "--config", default='/etc/yum.conf',
-        help='config file to use (defaults to /etc/yum.conf)')
+    parser.add_option("-c", "--config", default='/opt/freeware/etc/yum/yum.conf',
+        help='config file to use (defaults to /opt/freeware/etc/yum/yum.conf)')
     parser.add_option("-a", "--arch", default=None,
         help='check as if running the specified arch (default: current arch)')
     parser.add_option("-r", "--repoid", default=[], action='append',
--- ./repoclosure.py_orig	2017-05-09 13:15:58 -0500
+++ ./repoclosure.py	2017-05-09 13:17:03 -0500
@@ -42,8 +42,8 @@
     %s [-c <config file>] [-a <arch>] [-l <lookaside>] [-r <repoid>] [-r <repoid2>]
     """ % sys.argv[0]
     parser = OptionParser(usage=usage)
-    parser.add_option("-c", "--config", default='/etc/yum.conf',
-        help='config file to use (defaults to /etc/yum.conf)')
+    parser.add_option("-c", "--config", default='/opt/freeware/etc/yum/yum.conf',
+        help='config file to use (defaults to /opt/freeware/etc/yum/yum.conf)')
     parser.add_option("-a", "--arch", default=[], action='append',
         help='check packages of the given archs, can be specified multiple ' +
              'times (default: current arch)')
@@ -73,7 +73,7 @@
 #  Note that this is a "real" API, used by spam-o-matic etc.
 # so we have to do at least some API guarantee stuff.
 class RepoClosure(yum.YumBase):
-    def __init__(self, arch=[], config="/etc/yum.conf", builddeps=False, pkgonly=None,
+    def __init__(self, arch=[], config="/opt/freeware/etc/yum/yum.conf", builddeps=False, pkgonly=None,
                  basearch=None, grouponly=None):
         yum.YumBase.__init__(self)
         if basearch:
--- ./repo-graph.py_orig	2017-05-09 13:10:58 -0500
+++ ./repo-graph.py	2017-05-09 13:11:41 -0500
@@ -98,7 +98,7 @@
     parser.add_option("--repoid", default=[], action="append",
                       help="specify repositories to use")
     parser.add_option("-c", dest="conffile", action="store",
-                      default="/etc/yum.conf", help="config file location")
+                      default="/opt/freeware/etc/yum/yum.conf", help="config file location")
     #parser.add_option("--header", dest="header", action="store",
     #                  help="specify alternative .dot header")
     (opts, args) = parser.parse_args()
--- ./plugins/aliases/aliases.py_orig	2017-05-14 11:34:38 -0500
+++ ./plugins/aliases/aliases.py	2017-05-14 11:35:30 -0500
@@ -144,7 +144,7 @@
     global aliases, conffile, recursive
     
     conffile  = conduit.confString('main', 'conffile',
-                                  default='/etc/yum/aliases.conf')
+                                  default='/opt/freeware/etc/yum/pluginconf.d/aliases.conf')
     recursive = conduit.confBool('main', 'recursive', default=True)
     register  = conduit.confBool('main', 'register', default=False)
 
--- ./yum-config-manager.py_orig	2017-09-06 08:00:36 -0500
+++ ./yum-config-manager.py	2017-09-06 08:02:27 -0500
@@ -146,10 +146,10 @@
     print yb.fmtSection('main')
     print yb.conf.dump()
     if opts.save and hasattr(yb, 'main_setopts') and yb.main_setopts:
-        fn = '/etc/yum/yum.conf'
+        fn = '/opt/freeware/etc/yum/yum.conf'
         if not os.path.exists(fn):
             # Try the old default
-            fn = '/etc/yum.conf'
+            fn = '/opt/freeware/etc/yum/yum.conf'
         ybc = yb.conf
         writeRawConfigFile(fn, 'main', ybc.yumvar,
                            ybc.cfg.options, ybc.iteritems, ybc.optionobj,
