Date: Sun, 22 Aug 1999 08:34:47 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c src/usr.sbin/ypserv Makefile.yp Message-ID: <199908221534.IAA59087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/08/22 08:34:47 PDT Modified files: usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c usr.sbin/ypserv Makefile.yp Log: Modify yp_mkdb so that it only checks for bogus '+' and '-' characters in source input if the -f flag is used, and modify Makefile.yp to only use -f for the passwd, master.passwd and group maps. These should be the only ones for which the + and - characters have special meaning that make it important for us to avoid letting them into any of the map databases. In some cases (namely the automounter maps) we have to allow at least the - character through in order to create the map properly. This closes PR #8699. Revision Changes Path 1.9 +18 -1 src/usr.sbin/yp_mkdb/yp_mkdb.8 1.9 +14 -7 src/usr.sbin/yp_mkdb/yp_mkdb.c 1.27 +7 -7 src/usr.sbin/ypserv/Makefile.yp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908221534.IAA59087>