From: Saul Wold Date: Tue, 6 May 2014 21:14:55 +0000 (-0700) Subject: openssh: add /var/log/lastlog to volatile list X-Git-Tag: 2015-4~2863 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a29af8c20187a65fbdbbedd0b7158c07d3e713cf;p=openembedded-core.git openssh: add /var/log/lastlog to volatile list The /var/log/messages reports /var/log/lastlog as missing, since openssh needs this file, create it as a volatile. [YOCTO #6172] Signed-off-by: Saul Wold --- diff --git a/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd b/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd index 122320a719..a0d2af3c65 100644 --- a/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd +++ b/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd @@ -1 +1,2 @@ d root root 0755 /var/run/sshd none +f root root 0644 /var/log/lastlog none