Parent Directory | Revision Log | Revision Graph
* Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 1.2-4.sme - fix yum path [SME: 7478] - patch0
1 | diff -up smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system.patch0 smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system |
2 | --- smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system.patch0 2007-01-23 07:08:39.000000000 -0500 |
3 | +++ smeserver-updates-1.2/root/etc/e-smith/events/actions/update-system 2013-06-25 17:08:56.000000000 -0400 |
4 | @@ -28,7 +28,7 @@ |
5 | system("/bin/touch /tmp/nup"); |
6 | } |
7 | |
8 | - system("/sbin/e-smith/yum -y localinstall /tmp/update.rpm"); |
9 | + system("/usr/bin/yum -y localinstall /tmp/update.rpm"); |
10 | system("/bin/rm -f /tmp/update.rpm"); |
11 | |
12 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |