guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: fakeroot: Edit description.


From: guix-commits
Subject: 04/04: gnu: fakeroot: Edit description.
Date: Wed, 13 Oct 2021 17:51:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a2c01c48aa2fe14f3138b11964d02810863db83a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 13 23:32:19 2021 +0200

    gnu: fakeroot: Edit description.
    
    * gnu/packages/linux.scm (fakeroot)[synopsis]: Expand.
    [description]: Double-space sentences and otherwise slightly tweak.
---
 gnu/packages/linux.scm | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b34e002..3c5a750 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7915,14 +7915,17 @@ the superuser to make device nodes.")
        ("util-linux" ,util-linux)
        ("sed" ,sed)
        ("coreutils" ,coreutils)))
-    (synopsis "Provides a fake root environment")
-    (description "@command{fakeroot} runs a command in an environment where
-it appears to have root privileges for file manipulation. This is useful
-for allowing users to create archives (tar, ar, .deb etc.) with files in
-them with root permissions/ownership. Without fakeroot one would have to
-have root privileges to create the constituent files of the archives with
-the correct permissions and ownership, and then pack them up, or one would
-have to construct the archives directly, without using the archiver.")
+    (synopsis "Run commands in an environment with fake root privileges")
+    (description
+     "@command{fakeroot} runs a command in an environment where it appears to
+have root privileges for file manipulation.  This is useful for allowing users
+to create archives (@file{tar}, @file{ar}, @file{deb}, etc.)  with files in
+them with root permissions and/or ownership.
+
+Without fakeroot, one would have to have root privileges to create the
+constituent files of the archives with the correct permissions and ownership,
+and then pack them up, or one would have to construct the archives directly,
+without using the archiver.")
     (home-page "http://freshmeat.sourceforge.net/projects/fakeroot";)
     (license license:gpl3+)))
 



reply via email to

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