diff options
| author | joerg <joerg> | 2009-02-02 11:55:15 +0000 |
|---|---|---|
| committer | joerg <joerg> | 2009-02-02 11:55:15 +0000 |
| commit | 577c2e940ccd3ed1d467b9fa0a83970d940451f8 (patch) | |
| tree | 2728b4a0c301dd03b81eb827849d18ab6c2a2b72 /pkgtools/pkg_install/files/info/main.c | |
| parent | 0e13be61a1d6400317bbbcbedb12f83edb11b0f0 (diff) | |
| download | pkgsrc-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/main.c')
| -rw-r--r-- | pkgtools/pkg_install/files/info/main.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgtools/pkg_install/files/info/main.c b/pkgtools/pkg_install/files/info/main.c index b5d75ce8bf1..4b3e82284af 100644 --- a/pkgtools/pkg_install/files/info/main.c +++ b/pkgtools/pkg_install/files/info/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.22.6.1 2008/08/02 20:33:50 joerg Exp $ */ +/* $NetBSD: main.c,v 1.22.6.2 2009/02/02 11:55:16 joerg Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,13 +7,7 @@ #if HAVE_SYS_CDEFS_H #include <sys/cdefs.h> #endif -#ifndef lint -#if 0 -static char *rcsid = "from FreeBSD Id: main.c,v 1.14 1997/10/08 07:47:26 charnier Exp"; -#else -__RCSID("$NetBSD: main.c,v 1.22.6.1 2008/08/02 20:33:50 joerg Exp $"); -#endif -#endif +__RCSID("$NetBSD: main.c,v 1.22.6.2 2009/02/02 11:55:16 joerg Exp $"); /* * |
