Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/postinstall Sprinkle a few references to .tar.xz fi...



details:   https://anonhg.NetBSD.org/src/rev/3987af3dab30
branches:  trunk
changeset: 446061:3987af3dab30
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 21 20:13:09 2018 +0000

description:
Sprinkle a few references to .tar.xz files (as alternative to .tgz files)

diffstat:

 usr.sbin/postinstall/postinstall.8 |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 1a76ce13d476 -r 3987af3dab30 usr.sbin/postinstall/postinstall.8
--- a/usr.sbin/postinstall/postinstall.8        Wed Nov 21 20:04:48 2018 +0000
+++ b/usr.sbin/postinstall/postinstall.8        Wed Nov 21 20:13:09 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: postinstall.8,v 1.19 2017/07/03 21:35:31 wiz Exp $
+.\"    $NetBSD: postinstall.8,v 1.20 2018/11/21 20:13:09 martin Exp $
 .\"
 .\" Copyright (c) 2005-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 21, 2014
+.Dd November 20, 2018
 .Dt POSTINSTALL 8
 .Os
 .Sh NAME
@@ -91,14 +91,20 @@
 .Nx .
 The files that are distributed in the
 .Dq Pa etc.tgz
+or
+.Dq Pa etc.tar.xz
 set file must be present.
 The files that are distributed in the
 .Dq Pa xetc.tgz
+or
+.Dq Pa xetc.tar.xz
 set file are optional.
 .It Fl s Ar tgzfile
 The location of a set file
 (or
-.Dq "tgz file" )
+.Dq "tgz file"
+or
+.Dq "tar.xz file" )
 such as
 .Dq Pa etc.tgz
 or



Home | Main Index | Thread Index | Old Index