diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 15:33:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 15:33:07 +0000 |
commit | dd5c69d7e48c4893bcb6254cba8d7c23130156d8 (patch) | |
tree | 2aefa8621aa0e8486c9de383d9612a54f89472f1 /japanese | |
parent | 74161bcb8cc135cf1c4aec916903859a28eb32a5 (diff) | |
download | pkgsrc-dd5c69d7e48c4893bcb6254cba8d7c23130156d8.tar.gz |
Remove all package and category files from the japanese category.
This effectively retire the japanese category.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/canna-lib/patches/patch-ad | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/japanese/canna-lib/patches/patch-ad b/japanese/canna-lib/patches/patch-ad deleted file mode 100644 index f52b654f232..00000000000 --- a/japanese/canna-lib/patches/patch-ad +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2000/07/28 05:34:35 itojun Exp $ ---- server/misc.c~ Fri Jul 29 12:03:54 1994 -+++ server/misc.c Fri Jun 30 10:16:39 2000 -@@ -788,12 +788,19 @@ - - if (client->username && client->username[0]) { - if (client->groupname && client->groupname[0]) { -+ if (strlen(DDUSER) + strlen(client->username) + -+ strlen(DDGROUP) + strlen(client->groupname) + -+ strlen(DDPATH) + 4 >= 256) -+ return ( -1 ); - sprintf(dichome, "%s/%s:%s/%s:%s", - DDUSER, client->username, - DDGROUP, client->groupname, - DDPATH); - } - else { -+ if (strlen(DDUSER) + strlen(client->username) + -+ strlen(DDPATH) + 2 >= 256) -+ return ( -1 ); - sprintf(dichome, "%s/%s:%s", - DDUSER, client->username, - DDPATH); |