/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum-2.6.0.bz118.groupmark.patch
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme10/smeserver-yum-2.6.0.bz118.groupmark.patch

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


Revision 1.3 - (hide annotations) (download)
Mon Jul 11 15:20:35 2022 UTC (2 years ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
bump version

1 jpp 1.1 diff -Nur smeserver-yum-2.6.0.old/root/sbin/e-smith/yum_update_dbs smeserver-yum-2.6.0/root/sbin/e-smith/yum_update_dbs
2     --- smeserver-yum-2.6.0.old/root/sbin/e-smith/yum_update_dbs 2008-10-07 10:25:45.000000000 -0400
3 jpp 1.2 +++ smeserver-yum-2.6.0/root/sbin/e-smith/yum_update_dbs 2019-12-05 20:32:00.867000000 -0500
4     @@ -44,6 +44,9 @@
5    
6     use constant YUM_CMD => "/usr/bin/yum -d 0 -e 0 ";
7 jpp 1.1
8     +# avoid error with no installed groups file.
9 jpp 1.2 +system("YUM_CMD groups mark convert -d 0 -e 0 1>/dev/null") unless (-d "/var/lib/yum/groups/");
10 jpp 1.1 +
11 jpp 1.2 my $tmp_file;
12    
13     END { $tmp_file and -f $tmp_file and unlink $tmp_file; }

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