From d272667632635ee4bff20b60d10b6ad8176f0d8b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 25 Feb 2015 17:51:24 -0200 Subject: filesystem-2015.02-1.parabola1: updating version * add proc group (FS#43153 -> https://bugs.archlinux.org/task/43153) --- libre/filesystem/filesystem.install | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'libre/filesystem/filesystem.install') diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index d70906f47..9793ad25c 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -12,17 +12,6 @@ _adduser() { fi } -post_install() { - _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') - for _bk in ${_backup[@]}; do - if [ -f ${_bk}.pacsave ]; then - cp -av ${_bk}{.pacsave,} - fi - done -} - post_upgrade() { _addgroup optical -g 93 _addgroup audio -g 92 @@ -35,6 +24,7 @@ post_upgrade() { _addgroup network -g 90 _addgroup games -g 50 _addgroup uucp -g 14 + _addgroup proc -g 26 _addgroup http -g 33 _adduser http -u 33 -d /srv/http -g http -s /usr/bin/nologin _addgroup scanner -g 96 -- cgit v1.2.3