diff options
author | abs <abs@pkgsrc.org> | 2004-02-02 21:07:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-02 21:07:26 +0000 |
commit | e230b993e03dbc8610e568409b463666b5a8b3b8 (patch) | |
tree | 137e7f77e3ea5d851a5bf79d8bb9c378bdb323f6 /misc/heyu/patches | |
parent | 3622a95497c575370d93a1a5e6de2333f8177ebb (diff) | |
download | pkgsrc-e230b993e03dbc8610e568409b463666b5a8b3b8.tar.gz |
Master distfile has changed - adapt
Diffstat (limited to 'misc/heyu/patches')
-rw-r--r-- | misc/heyu/patches/patch-ag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/heyu/patches/patch-ag b/misc/heyu/patches/patch-ag index f87ca439eda..d17bb065388 100644 --- a/misc/heyu/patches/patch-ag +++ b/misc/heyu/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.3 2003/11/11 10:17:39 wiz Exp $ +$NetBSD: patch-ag,v 1.4 2004/02/02 21:07:26 abs Exp $ --- install.sh.orig Tue Sep 4 05:11:45 2001 +++ install.sh @@ -27,7 +27,7 @@ $NetBSD: patch-ag,v 1.3 2003/11/11 10:17:39 wiz Exp $ + TTY=$WHERE + break done - sed "s;^TTY.*;OPTION TTY $TTY;" x10config > $FOUND + sed "s;^TTY.*;TTY $TTY;" x10config > $FOUND @@ -71,29 +66,22 @@ fi |