Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/checkhelp.awk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 32  BEGIN { Line 32  BEGIN {
32  }  }
33  END {  END {
34   for (i = 0; i <= pos; i++) {   for (i = 0; i <= pos; i++) {
35  # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);  # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
36   if (help[i] == 0) {   if (help[i] == 0) {
37   printf("%s: No helptext for '%s'\n", file[i], conf[i]);   printf("%s: No helptext for '%s'\n", file[i], conf[i]);
38   }   }

Legend:
Removed from v.983  
changed lines
  Added in v.984