freebsd-ports/sysutils/firstboot-pkgs
Colin Percival 7b5782e2bf pkg uses "is stdin a terminal?" to decide if it's running interactively
and thereby whether it should display a progress bar during downloads.
While rc.d scripts have a terminal attached, for the common case of
unattended installation of servers, this script is not being used
interactively; so redirect stdin from /dev/null to silence the progress
bars and reduce console spew.

The -q option could be used to accomplish this, but that would also
eliminate other more useful information, such as the names and versions
of packages being installed.
2013-12-16 02:36:23 +00:00
..
files pkg uses "is stdin a terminal?" to decide if it's running interactively 2013-12-16 02:36:23 +00:00
Makefile pkg uses "is stdin a terminal?" to decide if it's running interactively 2013-12-16 02:36:23 +00:00
pkg-descr If firstboot_pkgs installs a package which contains an rc.d script, 2013-12-08 05:34:43 +00:00