Skip to content
Snippets Groups Projects
Commit b2ba919f authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

Add tmpfiles suggested in FS#52781

parent 8a443108
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,12 @@ makedepends=('systemd')
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')
'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty'
'etc/profile' 'etc/issue')
source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release'
'resolv.conf' 'shells' 'gshadow' 'profile' 'locale.sh' 'sysusers')
'resolv.conf' 'shells' 'gshadow' 'profile' 'locale.sh' 'sysusers'
'tmpfiles')
md5sums=('7fed1e1fb855e41a6d64d41f8521d69a'
'7813c481156f6b280a3ba91fc6236368'
'44851ecc062ba34a4c024b6f3246c48f'
......@@ -36,7 +37,8 @@ md5sums=('7fed1e1fb855e41a6d64d41f8521d69a'
'1c1e3b08acfa286f4b417c49de3e4366'
'13feaea89d404729ad2f7cf0bcc41d85'
'71ed98c52e11ada1f936ac8cb14eecd9'
'6ec767b80e0df5c4450078363a31bca0')
'6ec767b80e0df5c4450078363a31bca0'
'6723590b164b281f471e8b1cd926b633')
package() {
cd "$pkgdir"
......@@ -107,6 +109,9 @@ package() {
# setup systemd-sysusers
install -D -m644 "$srcdir"/sysusers "$pkgdir"/usr/lib/sysusers.d/arch.conf
# setup systemd-tmpfiles
install -D -m644 "$srcdir"/tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/arch.conf
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment