core/filesystem to 2012.12-1

This commit is contained in:
Kevin Mihelich 2012-12-05 17:13:23 +00:00
parent 5efe716633
commit c34fb7d1a7
6 changed files with 13 additions and 7 deletions

View file

@ -1,11 +1,11 @@
# $Id: PKGBUILD 172086 2012-11-27 19:16:31Z dreisner $
# $Id$
# Maintainer: Tom Gundersen <teg@jklm.no>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - modifed os-release
pkgname=filesystem
pkgver=2012.11
pkgver=2012.12
pkgrel=1
pkgdesc='Base filesystem'
arch=('any')
@ -91,14 +91,14 @@ package() {
done
ln -s ../man usr/local/share/man
}
md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
md5sums=('c61f6ac4f6377108e59879f203f18633'
'7813c481156f6b280a3ba91fc6236368'
'9e4533df61f0c82d6b2e2371f7376282'
'4c4540eeb748bf1f71d631b8c1dcf0b3'
'f28150d4c0b22a017be51b9f7f9977ed'
'6e488ffecc8ba142c0cf7e2d7aeb832e'
'455b78cada80f40b6f6968f5cbd97a2e'
'01249bb0ba4468f95e2cc3a627f5e6e3'
'1cfd310dff0804a7d21958487c32a3b1'
'2ef2429c2c98d0883906aa6f5363be80'
'693c97f2c9a519bb97a17008e92c2b74'
'1745349eb24ed21b4cfaa6f423bddb76'
'7bc65f234dfb6abf24e7c3b03e86f4ff'
@ -106,7 +106,7 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
'52db9503314f639b8f47bd9a251a6ea9'
'6f48288b6fcaf0065fcb7b0e525413e0'
'22518e922891f9359f971f4f5b4e793c'
'677523dbe94b79299aa91b35ed8203b6'
'ffe983034b8004989b8c3df97ec91095'
'f3b6ae7db8adffaaa4bffc6099dcbd50'
'a8a962370cd0128465d514e6a1f74130'
'2e193c4a37245f2323ebe87f1a673563'

View file

@ -42,7 +42,9 @@ post_upgrade() {
_addgroup rfkill -g 24
_addgroup lock -g 54
_addgroup uuidd -g 68
_adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
_adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
_addgroup dbus -g 81
_adduser dbus -u 81 -d / -g dbus -s /sbin/nologin
# sync gshadow to group (fixes FS#19869)
if ! grep -q '^lock:' etc/gshadow; then

View file

@ -21,6 +21,7 @@ http:x:33:
games:x:50:
lock:x:54:
uuidd:x:68:
dbus:x:81:
network:x:90:
video:x:91:
audio:x:92:

View file

@ -21,6 +21,7 @@ http:::
games:::
lock:::
uuidd:!::
dbus:x::
network:x::
video:x::
audio:::

View file

@ -5,4 +5,5 @@ mail:x:8:12:mail:/var/spool/mail:/bin/false
ftp:x:14:11:ftp:/srv/ftp:/bin/false
http:x:33:33:http:/srv/http:/bin/false
uuidd:x:68:68:uuidd:/:/sbin/nologin
dbus:x:81:81:dbus:/:/sbin/nologin
nobody:x:99:99:nobody:/:/bin/false

View file

@ -5,4 +5,5 @@ mail:x:14871::::::
ftp:x:14871::::::
http:x:14871::::::
uuidd:x:14871::::::
dbus:x:14871::::::
nobody:x:14871::::::