[arch-commits] Commit in filesystem/trunk (filesystem.install)

Tom Gundersen tomegun at archlinux.org
Thu Jan 12 11:07:59 UTC 2012


    Date: Thursday, January 12, 2012 @ 06:07:58
  Author: tomegun
Revision: 146522

don't create /run/utmp on install

Modified:
  filesystem/trunk/filesystem.install

--------------------+
 filesystem.install |    3 ---
 1 file changed, 3 deletions(-)

Modified: filesystem.install
===================================================================
--- filesystem.install	2012-01-12 10:46:44 UTC (rev 146521)
+++ filesystem.install	2012-01-12 11:07:58 UTC (rev 146522)
@@ -1,9 +1,6 @@
 post_install() {
 	[ -f var/log/lastlog ] ||  : >var/log/lastlog
 	[ -f var/log/wtmp ]    ||  : >var/log/wtmp
-	[ -f var/run/utmp ]    ||  : >var/run/utmp
-	chown root:20 var/run/utmp
-	chmod 664 var/run/utmp
 	[ -f var/log/btmp ]    || (: >var/log/btmp && bin/chmod 600 var/log/btmp)
 	# workaround for bug #7194
 	# readded due to bug #9465




More information about the arch-commits mailing list