mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-dev.mk: Limit default LOGID prefix to two characters
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a8e29ce987
commit
1f4f4c66c0
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ SITE_MODULES_DIR ?= $(HTDOCS_PREFIX)/proj/site/modules.d
|
|||
CGI_DIR ?= $(HTDOCS_PREFIX)/cgi-bin
|
||||
|
||||
# -- misc
|
||||
LOGID ?= $(shell id -un)-$(PROJECT)
|
||||
LOGID ?= $(shell id -un | cut -c1-2)-$(PROJECT)
|
||||
DAEMON_RUN_USER ?= $(shell id -un)
|
||||
DAEMON_RUN_GROUP ?= $(shell id -gn)
|
||||
CATCH_ONLY_YERROR?= true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue