[ooo-build-commit] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Tue Apr 27 06:26:34 PDT 2010


 patches/dev300/win32-avoid-uac.diff |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f9ec30d6f83a49f3a05b5b31218c8b35dc9c4829
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Apr 27 16:25:49 2010 +0300

    More UAC avoidance
    
    * patches/dev300/win32-avoid-uac.diff: Also avoid the magic word "update".

diff --git a/patches/dev300/win32-avoid-uac.diff b/patches/dev300/win32-avoid-uac.diff
index 8c8fbf3..d7854c0 100644
--- a/patches/dev300/win32-avoid-uac.diff
+++ b/patches/dev300/win32-avoid-uac.diff
@@ -1,6 +1,6 @@
 --- solenv/bin/mhids.pl
 +++ solenv/bin/mhids.pl
-@@ -151,7 +151,9 @@
+@@ -151,7 +151,10 @@
  $filebase =~ s/.*[\\\/]//;
  $filebase =~ s/\..*?$//;
  $workfile = "$tmpdir/${filebase}_".$$;
@@ -8,6 +8,7 @@
 +# Avoid UAC prompts on Windows
 +$workfile =~ s/setup/set_up/;
 +$workfile =~ s/patch/pat_ch/;
++$workfile =~ s/update/up_date/;
  
  # now get $workfile ready for shell usage...
  $shell_workfile = $workfile;


More information about the ooo-build-commit mailing list