Merge branch 'master' of git.unix7.org:ziggi/cworker

This commit is contained in:
2023-09-04 22:13:18 +02:00
5 changed files with 61 additions and 56 deletions

5
.gitignore vendored
View File

@@ -1,6 +1,8 @@
cworker cworker
configure configure
libtool
Makefile Makefile
config.h
*~ *~
*_test *_test
*.o *.o
@@ -10,3 +12,6 @@ Makefile
*.tar.* *.tar.*
stamp* stamp*
autom4te* autom4te*
*.lo
*.la
.libs

View File

@@ -237,20 +237,20 @@ distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /home/ziggi/projects/cworker/missing aclocal ACLOCAL = ${SHELL} /home/ziggi/Projects/cworker/missing aclocal
AMTAR = $${TAR-tar} AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1 AM_DEFAULT_VERBOSITY = 1
APP_CACHEDIR = /home/ziggi/projects/cworker/cache APP_CACHEDIR = /home/ziggi/Projects/cworker/cache
APP_CONFIGDIR = /home/ziggi/projects/cworker/ APP_CONFIGDIR = /home/ziggi/Projects/cworker/
APP_DATABASEDIR = /home/ziggi/projects/cworker/data APP_DATABASEDIR = /home/ziggi/Projects/cworker/data
APP_LIBDIR = /home/ziggi/projects/cworker/lib APP_LIBDIR = /home/ziggi/Projects/cworker/lib
APP_LOGDIR = /home/ziggi/projects/cworker/log APP_LOGDIR = /home/ziggi/Projects/cworker/log
APP_RUNDIR = /home/ziggi/projects/cworker/run APP_RUNDIR = /home/ziggi/Projects/cworker/run
APP_USER = ziggi APP_USER = ziggi
AR = ar AR = ar
AUTOCONF = ${SHELL} /home/ziggi/projects/cworker/missing autoconf AUTOCONF = ${SHELL} /home/ziggi/Projects/cworker/missing autoconf
AUTOHEADER = ${SHELL} /home/ziggi/projects/cworker/missing autoheader AUTOHEADER = ${SHELL} /home/ziggi/Projects/cworker/missing autoheader
AUTOMAKE = ${SHELL} /home/ziggi/projects/cworker/missing automake AUTOMAKE = ${SHELL} /home/ziggi/Projects/cworker/missing automake
AWK = gawk AWK = gawk
CC = clang CC = clang
CCDEPMODE = depmode=none CCDEPMODE = depmode=none
@@ -286,7 +286,7 @@ LIPO =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
LT_SYS_LIBRARY_PATH = LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/ziggi/projects/cworker/missing makeinfo MAKEINFO = ${SHELL} /home/ziggi/Projects/cworker/missing makeinfo
MANIFEST_TOOL = : MANIFEST_TOOL = :
MKDIR_P = /usr/local/bin/gmkdir -p MKDIR_P = /usr/local/bin/gmkdir -p
NM = /usr/bin/nm NM = /usr/bin/nm
@@ -310,10 +310,10 @@ SHELL = /bin/sh
STRIP = strip STRIP = strip
VALGRIND = /usr/local/bin/valgrind VALGRIND = /usr/local/bin/valgrind
VERSION = 0.0.1 VERSION = 0.0.1
abs_builddir = /home/ziggi/projects/cworker abs_builddir = /home/ziggi/Projects/cworker
abs_srcdir = /home/ziggi/projects/cworker abs_srcdir = /home/ziggi/Projects/cworker
abs_top_builddir = /home/ziggi/projects/cworker abs_top_builddir = /home/ziggi/Projects/cworker
abs_top_srcdir = /home/ziggi/projects/cworker abs_top_srcdir = /home/ziggi/Projects/cworker
ac_ct_AR = ar ac_ct_AR = ar
ac_ct_CC = clang ac_ct_CC = clang
ac_ct_DUMPBIN = ac_ct_DUMPBIN =
@@ -322,13 +322,13 @@ am__leading_dot = .
am__quote = am__quote =
am__tar = $${TAR-tar} chof - "$$tardir" am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf - am__untar = $${TAR-tar} xf -
app_cachedir = /home/ziggi/projects/cworker/cache app_cachedir = /home/ziggi/Projects/cworker/cache
app_configdir = /home/ziggi/projects/cworker/ app_configdir = /home/ziggi/Projects/cworker/
app_databasedir = /home/ziggi/projects/cworker/data app_databasedir = /home/ziggi/Projects/cworker/data
app_libdir = /home/ziggi/projects/cworker/lib app_libdir = /home/ziggi/Projects/cworker/lib
app_logdir = /home/ziggi/projects/cworker/log app_logdir = /home/ziggi/Projects/cworker/log
app_name = cworker app_name = cworker
app_rundir = /home/ziggi/projects/cworker/run app_rundir = /home/ziggi/Projects/cworker/run
app_user = ziggi app_user = ziggi
bindir = ${exec_prefix}/bin bindir = ${exec_prefix}/bin
build = amd64-unknown-freebsd12.4 build = amd64-unknown-freebsd12.4
@@ -350,7 +350,7 @@ host_vendor = unknown
htmldir = ${docdir} htmldir = ${docdir}
includedir = ${prefix}/include includedir = ${prefix}/include
infodir = ${datarootdir}/info infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/ziggi/projects/cworker/install-sh install_sh = ${SHELL} /home/ziggi/Projects/cworker/install-sh
libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale localedir = ${datarootdir}/locale

