slugos-init: turnup - use volatiles to create /var/log/lastlog when turned-up
authorMike Westerhof <mwester@dls.net>
Wed, 21 Nov 2007 18:07:23 +0000 (18:07 +0000)
committerMike Westerhof <mwester@dls.net>
Wed, 21 Nov 2007 18:07:23 +0000 (18:07 +0000)
to external storage (NFS, memstick, or disk).  This stops openssh complaining.

packages/slugos-init/files/turnup
packages/slugos-init/slugos-init_0.10.bb

index 761e078..8d4c3f0 100644 (file)
@@ -28,6 +28,7 @@ d root root 0755 /var/lock/subsys none
 d root root 0755 /var/lib/dropbear none
 d root root 0755 /var/lib/misc none
 f root root 0664 /var/log/wtmp none
+f root root 0664 /var/log/lastlog none
 f root root 0664 /var/run/utmp none"
 
 INRAM_NFS="\
@@ -50,6 +51,7 @@ d root root 0755 /var/lib/dropbear none
 d root root 0755 /var/lib/misc none
 d root root 0755 /var/lib/ipkg none
 f root root 0664 /var/log/wtmp none
+f root root 0664 /var/log/lastlog none
 f root root 0664 /var/run/utmp none"
 
 INRAM_DISK="\
@@ -68,6 +70,7 @@ d root root 0755 /var/lib/dropbear none
 d root root 0755 /var/lib/misc none
 d root root 0755 /var/lib/ipkg none
 f root root 0664 /var/log/wtmp none
+f root root 0664 /var/log/lastlog none
 f root root 0664 /var/run/utmp none"
 
 INRAM_HEADER="\
index c8e903c..247578b 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r89"
+PR = "r90"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \