comparison toys/id.c @ 430:74f152c5fa30

This id implementation is not remotely SUSv4 compliant, default n until I get a chance to finish it.
author Rob Landley <rob@landley.net>
date Sun, 05 Feb 2012 15:25:17 -0600
parents 12add511705e
children 42a322adbd17
comparison
equal deleted inserted replaced
429:27104029d771 430:74f152c5fa30
10 10
11 USE_ID(NEWTOY(id, "gru", TOYFLAG_BIN)) 11 USE_ID(NEWTOY(id, "gru", TOYFLAG_BIN))
12 12
13 config ID 13 config ID
14 bool "id" 14 bool "id"
15 default y 15 default n
16 help 16 help
17 usage: id [-gru] 17 usage: id [-gru]
18 18
19 Print user and group ID. 19 Print user and group ID.
20 20