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 document 'rebuild-tre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c15734379531
branches:  trunk
changeset: 536308:c15734379531
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Dec 10 10:34:42 2007 +0000

description:
document 'rebuild-tree' in usage()

diffstat:

 pkgtools/pkg_install/files/admin/main.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e72831bc20bb -r c15734379531 pkgtools/pkg_install/files/admin/main.c
--- a/pkgtools/pkg_install/files/admin/main.c   Mon Dec 10 10:07:55 2007 +0000
+++ b/pkgtools/pkg_install/files/admin/main.c   Mon Dec 10 10:34:42 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.32 2007/08/29 15:42:39 jlam Exp $   */
+/*     $NetBSD: main.c,v 1.33 2007/12/10 10:34:42 tnn Exp $    */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -8,7 +8,7 @@
 #include <sys/cdefs.h>
 #endif
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.32 2007/08/29 15:42:39 jlam Exp $");
+__RCSID("$NetBSD: main.c,v 1.33 2007/12/10 10:34:42 tnn Exp $");
 #endif
 
 /*
@@ -93,6 +93,7 @@
        (void) fprintf(stderr, "usage: %s [-bqSV] [-d lsdir] [-K pkg_dbdir] [-s sfx] command args ...\n"
            "Where 'commands' and 'args' are:\n"
            " rebuild                     - rebuild pkgdb from +CONTENTS files\n"
+           " rebuild-tree                - rebuild +REQUIRED_BY files from forward deps\n"
            " check [pkg ...]             - check md5 checksum of installed files\n"
            " add pkg ...                 - add pkg files to database\n"
            " delete pkg ...              - delete file entries for pkg in database\n"



Home | Main Index | Thread Index | Old Index