/[smeserver]/rpms/e-smith-grub/sme8/e-smith-grub-1.0.0-splash.patch
ViewVC logotype

Diff of /rpms/e-smith-grub/sme8/e-smith-grub-1.0.0-splash.patch

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

Revision 1.1 by slords, Fri Jul 13 19:53:56 2007 UTC Revision 1.2 by slords, Fri Jul 13 20:04:31 2007 UTC
# Line 1  Line 1 
1  diff -Nur -x '*.orig' -x '*.rej' e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash mezzanine_patched_e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash  diff -Nur -x '*.orig' -x '*.rej' e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash mezzanine_patched_e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash
2  --- e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash      1969-12-31 17:00:00.000000000 -0700  --- e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash      1969-12-31 17:00:00.000000000 -0700
3  +++ mezzanine_patched_e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash    2007-07-13 13:44:31.000000000 -0600  +++ mezzanine_patched_e-smith-grub-1.0.0/root/etc/e-smith/templates/boot/grub/grub.conf/UpdateSplash    2007-07-13 13:44:31.000000000 -0600
4  @@ -0,0 +1,14 @@  @@ -0,0 +1,15 @@
5  +{  +{
6  +    our @newlines;  +    our @newlines;
7  +    foreach( @lines ) {  +    foreach( @lines ) {
8  +       next if /^foreground/ || /^background/;  +       next if /^foreground/ || /^background/;
9  +       if ( s/^splashimage=(.*)/splash\.xpm\.gz/splashimage=$1/smeserver.xpm.gz/ ) {  +       if ( m#^splashimage=(.*)/# ) {
10  +           push @newlines, $_;  +           push @newlines, "splashimage=$1/smeserver.xpm.gz";
11  +           push @newlines, "foreground 000000";  +           push @newlines, "foreground 000000";
12  +           push @newlines, "background 4E95D3";  +           push @newlines, "background 4E95D3";
13  +       } else {  +       } else {
14  +           push @newlines, $_;  +           push @newlines, $_;
15  +       }  +       }
16  +    }  +    }
17    +    @lines = @newlines;
18  +    $OUT = "";  +    $OUT = "";
19  +}  +}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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