From: Michael Tremer Date: Sun, 2 Oct 2011 15:36:40 +0000 (+0200) Subject: setup: Do not provide /var/log/lastlog. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77bd93e0653c33d230e3ebed654bf147c8854e9;p=ipfire-3.x.git setup: Do not provide /var/log/lastlog. This is provided by util-linux. --- diff --git a/setup/setup.nm b/setup/setup.nm index bcd77ba89..e8a9b8c92 100644 --- a/setup/setup.nm +++ b/setup/setup.nm @@ -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