From 21582849ddc360259c6fb4063ece465e45dcc3fb Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 20 Feb 1995 19:07:32 +0000 Subject: Use absolute path for the "ctm" program. --- usr.sbin/ctm/ctm_rmail/ctm_rmail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c index 0f45d6b..04eef38 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.c +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.c @@ -153,7 +153,8 @@ apply_complete() if (stat(fname, &sb) < 0) return; - sprintf(buf, "(cd %s && ctm %s%s) 2>&1", base_dir, here, fname); + sprintf(buf, "(cd %s && /usr/sbin/ctm %s%s) 2>&1", + base_dir, here, fname); if ((ctm = popen(buf, "r")) == NULL) { err("ctm failed to apply %s", delta); -- cgit v1.1