Re: [PATCH] libvirt-guests: Remove LISTFILE if it's empty when stopping service

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/14/2012 01:21 AM, Osier Yang wrote:
> $LISTFILE is created even no domain is running, and the empty
> $LISTFILE could cause improper service status.
> 
>     stoped ,with saved guests

Do we really say "stoped", or is that a typo in the commit message?

> 
> Which is not right, as there is no domain was saved.
> ---
>  tools/libvirt-guests.init.sh |   42 +++++++++++++++++++++++-------------------
>  1 files changed, 23 insertions(+), 19 deletions(-)
> 

Missing quotes:

> +    if [ -s $LISTFILE ]; then

if [ -s "$LISTFILE" ]; then


> +    else
> +        rm -f $LISTFILE

rm -f "$LISTFILE"

Looks like the rest of the patch is just reindentation after the added
if statement; ACK with the quoting fixes.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]