guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libarchive: Mention bsdcat, bsdcpio and bsdt


From: guix-commits
Subject: branch master updated: gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in description.
Date: Sun, 22 Jan 2023 14:18:50 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5965d74c8c gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in 
description.
5965d74c8c is described below

commit 5965d74c8ce53d0861af9ad3744844ac925c4a12
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Sat Jan 21 17:04:56 2023 +0100

    gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in description.
    
    * gnu/packages/backup.scm (libarchive)[description]: Mention the bsdcat,
    bsdcpio and bsdtar commands.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/backup.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 8e629c2592..23731ef930 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -333,7 +333,8 @@ reading and writing archives compressed using various 
compression filters such
 as gzip and bzip2.  The library is inherently stream-oriented; readers
 serially iterate through the archive, writers serially add things to the
 archive.  In particular, note that there is currently no built-in support for
-random access nor for in-place modification.")
+random access nor for in-place modification.  This package provides the
+@command{bsdcat}, @command{bsdcpio} and @command{bsdtar} commands.")
     (license license:bsd-2)))
 
 (define-public rdup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]