Skip to content

Commit

Permalink
Add sysdir to appropriate shared directories for installbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffaco committed May 2, 2016
1 parent 007d0ba commit 0286016
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions installer/datafiles/base_apache.data
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@ INCLUDE_FILE: '/etc/opt/microsoft/apache-cimprov/conf/mod_cimprov.conf'
/var; 755; root; root; sysdir
/var/opt; 755; root; root; sysdir

/etc/opt/microsoft; 755; root; root
/etc/opt/microsoft; 755; root; root; sysdir
/etc/opt/microsoft/apache-cimprov; 755; root; root
/etc/opt/microsoft/apache-cimprov/conf; 755; root; root

/etc/opt/omi; 755; root; root
/etc/opt/omi/conf; 755; root; root
/etc/opt/omi/conf/omiregister; 755; root; root
/etc/opt/omi; 755; root; root; sysdir
/etc/opt/omi/conf; 755; root; root; sysdir
/etc/opt/omi/conf/omiregister; 755; root; root; sysdir
/etc/opt/omi/conf/omiregister/root-apache; 755; root; root

/opt/microsoft; 755; root; root
/opt/microsoft; 755; root; root; sysdir
/opt/microsoft/apache-cimprov; 755; root; root
/opt/microsoft/apache-cimprov/bin; 755; root; root
/opt/microsoft/apache-cimprov/lib; 755; root; root

/opt/omi; 755; root; root
/opt/omi/lib; 755; root; root
/opt/omi; 755; root; root; sysdir
/opt/omi/lib; 755; root; root; sysdir

/var/opt/microsoft; 755; root; root
/var/opt/microsoft; 755; root; root; sysdir
/var/opt/microsoft/apache-cimprov; 755; root; root
/var/opt/microsoft/apache-cimprov/run; 755; root; root

Expand Down

0 comments on commit 0286016

Please sign in to comment.