[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 127/156: Fix usage string in nss_pcache to include semid

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.

commit 14ce3fcc21e1952aae3d84a9c227e3f40cb0b133
Author: Rob Crittenden <rcritten at redhat.com>
Date:   Fri Oct 11 18:22:40 2013 -0400

    Fix usage string in nss_pcache to include semid
---
 nss_pcache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nss_pcache.c b/nss_pcache.c
index 800c0b6..a37695b 100644
--- a/nss_pcache.c
+++ b/nss_pcache.c
@@ -318,7 +318,7 @@ int main(int argc, char ** argv)
     union semun semarg;
 
     if (argc < 4 || argc > 5) {
-        fprintf(stderr, "Usage: nss_pcache <fips on/off> <directory> <prefix>\n");
+        fprintf(stderr, "Usage: nss_pcache <semid> <fips on/off> <directory> <prefix>\n");
         exit(1);
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git



More information about the Pkg-fedora-ds-maintainers mailing list