Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/user Pull up revision 1.7 (requested by simonb):
details: https://anonhg.NetBSD.org/src/rev/f0b4457992d6
branches: netbsd-1-4
changeset: 471171:f0b4457992d6
user: he <he%NetBSD.org@localhost>
date: Wed Oct 25 17:04:53 2000 +0000
description:
Pull up revision 1.7 (requested by simonb):
Synchronize to current versions of the user management tool.
Fixes PR#11100, PR#11103, PR#11123 and PR#10985.
diffstat:
usr.sbin/user/Makefile | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diffs (33 lines):
diff -r ca131784aea1 -r f0b4457992d6 usr.sbin/user/Makefile
--- a/usr.sbin/user/Makefile Wed Oct 25 17:04:32 2000 +0000
+++ b/usr.sbin/user/Makefile Wed Oct 25 17:04:53 2000 +0000
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.6.4.2 2000/01/20 23:59:44 he Exp $
+# $NetBSD: Makefile,v 1.6.4.3 2000/10/25 17:04:53 he Exp $
#
.include <bsd.own.mk>
CPPFLAGS+= -DEXTENSIONS
WARNS= 1
-SKEL_DIR= /etc/skel
-EXAMPLE_DIR= ${DESTDIR}/usr/share/examples/usermgmt
-
PROG= user
SRCS+= user.c main.c
LINKS+= ${BINDIR}/user ${BINDIR}/useradd
@@ -25,14 +22,6 @@
MAN+= group.8 groupadd.8 groupdel.8 groupmod.8 groupinfo.8
MLINKS= useradd.8 adduser.8
-.if ${MKSHARE} != "no"
-FILES= dot.cshrc dot.login dot.profile
-FILESNAME_dot.cshrc= .cshrc
-FILESNAME_dot.login= .login
-FILESNAME_dot.profile= .profile
-FILESDIR= /usr/share/examples/usermgmt
-.endif
-
# this target checks the built-in default group, and, if it doesn't exist,
# creates it
default-group:
Home |
Main Index |
Thread Index |
Old Index