summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-az
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-02-23 06:48:55 +0000
committermycroft <mycroft@pkgsrc.org>2000-02-23 06:48:55 +0000
commit73cc56df413720858705c0be6decdf1e53fff9c6 (patch)
treefd311ef341b4cae70221c022df74317c95a31932 /devel/cvs/patches/patch-az
parentb582cdc0f462ce0f141f03711ac3ac66cc33f3c5 (diff)
downloadpkgsrc-73cc56df413720858705c0be6decdf1e53fff9c6.tar.gz
Some more changes for set?id support.
Diffstat (limited to 'devel/cvs/patches/patch-az')
-rw-r--r--devel/cvs/patches/patch-az14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/cvs/patches/patch-az b/devel/cvs/patches/patch-az
new file mode 100644
index 00000000000..8d296fdd505
--- /dev/null
+++ b/devel/cvs/patches/patch-az
@@ -0,0 +1,14 @@
+$NetBSD: patch-az,v 1.1 2000/02/23 06:49:28 mycroft Exp $
+
+--- src/modules.c.orig Wed Feb 23 01:29:50 2000
++++ src/modules.c Wed Feb 23 01:27:57 2000
+@@ -720,7 +720,8 @@
+ run_print (stdout);
+ cvs_output ("'\n", 0);
+ }
+- 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);
+ }
+ free (real_prog);