Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2008 11:48:57 +0000 (UTC)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security/sguil-server Makefile ports/security/sguil-server/files pkg-install.in
Message-ID:  <200806011148.m51Bmv1m018863@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rafan       2008-06-01 11:48:57 UTC

  FreeBSD ports repository

  Modified files:
    security/sguil-server Makefile 
    security/sguil-server/files pkg-install.in 
  Log:
  - From PR
  
   If a user opts out of the first part of the pkg-install script, but
   elects to interact with the second part of the script and decides to
   create new certs, the creation of the certs will fail silently if the
   certs directory does not exist. This is because the certs directory
   is created (if necessary) in the pre-install portion of the pkg-install
   script, but the certs are created in the post-install part of the script.
  
   This PR corrects this problem by moving the creation of the certs directory
   to the same subroutine that the certs are created in.
  
  PR:             ports/123883
  Submitted by:   Paul Schmehl <pauls at utdallas.edu> (maintainer)
  
  Revision  Changes    Path
  1.7       +1 -1      ports/security/sguil-server/Makefile
  1.2       +8 -8      ports/security/sguil-server/files/pkg-install.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806011148.m51Bmv1m018863>