aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pnfsdscopymr/Makefile
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2018-06-15 19:45:15 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2018-06-15 19:45:15 +0000
commita520a7cf2fe897c25bcc3de76289eabc1d4b167b (patch)
treed7a4643b3e65414c44a8cc9cb25a898d112ad8ca /usr.sbin/pnfsdscopymr/Makefile
parent42ac144c32544bad6516da0e564d0bc222a7c574 (diff)
downloadsrc-a520a7cf2fe897c25bcc3de76289eabc1d4b167b.tar.gz
src-a520a7cf2fe897c25bcc3de76289eabc1d4b167b.zip
Add a command that copies or migrates a data file from one DS to another.
This command can be used by a sysadmin to either copy or migrate a data file on one DS to another DS. Its main use is to recover data files onto a mirrored DS after the DS has been repaired and brought back online.
Notes
Notes: svn path=/head/; revision=335236
Diffstat (limited to 'usr.sbin/pnfsdscopymr/Makefile')
-rw-r--r--usr.sbin/pnfsdscopymr/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/pnfsdscopymr/Makefile b/usr.sbin/pnfsdscopymr/Makefile
new file mode 100644
index 000000000000..9fd3952198f6
--- /dev/null
+++ b/usr.sbin/pnfsdscopymr/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= pnfsdscopymr
+MAN= pnfsdscopymr.8
+
+.include <bsd.prog.mk>