From: Todd C. Miller Date: Fri, 19 Mar 2010 11:31:42 +0000 (-0400) Subject: Add missing whitespace for Runas and Command-specific defaults X-Git-Tag: SUDO_1_8_0~788 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71baab8acce250ff918cbe304f7504a4ca4c2e6f;p=sudo Add missing whitespace for Runas and Command-specific defaults --- diff --git a/plugins/sudoers/sudo_nss.c b/plugins/sudoers/sudo_nss.c index 8ef352776..0bfc9eeac 100644 --- a/plugins/sudoers/sudo_nss.c +++ b/plugins/sudoers/sudo_nss.c @@ -272,7 +272,7 @@ display_privs(snl, pw) /* Display Runas and Cmnd-specific defaults from all sources. */ lbuf.len = 0; - lbuf_append(&lbuf, "Runas and Command-specific defaults for", pw->pw_name, + lbuf_append(&lbuf, "Runas and Command-specific defaults for ", pw->pw_name, ":\n", NULL); count = 0; tq_foreach_fwd(snl, nss) {