[BACK]Return to patch-bq CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / samba30 / patches

Annotation of pkgsrc/net/samba30/patches/patch-bq, Revision 1.1.1.1

1.1       asau        1: $NetBSD: patch-bq,v 1.1 2005/11/14 08:05:28 jlam Exp $
                      2:
                      3: --- utils/testparm.c.orig      2005-10-12 13:03:42.000000000 -0400
                      4: +++ utils/testparm.c
                      5: @@ -67,6 +67,12 @@ cannot be set in the smb.conf file. nmbd
                      6:                ret = 1;
                      7:        }
                      8:
                      9: +      if (!directory_exist(lp_statedir(), &st)) {
                     10: +              fprintf(stderr, "ERROR: state directory %s does not exist\n",
                     11: +                     lp_statedir());
                     12: +              ret = 1;
                     13: +      }
                     14: +
                     15:        if (!directory_exist(lp_piddir(), &st)) {
                     16:                fprintf(stderr, "ERROR: pid directory %s does not exist\n",
                     17:                       lp_piddir());

CVSweb <webmaster@jp.NetBSD.org>