diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-11-06 16:53:57 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-11-06 16:53:57 +0000 |
commit | cbd4078eb9e37763c74139b9c23e8396214f0f1f (patch) | |
tree | 55fcab2331eed037f1d5f43b60fcfe93350bf6e7 /misc/heyu2/files | |
parent | 2c8c7c57ba5dabd3af0359d3ef5f4ca74da21423 (diff) | |
download | ports-cbd4078eb9e37763c74139b9c23e8396214f0f1f.tar.gz ports-cbd4078eb9e37763c74139b9c23e8396214f0f1f.zip |
Notes
Diffstat (limited to 'misc/heyu2/files')
-rw-r--r-- | misc/heyu2/files/patch-x10state | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/heyu2/files/patch-x10state b/misc/heyu2/files/patch-x10state deleted file mode 100644 index cbde1d1dc59d..000000000000 --- a/misc/heyu2/files/patch-x10state +++ /dev/null @@ -1,11 +0,0 @@ ---- x10state.c.orig 2008-06-30 08:49:55.000000000 -0500 -+++ x10state.c 2008-06-30 08:50:28.000000000 -0500 -@@ -6344,7 +6344,7 @@ - char *shell; - LAUNCHER *launcherp; - -- if ( configp->script_ctrl == DISABLE ) -+ if ( !i_am_state || configp->script_ctrl == DISABLE ) - return 0; - - launcherp = configp->launcherp; |