git: timeout(1): Port to DragonFly
Aaron LI
aly at crater.dragonflybsd.org
Sat Jan 2 23:15:54 PST 2021
commit 4d524481d3d7c0968ecb5887b0b7f0b47b214c51
Author: Aaron LI <aly at aaronly.me>
Date: Sun Jan 3 12:11:56 2021 +0800
timeout(1): Port to DragonFly
Our procctl(2) is different from FreeBSD's procctl(2), so need to adjust
its usage.
Also hook into our build system and update the man page.
Summary of changes:
usr.bin/Makefile | 1 +
usr.bin/timeout/Makefile | 7 -------
usr.bin/timeout/timeout.1 | 6 ++++--
usr.bin/timeout/timeout.c | 24 ++++++++++--------------
4 files changed, 15 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4d524481d3d7c0968ecb5887b0b7f0b47b214c51
--
DragonFly BSD source repository
More information about the Commits
mailing list