]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
setup: Do not provide /var/log/lastlog.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 15:36:40 +0000 (17:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 15:36:40 +0000 (17:36 +0200)
This is provided by util-linux.

setup/setup.nm

index bcd77ba89bf703284a7f77a2180c466cef778590..e8a9b8c9297050d4c73dade1cdc2ab6874a871d0 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = setup
 version    = 3.0
-release    = 1
+release    = 2
 
 groups     = Base Build System/Base
 url        =
@@ -40,7 +40,7 @@ build
                        cp -vf %{DIR_APP}/${i} %{BUILDROOT}/etc || exit 1; \
                done
 
-               touch %{BUILDROOT}/etc/{environment,fstab} %{BUILDROOT}/var/log/lastlog
+               touch %{BUILDROOT}/etc/{environment,fstab}
                chmod -v 0400 %{BUILDROOT}/etc/{,g}shadow
        end
 end