cvs commit: src/sbin/dump optr.c
Ralf S. Engelschall
rse at FreeBSD.org
Sat Aug 5 12:50:39 UTC 2006
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
More information about the cvs-src
mailing list