On Mon, Jul 7, 2014 at 5:55 PM, Kay Sievers <[email protected]> wrote: > On Tue, Jul 8, 2014 at 2:38 AM, Jóhann B. Guðmundsson > <[email protected]> wrote: >> --- >> src/hostname/hostnamectl.c | 20 +++++++++++++++++--- >> 1 file changed, 17 insertions(+), 3 deletions(-) >> >> diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c >> index 267cd74..e164086 100644 >> --- a/src/hostname/hostnamectl.c >> +++ b/src/hostname/hostnamectl.c >> @@ -67,6 +67,7 @@ typedef struct StatusInfo { >> char *pretty_hostname; >> char *icon_name; >> char *chassis; >> + char *environment; >> char *kernel_name; >> char *kernel_release; >> char *os_pretty_name; >> @@ -92,9 +93,11 @@ static void print_status_info(StatusInfo *i) { >> printf("Transient hostname: %s\n", i->hostname); >> >> printf(" Icon name: %s\n" >> - " Chassis: %s\n", >> + " Chassis: %s\n" >> + " Environment: %s\n", > > Shouldn't we possibly we find a word for "environment" which explains > itself a bit better? Environment we usually call the numerous > variables of a process or service. >
How about "stage"? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
