/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-5.2.0-apmd64bit.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base-5.2.0-apmd64bit.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Feb 18 06:21:34 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Remove obsolete patch files

1 diff -up e-smith-base-5.2.0/root/etc/e-smith/db/configuration/migrate/10apmdStatus.apmd64bit e-smith-base-5.2.0/root/etc/e-smith/db/configuration/migrate/10apmdStatus
2 --- e-smith-base-5.2.0/root/etc/e-smith/db/configuration/migrate/10apmdStatus.apmd64bit 2010-10-08 11:00:08.000000000 -0600
3 +++ e-smith-base-5.2.0/root/etc/e-smith/db/configuration/migrate/10apmdStatus 2010-10-08 11:00:08.000000000 -0600
4 @@ -0,0 +1,8 @@
5 +{
6 + my $apmd = $DB->get('apmd') || $DB->new_record('apmd', { type => 'service'});
7 +
8 + my $arch = `/bin/uname -i`;
9 + chomp($arch);
10 +
11 + $apmd->set_prop("status", "disabled") unless $arch eq 'i386';
12 +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed