about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-06-06 19:14:30 +0000
committerClint Adams <clint@users.sourceforge.net>2001-06-06 19:14:30 +0000
commit1b02f6d302311f4b876e70b0290043dee7d46f07 (patch)
tree2f43cc3e6fe51275ef9b08beae8406bfda5cbf2f /Src
parentba81d7045344613a98f9e25ed98cf5b4d1e6a2bf (diff)
downloadzsh-1b02f6d302311f4b876e70b0290043dee7d46f07.tar.gz
zsh-1b02f6d302311f4b876e70b0290043dee7d46f07.tar.xz
zsh-1b02f6d302311f4b876e70b0290043dee7d46f07.zip
14778: rename zsh/tcp to zsh/net/tcp.
Diffstat (limited to 'Src')
-rw-r--r--Src/Modules/tcp.mdd2
-rw-r--r--Src/Modules/zftp.mdd2
2 files changed, 2 insertions, 2 deletions
diff --git a/Src/Modules/tcp.mdd b/Src/Modules/tcp.mdd
index 576a573ac..0c6a1729a 100644
--- a/Src/Modules/tcp.mdd
+++ b/Src/Modules/tcp.mdd
@@ -1,4 +1,4 @@
-name=zsh/tcp
+name=zsh/net/tcp
 link=dynamic
 load=no
 
diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd
index 6886fd958..2614042b7 100644
--- a/Src/Modules/zftp.mdd
+++ b/Src/Modules/zftp.mdd
@@ -5,6 +5,6 @@ functions='Functions/Zftp/*'
 
 autobins="zftp"
 
-moddeps="zsh/tcp"
+moddeps="zsh/net/tcp"
 
 objects="zftp.o"