mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/filesystem to 2023.01.30-1
This commit is contained in:
parent
aeaee7548d
commit
a80cf71505
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - modifed os-release
|
||||
|
||||
pkgname=filesystem
|
||||
pkgver=2022.10.18
|
||||
pkgver=2023.01.30
|
||||
pkgrel=1
|
||||
pkgdesc='Base Arch Linux files'
|
||||
arch=('x86_64')
|
||||
|
@ -40,7 +40,7 @@ sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82'
|
|||
'6e13705ac4d6f69cdba118c6b70c722346fd3c45224133e6bbfe28aca719563c'
|
||||
'c390b31fffc4a2b5d78ae8c89f5317aadef1f71baac09cfb467b675db1406d61'
|
||||
'89e43a0b7028f52d5c8e7fb961d962c4b4f4e9595880a6157274ddb2c7c0b6b4'
|
||||
'b5b28f395583d141d88c0b955cd05124f9b8cdf003feab01e55885b8e8c1303e'
|
||||
'30b97e8f5965744138f7a394e04454db6d509fb89e0a9b615bcd9037df3d6f2a'
|
||||
'5d8e61479f0093852365090e84d8d95b1e7fccfab068274ee25863bde6ff3e07'
|
||||
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
|
||||
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# default arch groups
|
||||
# groups first, because we have user/group id mismatch on ftp and mail
|
||||
g root 0 - -
|
||||
g sys 3 - -
|
||||
g mem 8 - -
|
||||
g ftp 11 - -
|
||||
|
@ -22,6 +23,7 @@ u ftp 14 - /srv/ftp
|
|||
u http 33 - /srv/http
|
||||
|
||||
# default membership
|
||||
m root root
|
||||
m bin daemon
|
||||
m bin sys
|
||||
m daemon adm
|
||||
|
|
Loading…
Reference in a new issue