tPut real values as default locations - repo - list/download/sync packs with remote repositories
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit acd2ded6f787d04551b3a00ed601d57cc136a900
DIR parent d848175e1616dd7bf2a2ad2ad3cc3fc1030297d8
HTML Author: z3bra <contactatz3bradotorg>
Date: Fri, 16 Dec 2016 10:25:28 +0100
Put real values as default locations
Diffstat:
M repo.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/repo.h b/repo.h
t@@ -2,8 +2,8 @@
#include <sys/queue.h>
#define DEFLISTFILE ".list"
-#define DEFLOCALREPO "local"
-#define DEFCFGFILE "repo.conf"
+#define DEFLOCALREPO "/var/cache/repo"
+#define DEFCFGFILE "/etc/repo.conf"
struct pack {
char name[LINE_MAX];