pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/lib Add so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f77f9290c9c4
branches:  pkg_install-renovation
changeset: 541588:f77f9290c9c4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 05 22:32:12 2008 +0000

description:
Add some repo ID comments at the top of the files.

diffstat:

 pkgtools/pkg_install/files/lib/decompress.c           |  4 +++-
 pkgtools/pkg_install/files/lib/fexec.c                |  4 +++-
 pkgtools/pkg_install/files/lib/iterate.c              |  2 ++
 pkgtools/pkg_install/files/lib/vulnerabilities-file.c |  4 +++-
 4 files changed, 11 insertions(+), 3 deletions(-)

diffs (63 lines):

diff -r 4a0d3214e96d -r f77f9290c9c4 pkgtools/pkg_install/files/lib/decompress.c
--- a/pkgtools/pkg_install/files/lib/decompress.c       Tue Aug 05 22:25:54 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/decompress.c       Tue Aug 05 22:32:12 2008 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: decompress.c,v 1.1.4.2 2008/08/05 22:32:12 joerg Exp $ */
+
 /*-
  * Copyright (c) 2008 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
  * All rights reserved.
@@ -37,7 +39,7 @@
 #include <sys/cdefs.h>
 #endif
 
-__RCSID("$NetBSD: decompress.c,v 1.1.4.1 2008/08/02 20:33:50 joerg Exp $");
+__RCSID("$NetBSD: decompress.c,v 1.1.4.2 2008/08/05 22:32:12 joerg Exp $");
 
 #ifdef BOOTSTRAP
 #include "lib.h"
diff -r 4a0d3214e96d -r f77f9290c9c4 pkgtools/pkg_install/files/lib/fexec.c
--- a/pkgtools/pkg_install/files/lib/fexec.c    Tue Aug 05 22:25:54 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/fexec.c    Tue Aug 05 22:32:12 2008 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: fexec.c,v 1.9.8.3 2008/08/05 22:32:12 joerg Exp $      */
+
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -58,7 +60,7 @@
 #include "lib.h"
 
 #ifndef lint
-__RCSID("$NetBSD: fexec.c,v 1.9.8.2 2008/08/02 20:33:50 joerg Exp $");
+__RCSID("$NetBSD: fexec.c,v 1.9.8.3 2008/08/05 22:32:12 joerg Exp $");
 #endif
 
 static int     vfcexec(const char *, int, const char *, va_list);
diff -r 4a0d3214e96d -r f77f9290c9c4 pkgtools/pkg_install/files/lib/iterate.c
--- a/pkgtools/pkg_install/files/lib/iterate.c  Tue Aug 05 22:25:54 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/iterate.c  Tue Aug 05 22:32:12 2008 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: iterate.c,v 1.5.4.2 2008/08/05 22:32:12 joerg Exp $    */
+
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
  * All rights reserved.
diff -r 4a0d3214e96d -r f77f9290c9c4 pkgtools/pkg_install/files/lib/vulnerabilities-file.c
--- a/pkgtools/pkg_install/files/lib/vulnerabilities-file.c     Tue Aug 05 22:25:54 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/vulnerabilities-file.c     Tue Aug 05 22:32:12 2008 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: vulnerabilities-file.c,v 1.3.4.7 2008/08/05 22:32:12 joerg Exp $       */
+
 /*-
  * Copyright (c) 2008 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
  * All rights reserved.
@@ -36,7 +38,7 @@
 #if HAVE_SYS_CDEFS_H
 #include <sys/cdefs.h>
 #endif
-__RCSID("$NetBSD: vulnerabilities-file.c,v 1.3.4.6 2008/08/02 20:33:50 joerg Exp $");
+__RCSID("$NetBSD: vulnerabilities-file.c,v 1.3.4.7 2008/08/05 22:32:12 joerg Exp $");
 
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index