head	1.4;
access;
symbols
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2007.02.05.01.08.33;	author pav;	state dead;
branches;
next	1.3;

1.3
date	2004.07.01.10.59.47;	author eik;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.11.11.11.59;	author eik;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.25.09.46.26;	author eik;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
  sysutils/barry -> ports-mgmt/barry
  sysutils/bpm -> ports-mgmt/bpm
  sysutils/kports -> ports-mgmt/kports
  sysutils/managepkg -> ports-mgmt/managepkg
  sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
  sysutils/pib -> ports-mgmt/pib
  sysutils/pkgfe -> ports-mgmt/pkgfe
  sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
  sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
  sysutils/pkg_install -> ports-mgmt/pkg_install
  sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
  sysutils/pkg_remove -> ports-mgmt/pkg_remove
  sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
  sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
  sysutils/pkg_tree -> ports-mgmt/pkg_tree
  sysutils/portbrowser -> ports-mgmt/portbrowser
  sysutils/portconf -> ports-mgmt/portconf
  sysutils/portdowngrade -> ports-mgmt/portdowngrade
  sysutils/portcheck -> ports-mgmt/portcheck
  sysutils/portmanager -> ports-mgmt/portmanager
  sysutils/portmaster -> ports-mgmt/portmaster
  sysutils/portscout -> ports-mgmt/portscout
  sysutils/portsearch -> ports-mgmt/portsearch
  sysutils/portsman -> ports-mgmt/portsman
  sysutils/portsnap -> ports-mgmt/portsnap
  sysutils/portsopt -> ports-mgmt/portsopt
  sysutils/portupgrade -> ports-mgmt/portupgrade
  sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
  sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
  sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
  sysutils/psearch -> ports-mgmt/psearch
  sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
  sysutils/qtpkg -> ports-mgmt/qtpkg
  textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports

Repocopies by:	marcus
@
text
@#!/bin/sh
#
# $FreeBSD: ports/security/portaudit/pkg-deinstall,v 1.3 2004/07/01 10:59:47 eik Exp $
#

case $2 in
POST-DEINSTALL)
  echo
  echo "The portaudit package has been deleted."
  if [ -f "%%DATABASEDIR%%/auditfile.tbz" ]; then
    echo "If you're *not* upgrading and won't be using"
    echo "it any longer, you may want to remove the"
    echo "portaudit database:"
    echo
    echo "  rm -Rf %%DATABASEDIR%%"
  fi
  echo
  ;;
esac
@


1.3
log
@- update to version 0.5

*** NOTE ***

The preferences file format has changed, as have the periodic.conf(5) names.
Normally the default settings should be adequate, except when you need to
configure a proxy. Use $PREFIX/etc/portaudit.conf.sample as an example.

- moved portaudit to sbin
- clean up, merging stuff into the portaudit script
- better return codes and errors to stderr
- -f can check stdin now
- dropped ports tree auditing
- merged the periodic(8) scripts into one
- run daily auditing as `nobody'
@
text
@d3 1
a3 1
# $FreeBSD: ports/security/portaudit/pkg-deinstall,v 1.2 2004/03/11 11:11:59 eik Exp $
@


1.2
log
@Update to 0.3.
Since we are using the official VuXML database
the auditing should be pretty complete.

- mention web page
- add more mirrors, disabling .ru mirror (too much lag)
- allow combined options in portaudit shell script
- add sample configuration file
- use absolute paths for binaries, to ease use in crontab scripts [1]
- correct type in man page [2]

PR:		64005 [2]
Submitted by:	Tomasz Pilat <poncki@@axelspringer.com.pl> [1]
		Nathan Dove <njdove@@wafer.sandia.gov> [2]
@
text
@d3 1
a3 1
# $FreeBSD: ports/security/portaudit/pkg-deinstall,v 1.1 2004/02/25 09:46:26 eik Exp $
d10 7
a16 5
  echo "If you're *not* upgrading and won't be using"
  echo "it any longer, you may want to remove the"
  echo "portaudit database:"
  echo
  echo "  rm -Rf %%DATABASEDIR%%"
@


1.1
log
@- bugfix: awk in -CURRENT accepts no regexes in RS, causing the database
  update to fail

- add an install & deinstall message

Submitted by:	nectar & Ion-Mihai Tetcu <itetcu@@apropo.ro>
@
text
@d3 1
a3 1
# $FreeBSD$
a5 2
ECHO_CMD=echo

d8 8
a15 7
  ${ECHO_CMD}
  ${ECHO_CMD} "The portaudit package has been deleted."
  ${ECHO_CMD} "If you're *not* upgrading and won't be using"
  ${ECHO_CMD} "it any longer, you may want to remove the"
  ${ECHO_CMD} "portaudit database:"
  ${ECHO_CMD}
  ${ECHO_CMD} "  rm -Rf %%DATABASEDIR%%"
@

