diff options
author | rillig <rillig@pkgsrc.org> | 2013-08-31 20:54:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2013-08-31 20:54:07 +0000 |
commit | 7697d285d153d20d30a2990cff81805ed6520c30 (patch) | |
tree | 07a5c21e6c0499b60a6d21e1ec3a73c3be1a0892 /mk/misc | |
parent | 311d9e2ddc83a2ad5e69cdb9405a045a45ac96bd (diff) | |
download | pkgsrc-7697d285d153d20d30a2990cff81805ed6520c30.tar.gz |
Small grammar fixes in the comment.
Diffstat (limited to 'mk/misc')
-rw-r--r-- | mk/misc/uac-manifest.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mk/misc/uac-manifest.mk b/mk/misc/uac-manifest.mk index 4900fa62b5b..c5f12a2ef75 100644 --- a/mk/misc/uac-manifest.mk +++ b/mk/misc/uac-manifest.mk @@ -1,16 +1,17 @@ -# $NetBSD: uac-manifest.mk,v 1.1 2013/02/10 13:04:08 obache Exp $ +# $NetBSD: uac-manifest.mk,v 1.2 2013/08/31 20:54:07 rillig Exp $ +# +# This file generates manifest files for Windows. # -# This file generate manifest files for Windows. # For Windows Vista or later, executable files including special keywords -# (install, update, patch, and so on) in its name are expected as requireing -# privileged permissions by default (UAC). -# If not, it must be specified with manifest file, or it will be failed to -# execute as "Permission denied". +# (install, update, patch, and so on) in its name are expected to require +# privileged permissions by default (UAC). If not, it must be specified +# with a manifest file, or it will fail to execute with a "Permission +# denied" error message. # # Package-settable variables: # # UAC_REQD_EXECS -# A list of files requireing manifest file for UAC. +# A list of files requiring manifest file for UAC. # Paths are relative to PREFIX. # # Default value: not defined |