14778: rename zsh/tcp to zsh/net/tcp.

This commit is contained in:
Clint Adams 2001-06-06 19:14:30 +00:00
parent ba81d70453
commit 1b02f6d302
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2001-06-06 Clint Adams <clint@zsh.org>
* 14778: Src/Modules/tcp.mdd, Src/Modules/zftp.mdd:
rename zsh/tcp to zsh/net/tcp.
* 14770: Src/Modules/tcp.c, Src/Modules/tcp.h,
Src/Modules/tcp.mdd, Src/Modules/zftp.c,
Src/Modules/zftp.mdd: move some functionality

View file

@ -1,4 +1,4 @@
name=zsh/tcp
name=zsh/net/tcp
link=dynamic
load=no

View file

@ -5,6 +5,6 @@ functions='Functions/Zftp/*'
autobins="zftp"
moddeps="zsh/tcp"
moddeps="zsh/net/tcp"
objects="zftp.o"