pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/admin Fixes pkg/38250 and m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7446116abd2a
branches: trunk
changeset: 540005:7446116abd2a
user: jklos <jklos%pkgsrc.org@localhost>
date: Fri Mar 21 08:18:17 2008 +0000
description:
Fixes pkg/38250 and makes pkgsrc work on Darwin again. Thanks to
Christian Neukirchen.
diffstat:
pkgtools/pkg_install/files/admin/config.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d341a03abed9 -r 7446116abd2a pkgtools/pkg_install/files/admin/config.c
--- a/pkgtools/pkg_install/files/admin/config.c Fri Mar 21 01:12:15 2008 +0000
+++ b/pkgtools/pkg_install/files/admin/config.c Fri Mar 21 08:18:17 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.c,v 1.1 2008/03/13 16:35:30 joerg Exp $ */
+/* $NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -8,7 +8,7 @@
#include <sys/cdefs.h>
#endif
#ifndef lint
-__RCSID("$NetBSD: config.c,v 1.1 2008/03/13 16:35:30 joerg Exp $");
+__RCSID("$NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $");
#endif
/*-
@@ -50,6 +50,7 @@
#include "admin.h"
#include "lib.h"
+const char *gpg_cmd;
const char *pkg_vulnerabilities_dir;
const char *pkg_vulnerabilities_file;
const char *pkg_vulnerabilities_url;
Home |
Main Index |
Thread Index |
Old Index