From d9f66a52e3f0bc1543e275a11e1d931a1b120ef2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 29 Jan 2013 01:29:17 +0000 Subject: [PATCH] core/filesystem to 2013.01-3, core/glibc to 2.17-3 --- core/filesystem/PKGBUILD | 4 ++-- core/filesystem/filesystem.install | 12 ------------ core/glibc/PKGBUILD | 4 ++-- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD index b823940b0..d4e1e3882 100644 --- a/core/filesystem/PKGBUILD +++ b/core/filesystem/PKGBUILD @@ -8,7 +8,7 @@ noautobuild=1 pkgname=filesystem pkgver=2013.01 -pkgrel=1 +pkgrel=3 pkgdesc='Base filesystem' arch=('i686' 'x86_64') license=('GPL') @@ -16,7 +16,7 @@ url='http://www.archlinux.org' groups=('base') install='filesystem.install' makedepends=('asciidoc') -depends=('iana-etc' 'bash' 'coreutils' 'nss-myhostname') +depends=('iana-etc') backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') diff --git a/core/filesystem/filesystem.install b/core/filesystem/filesystem.install index 12e59b01b..0684afd69 100644 --- a/core/filesystem/filesystem.install +++ b/core/filesystem/filesystem.install @@ -1,13 +1,3 @@ -post_install() { - [ -f var/log/lastlog ] || : >var/log/lastlog - [ -f var/log/wtmp ] || : >var/log/wtmp - [ -f var/log/btmp ] || { : >var/log/btmp && 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 -} - # args: [options] _addgroup() { if ! getent group "$1" >/dev/null; then @@ -23,8 +13,6 @@ _adduser() { } post_upgrade() { - post_install - _addgroup optical -g 93 _addgroup audio -g 92 _addgroup video -g 91 diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 5f4f2a821..eee1e7feb 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -13,13 +13,13 @@ noautobuild=1 pkgname=glibc pkgver=2.17 -pkgrel=2 +pkgrel=3 pkgdesc="GNU C Library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc" license=('GPL' 'LGPL') groups=('base') -depends=('linux-api-headers>=3.7' 'tzdata') +depends=('linux-api-headers>=3.7' 'tzdata' 'filesystem>=2013.01') makedepends=('gcc>=4.7') backup=(etc/gai.conf etc/locale.gen