- Add fallback sendmail path, should fix some buld build problem. - Add -x option which enable XTND command support to yatd(8). Bump PKGREVISION.
15 lines
348 B
Text
15 lines
348 B
Text
$NetBSD: patch-bo,v 1.1 2004/12/15 13:18:02 taca Exp $
|
|
|
|
--- yatd/xtnd.c.orig 2001-06-04 15:43:51.000000000 +0900
|
|
+++ yatd/xtnd.c
|
|
@@ -23,6 +23,10 @@ int FuncXtnd()
|
|
{
|
|
struct CMD_DAT * pCmd;
|
|
|
|
+ if (SysData.allow_xtnd == 0) {
|
|
+ return (*FuncNoCmd)();
|
|
+ }
|
|
+
|
|
ArgShift(1);
|
|
if (SysData.argc <= 0) {
|
|
ErrSetData(ERRYS_XTNDNUL, 0, NULL);
|