On Nov 28, 2007 1:36 AM, Clint Olsen <[EMAIL PROTECTED]> wrote:
> I've tried redirecting standard output/error, both /bin/sh and /bin/csh,
> and I can't run this in batch.  I'm trying to build gnome which takes
> hours, and I want it backgrounded so that if this SSH shell disconnects it
> doesn't crater the build.  You would think that --batch would make this
> happen, but no go.
>
> Thanks,
>
> -Clint

Hi  Clint,
Hope this help
portinstall --batch pkgname >/dev/null 2>&1 &

but I would recommend using screen.

regards
Paul B
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to