File seccheck-2.0-nisfix.patch of Package seccheck.611

--- seccheck-2.0/security-daily.sh.nisfix	Wed Feb  5 17:52:35 2003
+++ seccheck-2.0/security-daily.sh	Wed Feb  5 17:56:19 2003
@@ -33,7 +33,7 @@
                 printf("Line %d is a blank line.\n", NR);
                 next;
         }
-        if ($1 ~ /^[+-]$/)
+        if ($1 ~ /^[+-]/)
                 next;
         if (NF != 7)
                 printf("Line %d has the wrong number of fields.\n", NR+1);
@@ -95,7 +95,7 @@
                 printf("Line %d is a blank line.\n", NR);
                 next;
         }
-        if ($1 ~ /^[+-]$/)
+        if ($1 ~ /^[+-]/)
                 next;
         if (NF != 9)
                 printf("Line %d has the wrong number of fields.\n", NR+1);
@@ -130,7 +130,7 @@
                 printf("Line %d is a blank line.\n", NR);
                 next;
         }
-        if ($1 ~ /^[+-]$/)
+        if ($1 ~ /^[+-]/)
                 next;
         if (NF != 4)
                 printf("Line %d has the wrong number of fields.\n", NR+1);
openSUSE Build Service is sponsored by