git: cpdup(1): Drop old compatible code for other OSes
Aaron LI
aly at crater.dragonflybsd.org
Wed Apr 29 06:59:10 PDT 2020
commit 3132c289c12a1670a758b19afc99c9449346c133
Author: Aaron LI <aly at aaronly.me>
Date: Wed Apr 29 21:52:20 2020 +0800
cpdup(1): Drop old compatible code for other OSes
The compatible code of cpdup(1) for Linux and other BSDs has been better
maintained in its standalone repository:
https://github.com/DragonFlyBSD/cpdup
So let's drop the old and unmaintained compatible code here.
Summary of changes:
bin/cpdup/Makefile | 9 ++----
bin/cpdup/Makefile.sun | 79 --------------------------------------------------
bin/cpdup/compat_sun.c | 71 ---------------------------------------------
bin/cpdup/compat_sun.h | 18 ------------
bin/cpdup/cpdup.h | 12 --------
bin/cpdup/md5.c | 11 +------
6 files changed, 3 insertions(+), 197 deletions(-)
delete mode 100644 bin/cpdup/Makefile.sun
delete mode 100644 bin/cpdup/compat_sun.c
delete mode 100644 bin/cpdup/compat_sun.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3132c289c12a1670a758b19afc99c9449346c133
--
DragonFly BSD source repository
More information about the Commits
mailing list