Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2021 21:21:09 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 73a9788cf474 - stable/12 - etcupdate: Add -D destdir to usage for 'extract'.
Message-ID:  <202106092121.159LL9u2051757@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=73a9788cf474ba3c168286a1a0ffa9bd04aef30d

commit 73a9788cf474ba3c168286a1a0ffa9bd04aef30d
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-04-26 16:49:34 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-06-09 21:19:19 +0000

    etcupdate: Add -D destdir to usage for 'extract'.
    
    Reported by:    Mark Millard <marklmi@yahoo.com>
    
    (cherry picked from commit 5eb9c93a20d7320b24635ed09eba4908951bdeb2)
---
 usr.sbin/etcupdate/etcupdate.8  | 1 +
 usr.sbin/etcupdate/etcupdate.sh | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8
index c3d95b3261ef..22e1eb3c4483 100644
--- a/usr.sbin/etcupdate/etcupdate.8
+++ b/usr.sbin/etcupdate/etcupdate.8
@@ -60,6 +60,7 @@
 .Op Fl B
 .Op Fl d Ar workdir
 .Op Fl s Ar source | Fl t Ar tarball
+.Op Fl D Ar destdir
 .Op Fl L Ar logfile
 .Op Fl M Ar options
 .Nm
diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
index aa7d12e80be6..1070c6905e46 100755
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -68,8 +68,8 @@ usage: etcupdate [-npBF] [-d workdir] [-r | -s source | -t tarball]
        etcupdate build [-B] [-d workdir] [-s source] [-L logfile] [-M options]
                  <tarball>
        etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
-       etcupdate extract [-B] [-d workdir] [-s source | -t tarball] [-L logfile]
-                 [-M options]
+       etcupdate extract [-B] [-d workdir] [-s source | -t tarball]
+                 [-D destdir] [-L logfile] [-M options]
        etcupdate resolve [-p] [-d workdir] [-D destdir] [-L logfile]
        etcupdate revert [-d workdir] [-D destdir] [-L logfile] file ...
        etcupdate status [-d workdir] [-D destdir]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106092121.159LL9u2051757>