[arch-commits] CVS update of core/base/filesystem (PKGBUILD filesystem.install)

Pierre Schmitz pierre at archlinux.org
Fri Feb 8 10:55:28 UTC 2008


    Date: Friday, February 8, 2008 @ 05:55:28
  Author: pierre
    Path: /home/cvs-core/core/base/filesystem

Modified: PKGBUILD (1.95 -> 1.96) filesystem.install (1.15 -> 1.16)

upgpkg: filesystem 2007.11-7


--------------------+
 PKGBUILD           |    4 ++--
 filesystem.install |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)


Index: core/base/filesystem/PKGBUILD
diff -u core/base/filesystem/PKGBUILD:1.95 core/base/filesystem/PKGBUILD:1.96
--- core/base/filesystem/PKGBUILD:1.95	Wed Jan 30 00:44:06 2008
+++ core/base/filesystem/PKGBUILD	Fri Feb  8 05:55:27 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.95 2008/01/30 05:44:06 aaron Exp $
+# $Id: PKGBUILD,v 1.96 2008/02/08 10:55:27 pierre Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
 pkgver=2007.11
-pkgrel=6
+pkgrel=7
 pkgdesc="Base filesystem"
 arch=(i686 x86_64)
 license=('GPL')
Index: core/base/filesystem/filesystem.install
diff -u core/base/filesystem/filesystem.install:1.15 core/base/filesystem/filesystem.install:1.16
--- core/base/filesystem/filesystem.install:1.15	Fri Jan 11 18:48:10 2008
+++ core/base/filesystem/filesystem.install	Fri Feb  8 05:55:28 2008
@@ -4,6 +4,10 @@
   [ -f var/log/wtmp ]    ||  : >var/log/wtmp
   [ -f var/run/utmp ]    ||  : >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
+  # please do not remove!
+  chmod 1777 var/spool/mail tmp var/tmp
 }
 
 # arg 1:  the new package version




More information about the arch-commits mailing list