]> andersk Git - moira.git/commitdiff
Only output groups which have the nfsgroup bit set into generated
authorzacheiss <zacheiss>
Wed, 19 Apr 2000 23:13:20 +0000 (23:13 +0000)
committerzacheiss <zacheiss>
Wed, 19 Apr 2000 23:13:20 +0000 (23:13 +0000)
credentials files.

gen/nfs.pc

index ad4541f25e1fe1dbc3947a38e03a02951a443674..b168904f4f04f3d70ca97356f2efb137e5530132 100644 (file)
@@ -245,7 +245,7 @@ void do_everyone(void)
   EXEC SQL DECLARE l_cursor CURSOR FOR
     SELECT gid, list_id
     FROM list
-    WHERE grouplist != 0 AND active != 0
+    WHERE nfsgroup != 0 AND grouplist != 0 AND active != 0
     ORDER BY list_id;
   EXEC SQL OPEN l_cursor;
   while (1)
This page took 0.04655 seconds and 5 git commands to generate.