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, 0 insertions, 18 deletions
diff --git a/french/plgrenouille/files/patch-Grenouille::Preferences.pm b/french/plgrenouille/files/patch-Grenouille::Preferences.pm
deleted file mode 100644
index 488385436f06..000000000000
--- a/french/plgrenouille/files/patch-Grenouille::Preferences.pm
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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 $@;
- }
-