removed group log (not needed anymore, replaced by systemd journal)

updated Release name to Descartes
This commit is contained in:
AlmAck 2014-05-11 22:38:03 +02:00
parent aa3d7b2523
commit 3ccdc130e6
6 changed files with 13 additions and 16 deletions

View File

@ -5,13 +5,13 @@
# maintainer Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=filesystem pkgname=filesystem
pkgver=2014.03 pkgver=2014.05
pkgrel=1 pkgrel=1
_codename=Benz _codename=Descartes
pkgdesc='Base filesystem' pkgdesc='Base filesystem'
arch=('x86_64') arch=('x86_64')
license=('GPL') license=('GPL')
url='http://www.chakra-project.org' url='http://www.chakraos.org'
groups=('base') groups=('base')
install='filesystem.install' install='filesystem.install'
depends=('iana-etc' 'bash' 'coreutils') depends=('iana-etc' 'bash' 'coreutils')
@ -24,8 +24,8 @@ source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'hostname' 'motd' 'resolv.conf' 'shells' 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'hostname' 'motd' 'resolv.conf' 'shells'
'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'machine-info' 'os-release' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'machine-info' 'os-release'
'vconsole.conf' 'locale.sh') 'vconsole.conf' 'locale.sh')
md5sums=('3b1d2710d902b222bb345433f35b766a' md5sums=('b338aef6479c8f4764d8e4510809febd'
'8266bc7566e99f2b5f5e0b5b1ac17241' 'ff89d20fecda61f9a2bd2361fe4d7cfc'
'13753e4e0964f3652b0cc60a28528bdf' '13753e4e0964f3652b0cc60a28528bdf'
'4c4540eeb748bf1f71d631b8c1dcf0b3' '4c4540eeb748bf1f71d631b8c1dcf0b3'
'f28150d4c0b22a017be51b9f7f9977ed' 'f28150d4c0b22a017be51b9f7f9977ed'
@ -39,11 +39,11 @@ md5sums=('3b1d2710d902b222bb345433f35b766a'
'd41d8cd98f00b204e9800998ecf8427e' 'd41d8cd98f00b204e9800998ecf8427e'
'6f48288b6fcaf0065fcb7b0e525413e0' '6f48288b6fcaf0065fcb7b0e525413e0'
'22518e922891f9359f971f4f5b4e793c' '22518e922891f9359f971f4f5b4e793c'
'677523dbe94b79299aa91b35ed8203b6' '5f26312ae4b1d7419589676b505eafd0'
'f3b6ae7db8adffaaa4bffc6099dcbd50' 'f3b6ae7db8adffaaa4bffc6099dcbd50'
'a8a962370cd0128465d514e6a1f74130' 'a8a962370cd0128465d514e6a1f74130'
'8aba0b33527e812211b9e5f9b87887ae' '8aba0b33527e812211b9e5f9b87887ae'
'290d1cf12295c9c011cf2a112fdd5cf7' '420ba71e16efb98310b973476467985a'
'201bbb8b4734d2f46afe1e24d7cc6173' '201bbb8b4734d2f46afe1e24d7cc6173'
'45100e8a4a6d8d4b3a7dcd34b0fa4281') '45100e8a4a6d8d4b3a7dcd34b0fa4281')

View File

@ -30,7 +30,6 @@ post_upgrade() {
_addgroup video -g 91 _addgroup video -g 91
_addgroup floppy -g 94 _addgroup floppy -g 94
_addgroup storage -g 95 _addgroup storage -g 95
_addgroup log -g 19
_addgroup utmp -g 20 _addgroup utmp -g 20
_addgroup power -g 98 _addgroup power -g 98
_addgroup network -g 90 _addgroup network -g 90

View File

@ -12,7 +12,6 @@ wheel:x:10:root
ftp:x:11: ftp:x:11:
mail:x:12: mail:x:12:
uucp:x:14: uucp:x:14:
log:x:19:root
utmp:x:20: utmp:x:20:
locate:x:21: locate:x:21:
rfkill:x:24: rfkill:x:24:

View File

@ -12,7 +12,6 @@ wheel:::root
ftp::: ftp:::
mail::: mail:::
uucp::: uucp:::
log:::root
utmp:x:: utmp:x::
locate::: locate:::
rfkill:x:: rfkill:x::

View File

@ -1 +1 @@
Chakra-Project \r (\l) Chakra \r (\l)

View File

@ -1,8 +1,8 @@
NAME="The Chakra-Project" NAME="Chakra"
VERSION="Benz" VERSION="Descartes"
ID=chakra ID=chakra
PRETTY_NAME="The Chakra-Project (Benz)" PRETTY_NAME="Chakra (Descartes)"
ANSI_COLOR="0;36" ANSI_COLOR="0;36"
HOME_URL="http://www.chakra-linux.org/" HOME_URL="http://www.chakraos.org/"
BUG_REPORT_URL="http://chakra-linux.org/bugs/" BUG_REPORT_URL="http://chakraos.org/bugtracker/"