summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-28 14:39:18 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-28 14:39:18 -0400
commit1cdb8b8fd1faa5688cde5e96c994ff2a8ae6ae4e (patch)
tree67ad8bf3135c4665626490174d661e3b85b22d79
parentc7884d638fdf67ae987fdcca9c7384f06fb7cd3c (diff)
clarify
-rwxr-xr-xdh_fixperms6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_fixperms b/dh_fixperms
index 6fa50652..10261493 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -24,9 +24,9 @@ dh_fixperms makes all files in usr/share/doc in the package build directory
the permissions of all man pages to mode 644. It makes all files be owned
by root, and it removes group and other write permission from all files. It
removes execute permissions from any libraries, headers, perl modules, or
-desktop files that have it set. It makes all files in bin/ directories,
-/usr/games/ and etc/init.d executable (since v4). Finally, it removes the
-setuid and setgid bits from all files in the package.
+desktop files that have it set. It makes all files in the standard bin and
+sbin directories, usr/games/ and etc/init.d executable (since v4). Finally,
+it removes the setuid and setgid bits from all files in the package.
=head1 OPTIONS