cfg_dev.mk, cfg_dist.mk: Add PROFILEGROUP PROFILEOWNER PROFILEMODE PROFILEDIR

This commit is contained in:
Jan Lindemann 2005-05-01 21:48:48 +00:00 committed by Jan Lindemann
commit 56f6df7d6d
2 changed files with 8 additions and 0 deletions

View file

@ -28,6 +28,10 @@ HDRMODE = 644
MAKEOWNER = root
MAKEGROUP = root
MAKEMODE = 644
PROFILEGROUP = root
PROFILEOWNER = root
PROFILEMODE = 755
PROFILEDIR = /etc/profile.d
INITDIR = /etc/init.d
PIDDIR = $(VAR_PREFIX)/run
DAEMON_RUN_DIR = /opt/$(PROJECT)