mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
$NetBSD: patch-az,v 1.4 2013/10/14 06:51:02 adam Exp $
|
|
|
|
--- src/modules.c.orig 2008-01-28 14:55:45.000000000 +0000
|
|
+++ src/modules.c
|
|
@@ -704,7 +704,8 @@ module `%s' is a request for a file in a
|
|
cvs_output ("'\n", 0);
|
|
cvs_flushout ();
|
|
}
|
|
- err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL);
|
|
+ err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY,
|
|
+ RUN_NORMAL | RUN_UNSETXID);
|
|
free (expanded_path);
|
|
}
|
|
if (real_prog) free (real_prog);
|