diff options
| author | Garrett D'Amore <garrett@nexenta.com> | 2010-07-30 10:02:10 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@nexenta.com> | 2010-07-30 10:02:10 -0700 |
| commit | 491d31d91dffec9b5f8abaf7728301a572326daa (patch) | |
| tree | 37c035849df5aafd134e6621e7b619219591033b /usr/src/cmd/Adm | |
| parent | 4297a3b0d0a35d80f86fff155e288e885a100e6d (diff) | |
| download | illumos-joyent-491d31d91dffec9b5f8abaf7728301a572326daa.tar.gz | |
4 /etc/motd needs to say Illumos.org, not Oracle.
Reviewed by: loki@animata.net
Approved by: garrett@nexenta.com
Diffstat (limited to 'usr/src/cmd/Adm')
| -rw-r--r-- | usr/src/cmd/Adm/sun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/Adm/sun/Makefile b/usr/src/cmd/Adm/sun/Makefile index 9bfb342c37..bf80bdba30 100644 --- a/usr/src/cmd/Adm/sun/Makefile +++ b/usr/src/cmd/Adm/sun/Makefile @@ -20,6 +20,7 @@ # # # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2010 Nexenta Systems, Inc. All rights reserved. # ETCFILES= ioctl.syscon passwd shadow motd @@ -51,8 +52,8 @@ clobber: motd: FRC @-$(ECHO) "rebuilding motd" - @$(RELEASE_BUILD)-$(ECHO) "Oracle Corporation\tSunOS $(RELEASE)\t$(VERSION)\t$(RELEASE_DATE)" > motd - @$(NOT_RELEASE_BUILD)-$(ECHO) "Oracle Corporation\tSunOS $(RELEASE)\t$(VERSION)\t`date +'%h. %d, %Y'`" > motd + @$(RELEASE_BUILD)-$(ECHO) "The Illumos Project\tSunOS $(RELEASE)\t$(VERSION)\t$(RELEASE_DATE)" > motd + @$(NOT_RELEASE_BUILD)-$(ECHO) "The Illumos Project\tSunOS $(RELEASE)\t$(VERSION)\t`date +'%h. %d, %Y'`" > motd @$(NOT_RELEASE_BUILD)-$(ECHO) $(DEV_CM) | sed -e "s/@(#)//" >> motd @-$(CAT) release_info >> motd |
