diff options
author | Josh Wilsdon <jwilsdon@joyent.com> | 2016-11-25 10:12:39 -0800 |
---|---|---|
committer | Josh Wilsdon <jwilsdon@joyent.com> | 2016-11-25 10:12:39 -0800 |
commit | 4d8f2dc1b38a19fb1fd1cca5ecb1324f24445f22 (patch) | |
tree | 171f731db7120b18bc1a21a5d8bba5e4aa4cfb8e | |
parent | 03c72fd883dd75695bb56ae3da55a41a566a65c6 (diff) | |
download | illumos-joyent-4d8f2dc1b38a19fb1fd1cca5ecb1324f24445f22.tar.gz |
move sockets to /var/zonecontrol
-rw-r--r-- | usr/src/lib/brand/lx/zone/platform.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/zone/platform.xml b/usr/src/lib/brand/lx/zone/platform.xml index e393256cad..37476d6c84 100644 --- a/usr/src/lib/brand/lx/zone/platform.xml +++ b/usr/src/lib/brand/lx/zone/platform.xml @@ -59,7 +59,7 @@ opt="ro" type="lofs" /> <global_mount special="/etc/zones/%z.xml" directory="/native/etc/zones/%z.xml" opt="ro" type="lofs" /> - <global_mount special="/etc/zonecontrol/%z" directory="/native/.zonecontrol" + <global_mount special="/var/zonecontrol/%z" directory="/native/.zonecontrol" opt="ro" type="lofs" /> <!-- Local filesystems to mount when booting the zone --> |