From ed62d1263ca180e8b088111bf77b8c7b4b2073de Mon Sep 17 00:00:00 2001 From: Theo Deraadt Date: Mon, 26 Oct 2009 21:42:04 +0000 Subject: tabs are better; ok nicm --- cmd-server-info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd-server-info.c') diff --git a/cmd-server-info.c b/cmd-server-info.c index 7ad7bdd6..b4cce636 100644 --- a/cmd-server-info.c +++ b/cmd-server-info.c @@ -70,8 +70,8 @@ cmd_server_info_exec(unused struct cmd *self, struct cmd_ctx *ctx) ctx->print(ctx, "pid %ld, started %s", (long) getpid(), tim); ctx->print(ctx, "socket path %s, debug level %d%s", socket_path, debug_level, be_quiet ? ", quiet" : ""); - if (uname(&un) == 0) { - ctx->print(ctx, "system is %s %s %s %s", + if (uname(&un) == 0) { + ctx->print(ctx, "system is %s %s %s %s", un.sysname, un.release, un.version, un.machine); } if (cfg_file != NULL) -- cgit v1.2.3