diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-08-13 17:43:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-14 11:36:31 +0100 |
commit | 2da3314fa5f8627333cc2f0646a0fa3162a01e01 (patch) | |
tree | 24fde01ad85f42a090110278ee36ab24c6ba9016 /meta/recipes-extended/man-db/files | |
parent | 4bd37c66f24e8d2b344307cde23050d7854a3094 (diff) | |
download | poky-2da3314fa5f8627333cc2f0646a0fa3162a01e01.tar.gz |
man-db: add volatile configuration file for sysvinit
Add volatile configuraiton file for man-db so that in sysvinit systems
we don't get failure when running `mandb'. The error message is like
below.
mandb: can't create index cache /var/cache/man/579: No such file or
directory
[YOCTO #12872]
(From OE-Core rev: 2c480b363ae80dcc55ec0228f8af0311e023fbf4)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-db/files')
-rw-r--r-- | meta/recipes-extended/man-db/files/99_mandb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/man-db/files/99_mandb b/meta/recipes-extended/man-db/files/99_mandb new file mode 100644 index 0000000000..9b8a1712b7 --- /dev/null +++ b/meta/recipes-extended/man-db/files/99_mandb | |||
@@ -0,0 +1 @@ | |||
d man man 0755 /var/cache/man none | |||