From owner-cvs-all Fri Jul 13 7:10:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65D7A37B401; Fri, 13 Jul 2001 07:10:09 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6DEA9e04139; Fri, 13 Jul 2001 07:10:09 -0700 (PDT) (envelope-from dd) Message-Id: <200107131410.f6DEA9e04139@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 13 Jul 2001 07:10:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypbind ypbind.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/07/13 07:10:09 PDT Modified files: usr.sbin/ypbind ypbind.c Log: Whine if we discover an unknown option. This program doesn't use getopt(3) (and can't be converted without breaking compatibility), and it's very irritating to have it silently DTWT if one combines options together (e.g., "-msS domain,server"). Revision Changes Path 1.34 +3 -1 src/usr.sbin/ypbind/ypbind.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message