base-files: add /etc/sub[ug]id

This commit is contained in:
Enno Boland 2019-01-27 16:06:21 +01:00 committed by Enno Boland
parent 3f6eb64a8d
commit 83a80da63f
3 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1 @@
root:1000000:65536

View file

@ -0,0 +1 @@
root:1000000:65536

View file

@ -1,7 +1,7 @@
# Template file for 'base-files' # Template file for 'base-files'
pkgname=base-files pkgname=base-files
version=0.139 version=0.140
revision=12 revision=1
bootstrap=yes bootstrap=yes
depends="xbps-triggers" depends="xbps-triggers"
short_desc="Void Linux base system files" short_desc="Void Linux base system files"
@ -18,6 +18,8 @@ conf_files="
/etc/skel/.bash_logout /etc/skel/.bash_logout
/etc/skel/.bashrc /etc/skel/.bashrc
/etc/skel/.inputrc /etc/skel/.inputrc
/etc/subuid
/etc/subgid
/etc/issue /etc/issue
/etc/passwd /etc/passwd
/etc/group /etc/group
@ -43,7 +45,7 @@ do_install() {
done done
vinstall ${FILESDIR}/securetty 600 etc vinstall ${FILESDIR}/securetty 600 etc
for f in profile hosts host.conf issue \ for f in profile hosts host.conf issue subuid subgid \
inputrc fstab passwd group crypttab nsswitch.conf; do inputrc fstab passwd group crypttab nsswitch.conf; do
vinstall ${FILESDIR}/${f} 644 etc vinstall ${FILESDIR}/${f} 644 etc
done done