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

Annotation of /rpms/e-smith-base/sme8/e-smith-base-5.2.0-weak-updates.patch

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


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

1 slords 1.1 diff -up e-smith-base-5.2.0/root/etc/e-smith/events/actions/conf-modules.weak-updates e-smith-base-5.2.0/root/etc/e-smith/events/actions/conf-modules
2     --- e-smith-base-5.2.0/root/etc/e-smith/events/actions/conf-modules.weak-updates 2010-11-30 12:50:14.000000000 -0700
3     +++ e-smith-base-5.2.0/root/etc/e-smith/events/actions/conf-modules 2010-11-30 12:57:26.000000000 -0700
4     @@ -25,7 +25,7 @@ use Errno;
5     use File::Find;
6    
7     # Remove stale symlinks from /lib/modules
8     -finddepth(sub{unlink unless -e $_}, '/lib/modules/');
9     +finddepth({ wanted => sub{unlink if m{/weak-updates/} && ! -e $_}, no_chdir => 1}, '/lib/modules/');
10    
11     opendir(BOOT, "/boot") or die("Can't open /boot directory: $!\n");
12    

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