]> granicus.if.org Git - psmisc/commitdiff
made pre1 version
authorCraig Small <csmall@users.sourceforge.net>
Mon, 27 Feb 2006 07:11:44 +0000 (07:11 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Mon, 27 Feb 2006 07:11:44 +0000 (07:11 +0000)
ChangeLog
configure.in
src/fuser.c

index 0f871ce8eaffd2ceaffdb5725080589509ffc1b6..a692d2112732e49a2040c7dfb3e1cfd7837824c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Changes in
        * TCP/UDP6 sockets are found a bit better.
        * Makefile changed so signames builds in all locales. Thanks to Mike
          Frysinger for the patch.
+       * Return code works
 
 
 2006-01-23 Craig Small
index 012e8cf10ac7f6a1f337092678e159d277e57248..f0124f3687db3cdc5e645e2df529f3e6d6896ec8 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([psmisc],[22.2cvs])
+AC_INIT([psmisc],[22.2pre1])
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR([src/comm.h])
 AC_CONFIG_HEADER([config.h])
index d73974df67ebf65e595a6f9b5ea03b9fd531e0f9..c97e3ccc91cf599554d9bf3d4b411f62b2a9f59a 100644 (file)
@@ -846,7 +846,7 @@ static int print_matches(struct names *names_head, const opt_type opts, const in
        char first = 1;
        int len = 0;
        struct passwd *pwent = NULL;
-       int have_match = 1;
+       int have_match = 0;
        
        for (nptr = names_head; nptr != NULL ; nptr = nptr->next) {
                if (! (opts & OPT_SILENT)) { /* We're not silent */