diff options
Diffstat (limited to 'usr/src/cmd/Adm')
| -rw-r--r-- | usr/src/cmd/Adm/Makefile | 10 | ||||
| -rw-r--r-- | usr/src/cmd/Adm/sun/Makefile | 8 |
2 files changed, 5 insertions, 13 deletions
diff --git a/usr/src/cmd/Adm/Makefile b/usr/src/cmd/Adm/Makefile index 571fdc960b..ff765ae0c3 100644 --- a/usr/src/cmd/Adm/Makefile +++ b/usr/src/cmd/Adm/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# CRON_ENT= adm root sys CRON_LIB= .proto at.deny cron.deny queuedefs @@ -52,7 +49,6 @@ ETCSCRIPTS= $(ETC_SCRIPT:%=$(ROOTETC)/%) ZISPECIALS= $(ETCZONESD)/index FILEMODE= 0644 -GROUP= sys $(CRONLIBD)/.proto := FILEMODE = 0744 $(CRONTABD)/adm := FILEMODE = 0600 diff --git a/usr/src/cmd/Adm/sun/Makefile b/usr/src/cmd/Adm/sun/Makefile index 817aafbf61..53a093d33a 100644 --- a/usr/src/cmd/Adm/sun/Makefile +++ b/usr/src/cmd/Adm/sun/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# ETCFILES= ioctl.syscon passwd shadow motd KVMFILES= README @@ -36,10 +34,8 @@ ROOTUSRKVMFILES= $(KVMFILES:%=$(ROOTUSRKVM)/%) ROOTVARSMBFILES= $(SMBFILES:%=$(ROOTVARSMB)/%) FILEMODE= 0644 -OWNER= root -GROUP= sys -$(ROOTETC)/shadow := FILEMODE = 400 +$(ROOTETC)/shadow := FILEMODE = 400 $(ROOTVARSMB)/smbpasswd := FILEMODE = 0400 .KEEP_STATE: |
