shadow: create users group to be gid 100.
This commit is contained in:
parent
3bc731100d
commit
c1e3214058
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ storage:x:19:
|
||||||
scanner:x:20:
|
scanner:x:20:
|
||||||
plugdev:x:21:
|
plugdev:x:21:
|
||||||
nogroup:x:99:
|
nogroup:x:99:
|
||||||
users:x:1000:
|
users:x:100:
|
||||||
_EOF
|
_EOF
|
||||||
echo "Created default /etc/group file."
|
echo "Created default /etc/group file."
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.1.5.1
|
version=4.1.5.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||||
--libdir=/usr/lib --enable-shared --disable-static
|
--libdir=/usr/lib --enable-shared --disable-static
|
||||||
|
|
Loading…
Add table
Reference in a new issue