summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:07:21 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:58:04 +0200
commit6e7b8bdb582cde6a2cf8a5c5b50d8a004fa04d1b (patch)
treef224cf038f52e3b238c4340b7f851c01da629668
parent2cc9ba3d499a1c114bcd592b72f4258c900784f4 (diff)
downloadptxdist-6e7b8bdb582cde6a2cf8a5c5b50d8a004fa04d1b.tar.gz
ptxdist-6e7b8bdb582cde6a2cf8a5c5b50d8a004fa04d1b.tar.xz
syslogng: fix migration from generic -> projectroot
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/syslogng.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/syslogng.in b/rules/syslogng.in
index c90cf3b59..06e04c2a4 100644
--- a/rules/syslogng.in
+++ b/rules/syslogng.in
@@ -46,7 +46,7 @@ config SYSLOGNG_CONFIG
Installs (if present) the "./projectroot/etc/syslog-ng.conf"
file from your workspace, otherwise a generic one from the
ptxdist installation
- ("<PTXDIST>/generic/etc/syslog-ng.conf").
+ ("<PTXDIST>/projectroot/etc/syslog-ng.conf").
config SYSLOGNG_STARTSCRIPT
bool
@@ -55,6 +55,6 @@ config SYSLOGNG_STARTSCRIPT
Installs (if present) the
"./projectroot/etc/init.d/syslog-ng" startscript from your
workspace, otherwise a generic one from the ptxdist
- installation ("<PTXDIST>/generic/etc/init.d/syslog-ng").
+ installation ("<PTXDIST>/projectroot/etc/init.d/syslog-ng").
endif