ports/shells/heirloom-sh/files/patch-acct
Martin Wilke ceabe272a7 Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.
If one need to write portable shell scripts, this one is excellent for
testing them. It is installed as jsh (job shell).

Other OpenSolaris user land tools are available in sysutils/heirloom

WWW: http://heirloom.sourceforge.net/sh.html

PR:		ports/122192
Submitted by:	Danijel Tasov <danielt at pilgerer.org>
2008-04-29 21:34:02 +00:00

12 lines
310 B
Text

diff -ru heirloom-sh-050706/defs.h heirloom-sh-050706.new/defs.h
--- defs.h 2005-07-03 21:25:46.000000000 +0200
+++ defs.h 2008-03-27 22:30:33.000000000 +0100
@@ -148,7 +148,7 @@
#define ENDARGS 0
/* enable shell accounting */
-#define ACCT
+/* #define ACCT */
#include <unistd.h>
#include "mac.h"