diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-10-20 14:50:50 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-21 14:05:57 +0100 |
commit | f1a209b142d2319d2594b051c01d9997184bfcb4 (patch) | |
tree | a5c6fb9678888fe3c94a5edd680258aef966b270 /meta/recipes-extended/sysklogd/sysklogd_1.5.bb | |
parent | 70c77123084d6ef579dae0efde1c1b454827e597 (diff) | |
download | poky-f1a209b142d2319d2594b051c01d9997184bfcb4.tar.gz |
busybox/sysklogd: syslog.conf files
The format of the syslog.conf files is different between busybox and sysklogd.
Use the alternatives method to ensure we get the correct config file for
any specific configurations.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd_1.5.bb')
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb index 27146c79ad..75c1147bc6 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | require sysklogd.inc | 1 | require sysklogd.inc |
2 | PR = "r1" | 2 | PR = "r2" |