diff options
author | martti <martti> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:20:17 +0000 |
commit | 3b3e497d9487a4bc1f0479dd8e441182ef086541 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/priv | |
parent | 54c9ec195d4868564d9533cc27abcd9eec796fbb (diff) | |
download | pkgsrc-3b3e497d9487a4bc1f0479dd8e441182ef086541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/priv')
-rw-r--r-- | security/priv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/priv/Makefile b/security/priv/Makefile index 7579ca4ae9d..7a1e71be36b 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:11 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 17:20:29 martti Exp $ # DISTNAME= priv-1.0-beta @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= simonb@NetBSD.org -COMMENT= execute commands as a different user +COMMENT= Execute commands as a different user GNU_CONFIGURE= yes |