mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
version 0.2.5
- FIX: renamed wdocs to htdocs - FIX: updated spec file and renamed defaults - FIX: log with which clientID user is connecting to Hosted to aid in trouble-shooting
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
|
||||
2015-09-14 version 0.2.5
|
||||
|
||||
- FIX: renamed wdocs to htdocs
|
||||
- FIX: updated spec file and renamed defaults
|
||||
- FIX: log with which clientID user is connecting to Hosted
|
||||
to aid in trouble-shooting
|
||||
|
||||
2015-09-13 version 0.2.4
|
||||
|
||||
- FIX: incorrect install of wdocs/ (thanks to @rk295)
|
||||
|
||||
@@ -94,6 +94,6 @@ install: ot-recorder ocat
|
||||
mkdir -p $(BUILDROOT)$(INSTALLDIR)/{bin,sbin}
|
||||
mkdir -p $(BUILDROOT)$(STORAGEDEFAULT)
|
||||
mkdir -p $(BUILDROOT)$(DOCROOT)
|
||||
cp -R wdocs/* $(BUILDROOT)$(DOCROOT)/
|
||||
cp -R htdocs/* $(BUILDROOT)$(DOCROOT)/
|
||||
install --mode 0755 ot-recorder $(BUILDROOT)$(INSTALLDIR)/sbin
|
||||
install --mode 0755 ocat $(BUILDROOT)$(INSTALLDIR)/bin
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ HAVE_PING ?= yes
|
||||
STORAGEDEFAULT = "/var/spool/owntracks/recorder/store"
|
||||
|
||||
# Where should the recorder find its document root (HTTP)?
|
||||
DOCROOT = "/var/spool/owntracks/recorder/wdocs"
|
||||
DOCROOT = "/var/spool/owntracks/recorder/htdocs"
|
||||
|
||||
# Define the precision for reverse-geo lookups. The higher
|
||||
# the number, the more granular reverse-geo will be:
|
||||
|
||||
Reference in New Issue
Block a user