chiark
/
gitweb
/
~mdw
/
qmail
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Debianization for 1.01-2
[qmail]
/
qmail-lspawn.c
diff --git
a/qmail-lspawn.c
b/qmail-lspawn.c
index 5109cc350a90f423e77f0eb6e6cea5bf1753c2cb..f3b91ad3e390936f6f37861d087a7080323b0bb5 100644
(file)
--- a/
qmail-lspawn.c
+++ b/
qmail-lspawn.c
@@
-139,7
+139,7
@@
char *local;
}
if (pipe(pi) == -1) _exit(QLX_SYS);
}
if (pipe(pi) == -1) _exit(QLX_SYS);
- args[0] = "bin/qmail-getpw";
+ args[0] = "
/usr/s
bin/qmail-getpw";
args[1] = local;
args[2] = 0;
switch(gpwpid = vfork())
args[1] = local;
args[2] = 0;
switch(gpwpid = vfork())
@@
-191,7
+191,7
@@
char *s; char *r; int at;
x = nughde.s;
xlen = nughde.len;
x = nughde.s;
xlen = nughde.len;
- args[0] = "bin/qmail-local";
+ args[0] = "
/usr/s
bin/qmail-local";
args[1] = "--";
args[2] = x;
n = byte_chr(x,xlen,0); if (n++ == xlen) _exit(QLX_USAGE); x += n; xlen -= n;
args[1] = "--";
args[2] = x;
n = byte_chr(x,xlen,0); if (n++ == xlen) _exit(QLX_USAGE); x += n; xlen -= n;