aboutsummaryrefslogtreecommitdiffstats
path: root/community/seafile/seafile-controller.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-25 09:50:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-25 09:50:54 +0000
commit6e5499bca18c723547152560886ab3bb043c6e8f (patch)
tree6c656668224c7656762f04b92fea6f53126f972b /community/seafile/seafile-controller.patch
parentb7c051f17ccedcb66fe19ad331d2ff3f2a4cdaa8 (diff)
downloadaports-6e5499bca18c723547152560886ab3bb043c6e8f.tar.bz2
aports-6e5499bca18c723547152560886ab3bb043c6e8f.tar.xz
move seafile and deps to unmaintained
it does not work
Diffstat (limited to 'community/seafile/seafile-controller.patch')
-rw-r--r--community/seafile/seafile-controller.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/community/seafile/seafile-controller.patch b/community/seafile/seafile-controller.patch
deleted file mode 100644
index 438064d5f3..0000000000
--- a/community/seafile/seafile-controller.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- a/controller/seafile-controller.c 2014-01-16 19:56:24.183523103 +0100
-+++ b/controller/seafile-controller.c 2014-01-16 19:55:57.123523652 +0100
-@@ -281,7 +281,7 @@
- tmp = g_path_get_dirname (bin_dir);
- installpath = g_path_get_dirname (tmp);
-
-- topdir = g_path_get_dirname (installpath);
-+ // topdir = g_path_get_dirname (installpath);
-
- g_free (exectuble);
- g_free (tmp);
-@@ -643,6 +643,7 @@
- return -1;
- }
-
-+ topdir = g_path_get_dirname(config_dir);
- ctl->client = ccnet_client_new ();
- ctl->sync_client = ccnet_client_new ();
-
-@@ -657,14 +658,14 @@
- }
-
- if (logdir == NULL) {
-- char *topdir = g_path_get_dirname(config_dir);
-+ //char *topdir = g_path_get_dirname(config_dir);
- logdir = g_build_filename (topdir, "logs", NULL);
- if (checkdir_with_mkdir(logdir) < 0) {
- fprintf (stderr, "failed to create log folder \"%s\": %s\n",
- logdir, strerror(errno));
- return -1;
- }
-- g_free (topdir);
-+ //g_free (topdir);
- }
-
- ctl->config_dir = config_dir;
-