show missing_commands only in verbose mode

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=87
This commit is contained in:
Olaf Hering 2012-09-13 07:57:31 +00:00 committed by Git OBS Bridge
parent 5c9a1c65ce
commit 900fd5594a

View File

@ -131,11 +131,11 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then
date date
#ping -n -v -c 5 10.0.2.2 #ping -n -v -c 5 10.0.2.2
#ping -n -v -c 5 10.0.2.4 #ping -n -v -c 5 10.0.2.4
fi
echo "These commands might be called by guestfsd, but they were not available at buildtime:" echo "These commands might be called by guestfsd, but they were not available at buildtime:"
echo "missing commands: $missing_commands" echo "missing commands: $missing_commands"
echo echo
fi
if ! grep -sq guestfs_rescue=1 /proc/cmdline; then if ! grep -sq guestfs_rescue=1 /proc/cmdline; then
# Run the daemon under valgrind if ./configure --enable-valgrind-daemon # Run the daemon under valgrind if ./configure --enable-valgrind-daemon
vg_channel=/dev/virtio-ports/org.libguestfs.valgrind vg_channel=/dev/virtio-ports/org.libguestfs.valgrind