Author: Rhonda D'Vine <rhonda@debian.org>	vim:ft=diff:
Description: Switch from nobody to nogroup for group (BTS #87402)

Index: rungetty-1.2/rungetty.c
===================================================================
--- rungetty-1.2.orig/rungetty.c
+++ rungetty-1.2/rungetty.c
@@ -571,7 +571,7 @@ main (int argc, char **argv)
   if (!user)
     user = getpwnam ("nobody");
   if (!u_group)
-    u_group = getgrnam ("nobody");
+    u_group = getgrnam ("nogroup");
   tty = argv[optind];
   if (!tty)
     usage ();
