From 74868104fa6f5fc25054f8abb09cd5cb283ef22a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 14 Feb 2010 23:41:48 +0100 Subject: [PATCH] getnetconfig(3): Remove a temporary warning. --- lib/libc/rpc/getnetconfig.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index 4e8a2f946a..de27683f70 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -411,18 +411,6 @@ getnetconfigent(const char *netid) return (NULL); } - if (strcmp(netid, "unix") == 0) { - fprintf(stderr, "The local transport is called \"unix\" "); - fprintf(stderr, "in /etc/netconfig.\n"); - fprintf(stderr, "Please change this to \"local\" manually "); - fprintf(stderr, "or run mergemaster(8).\n"); - fprintf(stderr, "See UPDATING entry 20021216 for details.\n"); - fprintf(stderr, "Continuing in 10 seconds\n\n"); - fprintf(stderr, "This warning will be removed 20030301\n"); - sleep(10); - - } - /* * Look up table if the entries have already been read and parsed in * getnetconfig(), then copy this entry into a buffer and return it. -- 2.41.0