base-files: add input (gid 25) to /etc/group.
This commit is contained in:
parent
5917e3ea6f
commit
44f5f21c50
|
@ -20,6 +20,7 @@ mail:x:18:
|
|||
storage:x:19:
|
||||
scanner:x:20:
|
||||
network:x:21:
|
||||
input:x:25:
|
||||
nogroup:x:99:
|
||||
users:x:100:
|
||||
xbuilder:x:101:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.111
|
||||
version=0.112
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style="meta"
|
||||
|
|
Loading…
Reference in New Issue