update to cdpack-1.4.2. This is a documentation fix only update. The

change is to make the usage output and the manpage agree with each other
and with reality.  Thanks to hubertf at netbsd for pointing out the problem.
This commit is contained in:
dmcmahill 2002-09-18 02:42:20 +00:00
parent 36b46a2390
commit ba8a681b00
3 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2002/05/22 22:30:43 dmcmahill Exp $
# $NetBSD: Makefile,v 1.9 2002/09/18 02:42:20 dmcmahill Exp $
#
DISTNAME= cdpack-1.4.1
DISTNAME= cdpack-1.4.2
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty

View file

@ -1,4 +1,4 @@
.\" $NetBSD: cdpack.1,v 1.8 2002/05/22 22:30:44 dmcmahill Exp $
.\" $NetBSD: cdpack.1,v 1.9 2002/09/18 02:42:20 dmcmahill Exp $
.\"
.\" Copyright (c) 2001 Dan McMahill, All rights reserved.
.\"
@ -37,9 +37,10 @@
.Nd produce multi-CD binary package images
.Sh SYNOPSIS
.Nm ""
.Op -ef
.Op -ac | -ec
.Op -af | -ef
.Op -l logfile
.Op -adnRvV
.Op -dnRvV
.Op -x common_directory
.Op -X extras_directory
.Ar packages_directory

View file

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: cdpack.sh,v 1.6 2002/05/22 22:30:45 dmcmahill Exp $
# $NetBSD: cdpack.sh,v 1.7 2002/09/18 02:42:20 dmcmahill Exp $
#
# Copyright (c) 2001, 2002 Dan McMahill, All rights reserved.
#
@ -58,7 +58,7 @@ touch $exclude
usage(){
echo "$prog - generates ISO9660 images for a multi-cd binary package collection"
echo "Usage: $prog [-l logfile] [-n] [-R] [-v] [-V] [-x dir] [-X dir] packages_directory cdimage_directory"
echo "Usage: $prog [-ac | -ec] [-af | -ef] [-l logfile] [-dnRvV] [-x dir] [-X dir] packages_directory cdimage_directory"
echo "Example: $prog /usr/pkgsrc/packages/netbsd-1.5/alpha/All /images/netbsd-1.5/alpha"
echo "Please refer to the manual page for complete documentation."
}