--- PLUGINS.orig	2014-06-02 11:02:44.000000000 +0600
+++ PLUGINS	2014-06-03 11:40:56.000000000 +0600
@@ -154,7 +154,7 @@
  e user as Yum terminates.
  
  == Reading Private Plugin Options ==
- Each plugin has its own configuration file in {{{ /etc/yum/pluginconf.d/ }}}. Th
+ Each plugin has its own configuration file in {{{ /opt/freeware/etc/yum/pluginconf.d/ }}}. Th
  ese configuration files follow standard INI file conventions like Yum's own conf
  iguration files. Arbitrary options can be read from a plugin's configuration fil
  e at any time by using the following methods. These are available on any conduit
--- ./etc/yum-cron.orig	2014-06-02 11:02:44.000000000 +0600
+++ ./etc/yum-cron	2014-06-03 11:56:08.000000000 +0600
@@ -8,13 +8,13 @@
  #
  # description:  Enable daily run of yum, a program updater.
  # processname:  yum-cron
- # config: /etc/yum/yum-daily.yum
+ # config: /opt/freeware/etc/yum/yum-daily.yum
  #
  
  # source function library
- . /etc/rc.d/init.d/functions
+ . /opt/freeware/etc/rc.d/init.d/functions
  
- test -f /etc/sysconfig/yum-cron && . /etc/sysconfig/yum-cron
+ test -f /opt/freeware/etc/sysconfig/yum-cron && . /opt/freeware/etc/sysconfig/yum-cron
  
  lockfile=/var/lock/subsys/yum-cron
  tslock=/var/lock/yum-cron.lock/ts.lock
--- ./etc/yum-updatesd.init.orig	2014-06-02 11:02:44.000000000 +0600
+++ ./etc/yum-updatesd.init	2014-06-03 11:59:28.000000000 +0600
@@ -9,12 +9,12 @@
  # description:  This is a daemon which periodically checks for updates \
  #               and can send notifications via mail, dbus or syslog.
  # processname:  yum-updatesd
- # config: /etc/yum/yum-updatesd.conf
+ # config: /opt/freeware/etc/yum/yum-updatesd.conf
  # pidfile: /var/run/yum-updatesd.pid
  #
  
  # source function library
- . /etc/rc.d/init.d/functions
+ . /opt/freeware/etc/rc.d/init.d/functions
  
  RETVAL=0
  
--- ./etc/yum.bash.orig	2014-06-02 11:02:44.000000000 +0600
+++ ./etc/yum.bash	2014-06-03 12:00:58.000000000 +0600
@@ -58,7 +58,7 @@
      local val
      [ $1 = 1 ] && val='\(1\|yes\|true\|on\)' || val='\(0\|no\|false\|off\)'
      COMPREPLY+=( $( compgen -W '$( command grep -il "^\s*enabled\s*=\s*$val" \
-         /etc/yum/pluginconf.d/*.conf 2>/dev/null \
+         /opt/freeware/etc/yum/pluginconf.d/*.conf 2>/dev/null \
          | sed -ne "s|^.*/\([^/]\{1,\}\)\.conf$|\1|p" )' -- "$2" ) )
  }
  
--- ./etc/yum.bash.orig	2014-06-02 11:02:44.000000000 +0600
+++ ./etc/yum.bash	2014-06-03 12:00:58.000000000 +0600
@@ -58,7 +58,7 @@
      local val
      [ $1 = 1 ] && val='\(1\|yes\|true\|on\)' || val='\(0\|no\|false\|off\)'
      COMPREPLY+=( $( compgen -W '$( command grep -il "^\s*enabled\s*=\s*$val" \
-         /etc/yum/pluginconf.d/*.conf 2>/dev/null \
+         /opt/freeware/etc/yum/pluginconf.d/*.conf 2>/dev/null \
          | sed -ne "s|^.*/\([^/]\{1,\}\)\.conf$|\1|p" )' -- "$2" ) )
  }
  
