diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 12:48:13 +0000 |
commit | d16870ec4892a0f8c642798171803e5ba788f26e (patch) | |
tree | 3b3a28eecb1afa04565dd49f21bc0320d03830e0 /french/plgrenouille/files/patch-Grenouille::Preferences.pm | |
parent | 630ca2285fa5e6de5891053bc2133d1d69c5385a (diff) | |
download | ports-d16870ec4892a0f8c642798171803e5ba788f26e.tar.gz ports-d16870ec4892a0f8c642798171803e5ba788f26e.zip |
Notes
Diffstat (limited to 'french/plgrenouille/files/patch-Grenouille::Preferences.pm')
-rw-r--r-- | french/plgrenouille/files/patch-Grenouille::Preferences.pm | 18 |
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 $@; - } - |