summaryrefslogtreecommitdiffstats
path: root/mpop/change-configuration-file-location.patch
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@web.de>2017-10-07 16:24:59 +0200
committerJustin Gassner <justin.gassner@web.de>2017-10-07 16:24:59 +0200
commit33ef395470e723eac3146655eace0843d3eb2ed4 (patch)
tree0b394a0c3a10d0e384ad8ea91dba8c51640eee8b /mpop/change-configuration-file-location.patch
downloadpackages-33ef395470e723eac3146655eace0843d3eb2ed4.tar.zst
Initial commit
Diffstat (limited to 'mpop/change-configuration-file-location.patch')
-rw-r--r--mpop/change-configuration-file-location.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/mpop/change-configuration-file-location.patch b/mpop/change-configuration-file-location.patch
new file mode 100644
index 0000000..4deffb5
--- /dev/null
+++ b/mpop/change-configuration-file-location.patch
@@ -0,0 +1,25 @@
+From d1127c5cef14cb25fcae305071d83d5f89f810d8 Mon Sep 17 00:00:00 2001
+From: Justin Gassner <justin.gassner@web.de>
+Date: Wed, 18 May 2016 22:46:31 +0200
+Subject: [PATCH] Change configuration file location
+
+---
+ src/mpop.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/mpop.c b/src/mpop.c
+index 2770cf9..60b155f 100644
+--- a/src/mpop.c
++++ b/src/mpop.c
+@@ -97,7 +97,7 @@ extern int optind;
+ #define USERNETRCFILE "_netrc"
+ #define SYSNETRCFILE "netrc"
+ #else /* UNIX */
+-#define CONFFILE ".mpoprc"
++#define CONFFILE ".config/mpop"
+ #define UIDLSFILE ".mpop_uidls/%U_at_%H"
+ #define USERNETRCFILE ".netrc"
+ #define SYSNETRCFILE "netrc"
+--
+2.8.2
+