1. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  2. 9116567 Fix nobody group check and change default uid/gid for nobody. by Garrett Cooper · 14 years ago
  3. 0c66cf8 1. The logic check for IDcheck.sh was inverted for finding entries. by yaberauneya · 15 years ago
  4. 3ab801e by yaberauneya · 15 years ago
  5. d9f329e Make IDcheck.sh DESTDIR aware and less strict: The end goal of this patch is to make IDcheck.sh more rootfs- / cross- compilation friendly, such that it can be run from the primary compile instance, and instead of attempting to manipulate the target system data, manipulate the sys-root / rootfs data through the use of DESTDIR and by relaxing certain checks. Most of the checks were unnecessary anyhow (am i root?), etc and can be easily remedied by just relying on the other checks made by touch(1)'ing files and the post-process operation, as ENOPERM will be returned if one cannot access the configuration file of interest. Also, use awk for all operations instead of grep because it will reduces the potential for random failures when dealing with /etc/group and /etc/passwd files, and we can switch over to one subroutine instead of multiple subroutines for checks. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 15 years ago
  6. 4ede9d0 IDCheck.sh fails to detect the group nobody does not exist and exits with 0 status. This patch fixes this behavior. I have added a small cosmetic change to indicate No is the default response to the question asked by the script. Signed-Off-By: Elder Costa <elder.costa@terra.com.br>. by subrata_modak · 16 years ago
  7. 694c3f0 Under Ubuntu (tested with both 7.04 and 8.04) IDCheck shows the message by subrata_modak · 16 years ago
  8. 4fdf37f overhaul script to make things much easier to manage by Garrett Cooper by vapier · 16 years ago
  9. bb7dd6f When CREATE is not set there is no default, so it is possible to run by vapier · 16 years ago
  10. e42c4b2 a few POSIX fixes from Dustin Kirkland in [1908313] by vapier · 16 years ago
  11. 539fd46 Applied an update from Mike Frysinger to allow people to automatically declare the CREATE variable in IDcheck.sh. by robbiew · 18 years ago
  12. a040c12 Fix IDcheck to actually check for the existance of the groups that need to exist. by plars · 21 years ago
  13. 06e3bdf Added checking for users and sys groups to IDcheck.sh. Also, called the by robbiew · 21 years ago
  14. cefffa7 Added code to only prompt for id creation if the user is root. by robbiew · 21 years ago
  15. 90fc94c Changed nobody group checking to check for id number only. by robbiew · 22 years ago
  16. 8480ec0 *** empty log message *** by robbiew · 22 years ago
  17. 7ca7ccd Modified IDcheck to check for the group "nobody", not just if user nobody has a group. by robbiew · 22 years ago
  18. 631a9f5 Applied Jay Huie's patch to only ask if the users don't exist. by robbiew · 22 years ago
  19. f9598e4 Removing a bash2ism. The script now runs on bash1 based systems (RH 6.2) by nstraz · 23 years ago
  20. 599ddd7 Added author info. by robbiew · 23 years ago
  21. c0f37e6 Made small cosmetic change. by robbiew · 23 years ago
  22. d23f724 Added the option to create the missing ids and/or groups. by robbiew · 23 years ago
  23. 3f9a880 This is used to verify existence of required users/groups. by robbiew · 23 years ago