mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
make: Add support for RSYSLOG_XXX installation
This commit is contained in:
parent
22255fd76c
commit
7d1e22cb76
5 changed files with 26 additions and 1 deletions
|
|
@ -331,6 +331,9 @@ $(INSTALL_INITDIR)/%: %.init
|
|||
$(INSTALL_LOGROTDIR)/%: %.logrotate
|
||||
$(INSTALL) -o $(LOGROTOWNER) -g $(LOGROTGROUP) -m $(LOGROTMODE) $< $@
|
||||
|
||||
$(INSTALL_RSYSLOGDIR)/%: %.logrotate
|
||||
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
|
||||
|
||||
%: %.sysconf
|
||||
cp $< $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue