Date: Wed, 10 Apr 2002 12:03:23 +0400 (MSD) From: Maxim Konovalov <maxim@macomnet.ru> To: Bosko Milekic <bmilekic@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/bin Makefile src/share/examples/etc make.conf src/usr.bin Makefile Message-ID: <20020410115605.M64464-100000@news1.macomnet.ru> In-Reply-To: <200204091825.g39IPlu47806@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11:25-0700, Apr 9, 2002, Bosko Milekic wrote: > bmilekic 2002/04/09 11:25:47 PDT > > Modified files: > bin Makefile > share/examples/etc make.conf > usr.bin Makefile > Log: > Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will, > and document in share/examples/etc/make.conf > > Submitted by: Aleksandar Simic <asimic@dsl.pipex.com> > MFC after: 1 week What about the next patch for make.conf(5): Index: man5/make.conf.5 =================================================================== RCS file: /home/ncvs/src/share/man/man5/make.conf.5,v retrieving revision 1.39 diff -u -r1.39 make.conf.5 --- man5/make.conf.5 21 Mar 2002 09:15:39 -0000 1.39 +++ man5/make.conf.5 10 Apr 2002 07:54:27 -0000 @@ -414,6 +414,13 @@ Set to avoid building .Xr perl 1 . (Also disables OpenSSL optimizations.) +.It Va NO_RCMNDS +.Pq Vt bool +Set to not build +.Xr rcp 1 , +.Xr rlogin 1 +and +.Xr rsh 1 . .It Va NO_SENDMAIL .Pq Vt bool Set to not build %%% -- Maxim Konovalov, MAcomnet, Internet Dept., system engineer phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru 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?20020410115605.M64464-100000>