changeset 20612:dd8ccd3b5f83

Remove /etc/log symlink
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Mon, 20 May 2019 12:47:34 -0400
parents ae7db3ea55e1
children 41bd9a0dcd98
files FEATURES.txt usr/src/Targetdirs usr/src/pkg/manifests/system-core-os.mf
diffstat 3 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/FEATURES.txt	Sun May 19 23:33:53 2019 -0400
+++ b/FEATURES.txt	Mon May 20 12:47:34 2019 -0400
@@ -9,6 +9,7 @@
 
 <next> release
 --------------
+ - /etc/log symlink to /var/adm/log
 
 1.3 release
 -----------
--- a/usr/src/Targetdirs	Sun May 19 23:33:53 2019 -0400
+++ b/usr/src/Targetdirs	Mon May 20 12:47:34 2019 -0400
@@ -388,7 +388,6 @@
 	/etc/lib/ld.so.1 \
 	/etc/lib/libdl.so.1 \
 	/etc/lib/nss_files.so.1 \
-	/etc/log \
 	/lib/32 \
 	/lib/crypto/32 \
 	/lib/secure/32 \
@@ -487,7 +486,6 @@
 $(ROOT)/etc/lib/ld.so.1:=		LINKDEST=../../lib/ld.so.1
 $(ROOT)/etc/lib/libdl.so.1:=		LINKDEST=../../lib/libdl.so.1
 $(ROOT)/etc/lib/nss_files.so.1:=	LINKDEST=../../lib/nss_files.so.1
-$(ROOT)/etc/log:=			LINKDEST=../var/adm/log
 $(ROOT)/platform/i86pc:=		LINKDEST=.
 $(ROOT)/usr/mail:=			LINKDEST=../var/mail
 $(ROOT)/usr/news:=			LINKDEST=../var/news
--- a/usr/src/pkg/manifests/system-core-os.mf	Sun May 19 23:33:53 2019 -0400
+++ b/usr/src/pkg/manifests/system-core-os.mf	Mon May 20 12:47:34 2019 -0400
@@ -1309,7 +1309,6 @@
 link path=etc/lib/ld.so.1 target=../../lib/ld.so.1
 link path=etc/lib/libdl.so.1 target=../../lib/libdl.so.1
 link path=etc/lib/nss_files.so.1 target=../../lib/nss_files.so.1
-link path=etc/log target=../var/adm/log
 link path=etc/netmasks target=./inet/netmasks
 link path=etc/networks target=./inet/networks
 link path=etc/protocols target=./inet/protocols