summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/info/perform.c
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-02 11:55:15 +0000
committerjoerg <joerg>2009-02-02 11:55:15 +0000
commit577c2e940ccd3ed1d467b9fa0a83970d940451f8 (patch)
tree2728b4a0c301dd03b81eb827849d18ab6c2a2b72 /pkgtools/pkg_install/files/info/perform.c
parent0e13be61a1d6400317bbbcbedb12f83edb11b0f0 (diff)
downloadpkgsrc-pkg_install_renovation.tar.gz
pkg_install-20090201:pkg_install_renovation
- sync DESCR and MESSAGE with HEAD and the branch state - sync Makefile - regen configure - cleanup __RCSID - merge audit logic in pkg_add and pkg_admin into new audit_packages function. As side effect, pkg_add will list all vulnerabilities before asking the user whether it should continue - sort config_variable array
Diffstat (limited to 'pkgtools/pkg_install/files/info/perform.c')
-rw-r--r--pkgtools/pkg_install/files/info/perform.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgtools/pkg_install/files/info/perform.c b/pkgtools/pkg_install/files/info/perform.c
index 318e3183ac6..811538110f8 100644
--- a/pkgtools/pkg_install/files/info/perform.c
+++ b/pkgtools/pkg_install/files/info/perform.c
@@ -1,4 +1,4 @@
-/* $NetBSD: perform.c,v 1.46.2.5 2008/08/10 22:09:38 joerg Exp $ */
+/* $NetBSD: perform.c,v 1.46.2.6 2009/02/02 11:55:16 joerg Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -13,13 +13,7 @@
#if HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
-#ifndef lint
-#if 0
-static const char *rcsid = "from FreeBSD Id: perform.c,v 1.23 1997/10/13 15:03:53 jkh Exp";
-#else
-__RCSID("$NetBSD: perform.c,v 1.46.2.5 2008/08/10 22:09:38 joerg Exp $");
-#endif
-#endif
+__RCSID("$NetBSD: perform.c,v 1.46.2.6 2009/02/02 11:55:16 joerg Exp $");
/*-
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>.