You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
654 B
25 lines
654 B
From 6013799f80d4dc4fbf5d23cfa0c54ffdee4f95c7 Mon Sep 17 00:00:00 2001 |
|
From: jchaloup <jchaloup@redhat.com> |
|
Date: Fri, 13 Jun 2014 12:53:02 +0200 |
|
Subject: [PATCH] rpm.8 setperms setugids mutual exclusion |
|
|
|
--- |
|
doc/rpm.8 | 2 ++ |
|
1 file changed, 2 insertions(+) |
|
|
|
diff --git a/doc/rpm.8 b/doc/rpm.8 |
|
index 31ccceb..c3b79bd 100644 |
|
--- a/doc/rpm.8 |
|
+++ b/doc/rpm.8 |
|
@@ -851,6 +851,8 @@ sets permissions of files in the given package. |
|
.TP |
|
\fBrpm\fR \fB--setugids\fR \fIPACKAGE_NAME\fR |
|
sets user/group ownership of files in the given package. |
|
+.TP |
|
+Options \fB--setperms\fR and \fB--setugids\fR are mutually exclusive. |
|
|
|
.SS "FTP/HTTP OPTIONS" |
|
.PP |
|
-- |
|
1.9.3 |
|
|
|
|