11 lines
336 B
Text
11 lines
336 B
Text
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
# Ensure that the semantic for the uid:gid syntax is correct
|
|
#
|
|
#Type Name ID GECOS HOMEDIR
|
|
g hoge 300 - -
|
|
u foo 301 - -
|
|
|
|
g baz 302 - -
|
|
u aaa 303:302 - -
|
|
u bbb 304:302 - -
|
|
u ccc 305 - -
|