diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-10-29 14:25:17 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-23 18:12:15 +0000 |
commit | a28480febf31f0e61debac062a55216a98a05a92 (patch) | |
tree | a6f43a36f9f9e7de8d8743949815e17b7012b08f /usr/src/man/man4/Makefile | |
parent | b0de25cb23668fa4535078d18a0618eee442c000 (diff) | |
download | illumos-joyent-a28480febf31f0e61debac062a55216a98a05a92.tar.gz |
14208 zoneadmd should not inherit zoneadm's environment
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man4/Makefile')
-rw-r--r-- | usr/src/man/man4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/man/man4/Makefile b/usr/src/man/man4/Makefile index 642829e62a..40c7f78d41 100644 --- a/usr/src/man/man4/Makefile +++ b/usr/src/man/man4/Makefile @@ -229,6 +229,7 @@ _MANLINKS= addresses.4 \ pcie.4 \ qop.4 \ rhosts.4 \ + TIMEZONE.4 \ sendmail.cf.4 \ snapshot_cache.4 \ submit.cf.4 \ @@ -258,6 +259,8 @@ dir.4 := LINKSRC = dir_ufs.4 rhosts.4 := LINKSRC = hosts.equiv.4 +TIMEZONE.4 := LINKSRC = init.4 + hosts.allow.4 := LINKSRC = hosts_access.4 hosts.deny.4 := LINKSRC = hosts_access.4 |