Date: Fri, 17 May 2002 11:44:47 -0700 From: "Crist J. Clark" <crist.clark@attbi.com> To: Nuno Teixeira <nunotex@pt-quorum.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: enable/disable softupdates in rc init idea Message-ID: <20020517114447.A65921@blossom.cjclark.org> In-Reply-To: <20020514173651.GA284@gw.tex.bogus>; from nunotex@pt-quorum.com on Tue, May 14, 2002 at 06:36:52PM %2B0100 References: <20020514173651.GA284@gw.tex.bogus>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 14, 2002 at 06:36:52PM +0100, Nuno Teixeira wrote: > > Hello to all, > > I'm looking for a solution to enable/disable softupdates without: > > 1. using single user mode > 2. changing filesystem status, e.g.: > > mount -ufo ro <filesystem> > tunefs -n enable <filesystem> > mount -ufo rw <filesystem> I've always done it, # cat > /etc/rc.early <<EOF tunefs -n enable / tunefs -n enable /usr <your list of filesystems> rm /etc/rc.early EOF # shutdown -r now -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020517114447.A65921>