On Sat, 21 Mar 2009, Aaron Stellman wrote: > On Sat, Mar 21, 2009 at 09:21:30PM -0500, Mark Bucciarelli wrote: > > Is there danger in upgrading to the latest > > snapshot using a script? > > > > - fetch tarballs and kernels > > - run sysmerge -s etc*.tgz > > - run sysmerge -x xetc*.tgz > you realize that sysmerge(8) is interactive, right?
Actually there is a non-interactive mode, see the '-b' option. Also, you don't have to run it twice. In your case you could use: $ sudo sysmerge -abs etc*.tgz -x xetc*.tgz Cheers! -- Antoine