Date: Mon, 10 Oct 2005 09:34:53 -0500 From: Kirk Strauser <kirk@daycos.com> To: freebsd-questions@freebsd.org Subject: Re: very lightweight samba installation needed ... help ? Message-ID: <200510100934.53574.kirk@daycos.com> In-Reply-To: <Pine.LNX.4.21.0510092243100.7766-100000@shell.dhp.com> References: <Pine.LNX.4.21.0510092243100.7766-100000@shell.dhp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 09 October 2005 21:51, user wrote: > On another 5.4-RELEASE system I went to /usr/ports/net/samba and ran > "make package" ... the idea was that I would just copy over this package > file and run pkg_add on the system. Before you do that: # cd /usr/ports/net/samba; make config to enable/disable the options you want. You'll want to disable CUPS to remove printing support. Then, re-run "make package". > However, I now see that "make package" does not actually create a full > package with all the necessary dependencies Correct. It only builds the one package. Also, consider editing /etc/make.conf and settings CFLAGS="-Os" to build the smallest binaries possible. That may save you a few KB. -- Kirk Strauser The Day Companies
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510100934.53574.kirk>