[oe-commits] Saul Wold : openssh: add /var/log/lastlog to volatile list

git at git.openembedded.org git at git.openembedded.org
Thu May 8 12:19:17 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a29af8c20187a65fbdbbedd0b7158c07d3e713cf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a29af8c20187a65fbdbbedd0b7158c07d3e713cf

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue May  6 14:14:55 2014 -0700

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 <sgw at linux.intel.com>

---

 meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd b/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
index 122320a..a0d2af3 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



More information about the Openembedded-commits mailing list