base-files: add systemd-journal group (gid 24) to /etc/passwd.
This commit is contained in:
parent
0139474c0c
commit
c210612396
|
@ -22,5 +22,6 @@ scanner:x:20:
|
|||
network:x:21:
|
||||
dbus:x:22:
|
||||
avahi:x:23:
|
||||
systemd-journal:x:24:
|
||||
nogroup:x:99:
|
||||
users:x:100:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.81
|
||||
version=0.82
|
||||
revision=1
|
||||
fulldepends="base-directories xbps-triggers"
|
||||
short_desc="Void Linux base system files"
|
||||
|
@ -12,21 +12,21 @@ noarch=yes
|
|||
bootstrap=yes
|
||||
|
||||
conf_files="
|
||||
/etc/inputrc
|
||||
/etc/profile
|
||||
/etc/hosts
|
||||
/etc/host.conf
|
||||
/etc/securetty
|
||||
/etc/skel/.bash_profile
|
||||
/etc/skel/.bash_logout
|
||||
/etc/skel/.bashrc
|
||||
/etc/skel/.inputrc
|
||||
/etc/issue
|
||||
/etc/passwd
|
||||
/etc/group
|
||||
/etc/fstab
|
||||
/etc/crypttab
|
||||
/etc/nsswitch.conf"
|
||||
/etc/inputrc
|
||||
/etc/profile
|
||||
/etc/hosts
|
||||
/etc/host.conf
|
||||
/etc/securetty
|
||||
/etc/skel/.bash_profile
|
||||
/etc/skel/.bash_logout
|
||||
/etc/skel/.bashrc
|
||||
/etc/skel/.inputrc
|
||||
/etc/issue
|
||||
/etc/passwd
|
||||
/etc/group
|
||||
/etc/fstab
|
||||
/etc/crypttab
|
||||
/etc/nsswitch.conf"
|
||||
|
||||
do_install() {
|
||||
# Install misc config files.
|
||||
|
|
Loading…
Reference in New Issue