View File

@@ -2,8 +2,8 @@
#ifndef CONFIG_H_QWER #ifndef CONFIG_H_QWER
#define CONFIG_H_QWER #define CONFIG_H_QWER
static const char *srv_runpath = "/home/ziggi/projects/cworker/run/cworker.pid"; static const char *srv_runpath = "/home/ziggi/Projects/cworker/run/cworker.pid";
static const char *srv_logpath = "/home/ziggi/projects/cworker/log/cworker.log"; static const char *srv_logpath = "/home/ziggi/Projects/cworker/log/cworker.log";
static const char *srv_configpath = "/home/ziggi/projects/cworker//cworker.conf"; static const char *srv_configpath = "/home/ziggi/Projects/cworker//cworker.conf";
#endif #endif

View File

@@ -430,7 +430,7 @@ Copyright (C) 2021 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it." gives unlimited permission to copy, distribute and modify it."
ac_pwd='/home/ziggi/projects/cworker' ac_pwd='/home/ziggi/Projects/cworker'
srcdir='.' srcdir='.'
INSTALL='/usr/bin/install -c' INSTALL='/usr/bin/install -c'
MKDIR_P='/usr/local/bin/gmkdir -p' MKDIR_P='/usr/local/bin/gmkdir -p'
@@ -811,20 +811,20 @@ S["am__EXEEXT_FALSE"]=""
S["am__EXEEXT_TRUE"]="#" S["am__EXEEXT_TRUE"]="#"
S["LTLIBOBJS"]="" S["LTLIBOBJS"]=""
S["app_name"]="cworker" S["app_name"]="cworker"
S["app_cachedir"]="/home/ziggi/projects/cworker/cache" S["app_cachedir"]="/home/ziggi/Projects/cworker/cache"
S["APP_CACHEDIR"]="/home/ziggi/projects/cworker/cache" S["APP_CACHEDIR"]="/home/ziggi/Projects/cworker/cache"
S["app_databasedir"]="/home/ziggi/projects/cworker/data" S["app_databasedir"]="/home/ziggi/Projects/cworker/data"
S["APP_DATABASEDIR"]="/home/ziggi/projects/cworker/data" S["APP_DATABASEDIR"]="/home/ziggi/Projects/cworker/data"
S["app_user"]="ziggi" S["app_user"]="ziggi"
S["APP_USER"]="ziggi" S["APP_USER"]="ziggi"
S["app_libdir"]="/home/ziggi/projects/cworker/lib" S["app_libdir"]="/home/ziggi/Projects/cworker/lib"
S["APP_LIBDIR"]="/home/ziggi/projects/cworker/lib" S["APP_LIBDIR"]="/home/ziggi/Projects/cworker/lib"
S["app_rundir"]="/home/ziggi/projects/cworker/run" S["app_rundir"]="/home/ziggi/Projects/cworker/run"
S["APP_RUNDIR"]="/home/ziggi/projects/cworker/run" S["APP_RUNDIR"]="/home/ziggi/Projects/cworker/run"
S["app_logdir"]="/home/ziggi/projects/cworker/log" S["app_logdir"]="/home/ziggi/Projects/cworker/log"
S["APP_LOGDIR"]="/home/ziggi/projects/cworker/log" S["APP_LOGDIR"]="/home/ziggi/Projects/cworker/log"
S["app_configdir"]="/home/ziggi/projects/cworker/" S["app_configdir"]="/home/ziggi/Projects/cworker/"
S["APP_CONFIGDIR"]="/home/ziggi/projects/cworker/" S["APP_CONFIGDIR"]="/home/ziggi/Projects/cworker/"
S["SYSTEMD_FALSE"]="" S["SYSTEMD_FALSE"]=""
S["SYSTEMD_TRUE"]="#" S["SYSTEMD_TRUE"]="#"
S["LINUX_OS_FALSE"]="" S["LINUX_OS_FALSE"]=""
@@ -898,12 +898,12 @@ S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/usr/local/bin/gmkdir -p" S["MKDIR_P"]="/usr/local/bin/gmkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="strip" S["STRIP"]="strip"
S["install_sh"]="${SHELL} /home/ziggi/projects/cworker/install-sh" S["install_sh"]="${SHELL} /home/ziggi/Projects/cworker/install-sh"
S["MAKEINFO"]="${SHELL} /home/ziggi/projects/cworker/missing makeinfo" S["MAKEINFO"]="${SHELL} /home/ziggi/Projects/cworker/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /home/ziggi/projects/cworker/missing autoheader" S["AUTOHEADER"]="${SHELL} /home/ziggi/Projects/cworker/missing autoheader"
S["AUTOMAKE"]="${SHELL} /home/ziggi/projects/cworker/missing automake" S["AUTOMAKE"]="${SHELL} /home/ziggi/Projects/cworker/missing automake"
S["AUTOCONF"]="${SHELL} /home/ziggi/projects/cworker/missing autoconf" S["AUTOCONF"]="${SHELL} /home/ziggi/Projects/cworker/missing autoconf"
S["ACLOCAL"]="${SHELL} /home/ziggi/projects/cworker/missing aclocal" S["ACLOCAL"]="${SHELL} /home/ziggi/Projects/cworker/missing aclocal"
S["VERSION"]="0.0.1" S["VERSION"]="0.0.1"
S["PACKAGE"]="cworker" S["PACKAGE"]="cworker"
S["CYGPATH_W"]="echo" S["CYGPATH_W"]="echo"
@@ -1037,13 +1037,13 @@ D["HAVE_MEMSET"]=" 1"
D["HAVE_MKDIR"]=" 1" D["HAVE_MKDIR"]=" 1"
D["HAVE_SETLOCALE"]=" 1" D["HAVE_SETLOCALE"]=" 1"
D["HAVE_SOCKET"]=" 1" D["HAVE_SOCKET"]=" 1"
D["APP_CONFIGDIR"]=" \"/home/ziggi/projects/cworker/\"" D["APP_CONFIGDIR"]=" \"/home/ziggi/Projects/cworker/\""
D["APP_LOGDIR"]=" \"/home/ziggi/projects/cworker/log\"" D["APP_LOGDIR"]=" \"/home/ziggi/Projects/cworker/log\""
D["APP_RUNDIR"]=" \"/home/ziggi/projects/cworker/run\"" D["APP_RUNDIR"]=" \"/home/ziggi/Projects/cworker/run\""
D["APP_LIBDIR"]=" \"/home/ziggi/projects/cworker/lib\"" D["APP_LIBDIR"]=" \"/home/ziggi/Projects/cworker/lib\""
D["APP_USER"]=" \"ziggi\"" D["APP_USER"]=" \"ziggi\""
D["APP_DATABASEDIR"]=" \"/home/ziggi/projects/cworker/data\"" D["APP_DATABASEDIR"]=" \"/home/ziggi/Projects/cworker/data\""
D["APP_CACHEDIR"]=" \"/home/ziggi/projects/cworker/cache\"" D["APP_CACHEDIR"]=" \"/home/ziggi/Projects/cworker/cache\""
for (key in D) D_is_set[key] = 1 for (key in D) D_is_set[key] = 1
FS = "" FS = ""
} }

