From 679b5b5745901c9be56565b3f6e9e1e2a9ec4bd5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Mar 2004 10:31:52 +0000 Subject: add SecurityPolicy to remove "error opening security policy file" warning --- perl-install/install_gtk.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index b1eebb006..3e5b65395 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -252,6 +252,9 @@ sub createXconf { symlink("/tmp/stage2/etc/imrc", "/etc/imrc"); symlink("/tmp/stage2/etc/im_palette.pal", "etc/im_palette.pal"); + #- remove "error opening security policy file" warning + symlink("/tmp/stage2/etc/X11", "/etc/X11"); + if ($Driver) { output($file, sprintf(<<'END', $mouse_type, $Driver, $Driver eq 'fbdev' ? '"default"' : '"800x600" "640x480"')); -- cgit v1.2.1