Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2001 09:38:38 -0800 (PST)
From:      Ollivier Robert <roberto@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/delete perform.c
Message-ID:  <200103041738.f24Hccj30798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
roberto     2001/03/04 09:38:38 PST

  Modified files:
    usr.sbin/pkg_install/delete perform.c 
  Log:
  When called with the "-n" command line argument, pkg_delete
  is supposed to inform the user of all steps it would take.
  
  The current code does not issue any messages regarding actions
  that would be performed by delete_package (removing files and
  executing @unexec commands), because when the Fake variable
  is 1, delete_package (which itself respects Fake and prints
  messages rather than taking action when it is 1) is not called
  at all.
  
  Fix this.
  
  PR:		bin/24971
  Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
  
  Revision  Changes    Path
  1.28      +5 -6      src/usr.sbin/pkg_install/delete/perform.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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