From a29af8c20187a65fbdbbedd0b7158c07d3e713cf Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 6 May 2014 14:14:55 -0700 Subject: 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 --- meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/openssh/openssh') 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 -- cgit 1.2.3-korg