Print this page
4078 groupadd execs getent unnecessarily
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
*** 18,32 ****
#
# CDDL HEADER END
#
#
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
#
LIBRARY= libcmdutils.a
VERS= .1
! CMD_OBJS= avltree.o sysattrs.o writefile.o process_xattrs.o
COM_OBJS= list.o
OBJECTS= $(CMD_OBJS) $(COM_OBJS)
include ../../Makefile.lib
include ../../Makefile.rootfs
--- 18,33 ----
#
# CDDL HEADER END
#
#
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2013 RackTop Systems.
#
LIBRARY= libcmdutils.a
VERS= .1
! CMD_OBJS= avltree.o sysattrs.o writefile.o process_xattrs.o uid.o gid.o
COM_OBJS= list.o
OBJECTS= $(CMD_OBJS) $(COM_OBJS)
include ../../Makefile.lib
include ../../Makefile.rootfs