Skip to content

Commit

Permalink
Prettify the output
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Nov 3, 2017
1 parent 7507a99 commit 7a8c36f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,16 @@ report = [
' sbindir: @0@'.format(path_sbindir),
' systemd unit directory: @0@'.format(with_systemd_system_unit_dir),
'',
' Migration tracking:',
' ===================',
'',
' tracking directory: @0@'.format(path_vardir),
' trigger file: @0@'.format(with_trigger_file),
' status file: @0@'.format(with_status_file),
'',
' User identification:',
' ====================',
'',
' minimum UID for non system user: @0@'.format(with_minimum_uid),
' wheel (sudo) group name: @0@'.format(with_wheel_group),
]
Expand Down

0 comments on commit 7a8c36f

Please sign in to comment.