pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk The documentation claims you can use -m as an ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/757fade8cb6d
branches:  trunk
changeset: 485440:757fade8cb6d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Dec 11 02:49:57 2004 +0000

description:
The documentation claims you can use -m as an alias for --mirror_only.
Make it so.

diffstat:

 mk/bulk/build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b85db92db14f -r 757fade8cb6d mk/bulk/build
--- a/mk/bulk/build     Sat Dec 11 01:19:29 2004 +0000
+++ b/mk/bulk/build     Sat Dec 11 02:49:57 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: build,v 1.46 2004/11/23 19:44:02 jlam Exp $
+# $NetBSD: build,v 1.47 2004/12/11 02:49:57 kristerw Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -83,7 +83,7 @@
                exit 0
                ;;
 
-       --mirror_only )
+       --mirror_only|-m )
                mirror_only=yes
                target=mirror-distfiles
                shift



Home | Main Index | Thread Index | Old Index