]> git.pld-linux.org Git - packages/bsd-games.git/blob - bsd-games-hole.patch
660b5f3c4b02418abea9072eefb57b97 bsd-games-2.10.tar.gz
[packages/bsd-games.git] / bsd-games-hole.patch
1 --- bsd-games-2.8/cribbage/instr.c.hole Mon Nov  1 13:32:57 1999
2 +++ bsd-games-2.8/cribbage/instr.c      Mon Nov  1 13:32:31 1999
3 @@ -75,6 +75,7 @@
4                  * for mailx and man.  We only use a pager if stdout is
5                  * a terminal, and we pass the file on stdin to sh -c pager.
6                  */
7 +               setegid(getgid());      /* AC */
8                 if (!isatty(1))
9                         path = "cat";
10                 else {
This page took 0.027987 seconds and 3 git commands to generate.