View File

@@ -2,22 +2,22 @@
/* defines.h.in. Generated from configure.ac by autoheader. */ /* defines.h.in. Generated from configure.ac by autoheader. */
/* location of cache dir */ /* location of cache dir */
#define APP_CACHEDIR "/home/ziggi/projects/cworker/cache" #define APP_CACHEDIR "/home/ziggi/Projects/cworker/cache"
/* location of configuration files for ${PACKAGE} */ /* location of configuration files for ${PACKAGE} */
#define APP_CONFIGDIR "/home/ziggi/projects/cworker/" #define APP_CONFIGDIR "/home/ziggi/Projects/cworker/"
/* location of database dir */ /* location of database dir */
#define APP_DATABASEDIR "/home/ziggi/projects/cworker/data" #define APP_DATABASEDIR "/home/ziggi/Projects/cworker/data"
/* location of libs */ /* location of libs */
#define APP_LIBDIR "/home/ziggi/projects/cworker/lib" #define APP_LIBDIR "/home/ziggi/Projects/cworker/lib"
/* location of ${PACKAGE} logdir */ /* location of ${PACKAGE} logdir */
#define APP_LOGDIR "/home/ziggi/projects/cworker/log" #define APP_LOGDIR "/home/ziggi/Projects/cworker/log"
/* location of pid file */ /* location of pid file */
#define APP_RUNDIR "/home/ziggi/projects/cworker/run" #define APP_RUNDIR "/home/ziggi/Projects/cworker/run"
/* effective user */ /* effective user */
#define APP_USER "ziggi" #define APP_USER "ziggi"