* rename cpasswd to csuppasswd to avoid a collision with security/cfs

* install unformatted mandoc pages
This commit is contained in:
naddy 2011-01-16 19:13:40 +00:00
parent 7c90054791
commit 7c21c9235e
4 changed files with 57 additions and 8 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/10/19 20:11:49 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2011/01/16 19:13:40 naddy Exp $
COMMENT= network distribution package for CVS repositories
DISTNAME= csup-20101019
REVISION= 0
CATEGORIES= net
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
@ -20,9 +21,11 @@ WANTLIB= c crypto pthread z
WRKDIST= ${WRKDIR}/csup
ALL_TARGET= depend all
FAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/cat
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/cpasswd.sh ${PREFIX}/bin/cpasswd
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/csup ${PREFIX}/bin/csup
${INSTALL_MAN} ${WRKSRC}/csup.1 ${PREFIX}/man/man1/csup.1
${INSTALL_SCRIPT} ${WRKSRC}/cpasswd.sh ${PREFIX}/bin/csuppasswd
${INSTALL_MAN} ${WRKSRC}/cpasswd.1 ${PREFIX}/man/man1/csuppasswd.1
.include <bsd.port.mk>

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-cpasswd_1,v 1.1 2011/01/16 19:13:40 naddy Exp $
--- cpasswd.1.orig Sun Jan 16 20:06:24 2011
+++ cpasswd.1 Sun Jan 16 20:06:46 2011
@@ -30,10 +30,10 @@
.\" $FreeBSD: src/usr.bin/csup/cpasswd.1,v 1.5 2010/10/08 12:40:16 uqs Exp $
.\"
.Dd June 27, 2007
-.Dt CPASSWD 1
+.Dt CSUPPASSWD 1
.Os FreeBSD
.Sh NAME
-.Nm cpasswd
+.Nm csuppasswd
.Nd scramble passwords for csup authentication
.Sh SYNOPSIS
.Nm
@@ -79,7 +79,7 @@ Choose an arbitrary secret
.Ar password .
.It
Run
-.Nm cpasswd ,
+.Nm csuppasswd ,
and type in the
.Ar password
when prompted for it. The utility will print out a line to send

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-csup_1,v 1.1 2011/01/16 19:13:40 naddy Exp $
--- csup.1.orig Sun Jan 16 20:06:02 2011
+++ csup.1 Sun Jan 16 20:06:16 2011
@@ -875,7 +875,7 @@ Choose an arbitrary secret
.Ar password .
.It
Run the
-.Nm cpasswd
+.Nm csuppasswd
utility, and type in the
.Ar password
when prompted for it. The utility will print out a line to send
@@ -967,7 +967,7 @@ subdirectory.
List files.
.El
.Sh SEE ALSO
-.Xr cpasswd 1 ,
+.Xr csuppasswd 1 ,
.Xr cvs 1 ,
.Xr rcsintro 1 ,
.Xr ssh 1 .

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2010/10/19 20:11:49 naddy Exp $
bin/cpasswd
@comment $OpenBSD: PLIST,v 1.4 2011/01/16 19:13:40 naddy Exp $
@bin bin/csup
@man man/cat1/cpasswd.0
@man man/cat1/csup.0
bin/csuppasswd
@man man/man1/csup.1
@man man/man1/csuppasswd.1