Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/user Pullup 1.7 [simonb]:
details: https://anonhg.NetBSD.org/src/rev/ed7ab5a54e9e
branches: netbsd-1-5
changeset: 489951:ed7ab5a54e9e
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 20 17:03:54 2000 +0000
description:
Pullup 1.7 [simonb]:
Use /etc/skel only for skeleton files for useradd.
Fixes PR bin/10985.
diffstat:
usr.sbin/user/Makefile | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diffs (33 lines):
diff -r bc2ae4ed64c5 -r ed7ab5a54e9e usr.sbin/user/Makefile
--- a/usr.sbin/user/Makefile Fri Oct 20 17:03:36 2000 +0000
+++ b/usr.sbin/user/Makefile Fri Oct 20 17:03:54 2000 +0000
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.6 1999/12/24 09:08:48 agc Exp $
+# $NetBSD: Makefile,v 1.6.8.1 2000/10/20 17:03:54 tv 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