Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
770 B

  1. /rcNameID/ {
  2. if ($2 ~ /^[0-9]*$/ && $2 >= 376) {
  3. if ($2 == 376) gsub(/[0-9]*$/, "385");
  4. else if ($2 == 377) gsub(/[0-9]*$/, "376");
  5. else if ($2 == 378) gsub(/[0-9]*$/, "377");
  6. else if ($2 == 379) gsub(/[0-9]*$/, "386");
  7. else if ($2 == 380) gsub(/[0-9]*$/, "378");
  8. else if ($2 == 381) gsub(/[0-9]*$/, "387");
  9. else if ($2 == 382) gsub(/[0-9]*$/, "379");
  10. else if ($2 == 383) gsub(/[0-9]*$/, "380");
  11. else if ($2 == 384) gsub(/[0-9]*$/, "381");
  12. else if ($2 == 385) gsub(/[0-9]*$/, "382");
  13. else if ($2 == 386) gsub(/[0-9]*$/, "388");
  14. else if ($2 == 387) gsub(/[0-9]*$/, "389");
  15. else if ($2 == 388) gsub(/[0-9]*$/, "390");
  16. else if ($2 == 389) gsub(/[0-9]*$/, "391");
  17. else if ($2 == 390) gsub(/[0-9]*$/, "392");
  18. }
  19. }
  20. { print }