summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-31 11:12:35 +0000
committerache <ache@FreeBSD.org>1994-12-31 11:12:35 +0000
commit866cb66ce482a7dfb2c0ad93588cfbc1faf85108 (patch)
treef210c0c8c253b4c7ce7279ecb9eb982cb4ad7047 /usr.sbin
parentd3e71d875495e41b906e09a93c113d0dd30bd6c1 (diff)
downloadFreeBSD-src-866cb66ce482a7dfb2c0ad93588cfbc1faf85108.zip
FreeBSD-src-866cb66ce482a7dfb2c0ad93588cfbc1faf85108.tar.gz
Change ${COPY} to -c, always needed here
Remove manpage reference to BSD adduser, add pwd_mkdb reference
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/adduser/Makefile2
-rw-r--r--usr.sbin/adduser/adduser.84
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile
index cb5ed7f..e35992c 100644
--- a/usr.sbin/adduser/Makefile
+++ b/usr.sbin/adduser/Makefile
@@ -1,7 +1,7 @@
MAN8= adduser.8
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
.include <bsd.prog.mk>
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8
index f5d85f7..778b997 100644
--- a/usr.sbin/adduser/adduser.8
+++ b/usr.sbin/adduser/adduser.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\" $Id: adduser.8,v 1.1 1994/12/30 12:03:48 ache Exp $
+.\" $Id: adduser.8,v 1.2 1994/12/30 12:15:39 ache Exp $
.Dd December 28, 1994
.Dt ADDUSER 8
@@ -64,7 +64,7 @@ to reflect the group that you wish as a default.
.Pa /usr/share/skel/*
.Sh SEE ALSO
-.Xr adduser 8
+.Xr pwd_mkdb 8
.Xr perl 1
.Sh HISTORY
OpenPOWER on IntegriCloud