Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Module namespaces? RE: PATCH: zftp/tcp abstraction
- X-seq: zsh-workers 14778
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Module namespaces? RE: PATCH: zftp/tcp abstraction
- Date: Wed, 6 Jun 2001 15:12:40 -0400
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <Tc0a88d0153fb91b254@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from pws@xxxxxxx on Wed, Jun 06, 2001 at 07:07:25PM +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E157gJT-0002Wf-00@xxxxxxxxxxxxx> <Tc0a88d0153fb91b254@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> We could use zsh/net/*. I wouldn't want to move zftp there, however, since
> it will be a major nuisance now. But there's nothing to stop us making
> zsh/net/tcp. Zftp is directly useful to users, while tcp isn't, so hiding
> the one at a lower level makes some kind of twisted sense.
>
> I don't know offhand if the install scripts handle extra levels, but
> zmodload won't have any problem.
make check is happy, at least.
Index: Src/Modules/tcp.mdd
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/tcp.mdd,v
retrieving revision 1.1
diff -u -r1.1 tcp.mdd
--- Src/Modules/tcp.mdd 2001/06/06 18:53:56 1.1
+++ Src/Modules/tcp.mdd 2001/06/06 19:10:49
@@ -1,4 +1,4 @@
-name=zsh/tcp
+name=zsh/net/tcp
link=dynamic
load=no
Index: Src/Modules/zftp.mdd
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/zftp.mdd,v
retrieving revision 1.7
diff -u -r1.7 zftp.mdd
--- Src/Modules/zftp.mdd 2001/06/06 18:53:56 1.7
+++ Src/Modules/zftp.mdd 2001/06/06 19:10:49
@@ -5,6 +5,6 @@
autobins="zftp"
-moddeps="zsh/tcp"
+moddeps="zsh/net/tcp"
objects="zftp.o"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author