diff --git a/commands/reboot/sh_wall.c b/commands/reboot/sh_wall.c index 77e9e9863..dbaaeee5d 100755 --- a/commands/reboot/sh_wall.c +++ b/commands/reboot/sh_wall.c @@ -46,7 +46,7 @@ char *extra; /* If non-nil, why is the shutdown */ time(&now); if (uname(&utsname) != 0) strcpy(utsname.nodename, "?"); - sprintf(message, "\r\nBroadcast message from %s@%s (%s)\r\n%.24s...\007\007\007\r\n", + sprintf(message, "\r\nBroadcast message from %s@%s (%s)\r\n%.24s...\r\n", ourname, utsname.nodename, ourtty, ctime(&now)); crnlcat(message, when);