Date: Sat, 5 Aug 2006 12:50:38 +0000 (UTC) From: "Ralf S. Engelschall" <rse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump optr.c Message-ID: <200608051250.k75Coc3o065477@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rse 2006-08-05 12:50:38 UTC FreeBSD src repository Modified files: sbin/dump optr.c Log: Do not pass-through the tailing newline character from the ctime(3) output to setproctitle(3) in order to get rid of the ugly two-character escape sequence "\n" in the ps(1) output of a dump(8) process: << [...] finished in 0:00 at Sat Aug 5 14:44:39 2006\n (dump) >> [...] finished in 0:00 at Sat Aug 5 14:44:39 2006 (dump) Revision Changes Path 1.33 +5 -3 src/sbin/dump/optr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608051250.k75Coc3o065477>