Date: Thu, 22 Nov 2007 09:55:14 +0100 From: Gergely CZUCZY <phoemix@harmless.hu> To: Doug Barton <dougb@FreeBSD.org> Cc: RW <fbsd06@mlists.homeunix.com>, freebsd-ports@freebsd.org Subject: Re: ports modifying system setups Message-ID: <20071122085514.GA33374@harmless.hu> In-Reply-To: <alpine.BSF.0.99999.0711220043020.982@qbhto.arg> References: <20071122072006.GA22956@harmless.hu> <47453327.7010305@FreeBSD.org> <20071122084002.GA31823@harmless.hu> <alpine.BSF.0.99999.0711220043020.982@qbhto.arg>
next in thread | previous in thread | raw e-mail | index | archive | help
--Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 22, 2007 at 12:43:50AM -0800, Doug Barton wrote: > On Thu, 22 Nov 2007, Gergely CZUCZY wrote: >=20 > >>Gergely CZUCZY wrote: > >> > >>>echo 'sevice_enable=3D"YES"' >> /etc/rc.conf.local >=20 > >I said, that this can be done from the Makefile as well, if that OPTIONS > >of yours is enabled. >=20 > But that would violate the principle that ports shouldn't touch files in = /etc. =66rom rc.conf(5): first: The file /etc/rc.conf.local is used to override settings in /etc/rc.conf for historical reasons. See the rc_conf_files variable below. second: rc_conf_files (str) This option is used to specify a list of files that will override the settings in /etc/defaults/rc.conf. The files will be read in the order in which they are specified and should include the full path to the file. By default, the files specified are /etc/rc.conf and /etc/rc.conf.local So, extend rc_conf_files with /usr/local/etc/rc.conf, that's an acceptable extension IMO, and you're done. ports can touch that. Though, IMO ports could touch the .local files, regardless it's in /etc/. That's why it's rc.conf_.local_ . Anyways, I'm not a core member, it was just a point of view. Sincerely, Gergely Czuczy mailto: gergely.czuczy@harmless.hu --=20 Weenies test. Geniuses solve problems that arise. --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) owF1VT2MG1UQPhJB8SSKSNRhSOOE7K599uXuspEPcj+KDnE5JBtFCYX1bnfW++D5 vc17b232KiSEFAkKRAlSKkqQKNLQgURFARItBTQUVEhUVIh5u7ZzJwcXlu/NzDff zHwz9+mLF9cuXPrpmyfvXP/ksy+e+/qFl06uT0rn1DiccDMVKlzvdNbDXq+3tRFu hpvYvYndDb5+c3s7623hnYO9v/e0cqhcOKwKjMHh+65dSC7ULUhybiy6fumycJst /PaFLbQVTmgVg1BSKFzahoYrm6EJD1SiU6HGMTwstcM0LIxQjp9IZOxYwTAvA7ir p9DtBtDtdLaAO1jvxhu9+Ebn9hGEne1OJ4B9XY5hlxunFcwM4cRsBxbh3W6DQNEB 3EEzRlnB3oO39x7cXzr3ux2K2Nn5HzNZ6q8dTHINLYtTkeAIlefZ7+1fuX8wuNIi O7TRJW2TRIlWWSR1wuUS+xAsF2kALqcSXC4sJFzBCUKqFUJm9IReEY74e5gJicAt zFDKAETWxBy/NTw8vjvwWDqDSpfGAqE0LNJokWi3dI3/TJcyhanQkjussX1vE1FI bBwKbZwFm3s/1aIoXSY5+OQErKDPfDUR629uenLzqq7euBYzlgljXcyGBFqTXa2b qDHwn9JiStCgp2iMSBFIKY4mXuc4GweZNkB9cdoID2CQW61sBDBAbLB8ESYZee9R w3PKjfD1UyOlnkWMMYtkTuMm4Jxz83T2c9U6c41UQm3UhReqb+iCsC0wEVkFHCSR Aup5k9L3bhVqJqR8WqMnulJnihkvpbPLRgGlxlWoJk0NSPKgNqQewkNqk6Lxf8xy QaOiJ6JncE5VYLoKxlU6HzHFJbKck8tKQi+4y32lbj5GIrRbwZxmsIq18LNPE9bp z03RJ3zGGrCBDoBuBpL5/Ahngli0S2vatefZ2GZbWpZAgScJFs1lqGGsH9fh0XFQ Z6R1aJlml6K5sP16NZL2ICSNIbVhnAc+aOFS92XhhDCXbs0roM6PuUnpJ43Qk1jM MSKkmtUsrxrLnO6oiR8BJbutqhmvCOWwNQGlHcko0cRwgpMTNLTVtKC04u+W1psK TVfPS2wq0Kt4QLNCQ5coYGx5k07L5LRiEy6k0zGMm+coqZ9fpxM88VSjvGQsDP0t uIeohBcsWhfR5VOCpE2z03Lqb4GmVk4aOdMUhcWIPXrt4vNr/tYv/lFcuvDyz2uP o4/EP/d++/fz7IdX3/jzlx+//OC78MO1x71Hlz/+43K1n3/71+9Hb/76/SunXz35 Dw== =uoZm -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071122085514.GA33374>