aboutsummaryrefslogtreecommitdiff
path: root/french/plgrenouille/files/patch-Grenouille::Preferences.pm
diff options
context:
space:
mode:
Diffstat (limited to 'french/plgrenouille/files/patch-Grenouille::Preferences.pm')
-rw-r--r--french/plgrenouille/files/patch-Grenouille::Preferences.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/french/plgrenouille/files/patch-Grenouille::Preferences.pm b/french/plgrenouille/files/patch-Grenouille::Preferences.pm
new file mode 100644
index 000000000000..488385436f06
--- /dev/null
+++ b/french/plgrenouille/files/patch-Grenouille::Preferences.pm
@@ -0,0 +1,18 @@
+--- Grenouille/Preferences.pm.orig Mon Mar 17 15:26:46 2003
++++ Grenouille/Preferences.pm Thu Mar 4 03:55:34 2004
+@@ -15,6 +15,7 @@
+ %preferences = ();
+
+ sub load_preferences() {
++ swap_privileges();
+ eval {
+ if (open(CONFIG, "<$MYRC")) {
+ while (<CONFIG>) {
+@@ -25,6 +26,7 @@
+ close(CONFIG);
+ }
+ };
++ swap_privileges();
+ die if $@;
+ }
+