Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 649728

Summary: app-emulation/lxd - /etc/conf.d/lxd: verbose flag should be --verbose instead of -v
Product: Gentoo Linux Reporter: Nia <firefly_dude0k>
Component: Current packagesAssignee: Erik Mackdanz <stasibear>
Status: RESOLVED INVALID    
Severity: normal CC: proxy-maint, vdupras
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nia 2018-03-06 10:43:32 UTC
I installed app-emulation/lxd with version 2.21.
The default /etc/conf.d/lxd file about verbose flag settings is wrong. Here is the default:

# Enables verbose mode
#LXD_OPTIONS+=" -v"

The -v switch is wrong. It should be --verbose, like this:

# Enables verbose mode
#LXD_OPTIONS+=" --verbose"
Comment 1 Erik Mackdanz gentoo-dev 2018-04-02 02:20:08 UTC
Per 'lxd --help', both short and long versions are supported.  I tested both to confirm.