[Lsb-messages] /var/www/bzr/lsb/devel/lsbspec r4066: Add /etc/opt to allowable dirs for installers (bug 4065).

Jeff Licquia licquia at linuxfoundation.org
Fri Feb 27 17:47:49 UTC 2015


------------------------------------------------------------
revno: 4066
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: lsbspec
timestamp: Fri 2015-02-27 12:47:49 -0500
message:
  Add /etc/opt to allowable dirs for installers (bug 4065).
modified:
  Base/generic/execenv/execenv.m4
  Base/generic/execenv/execenv.sgml
-------------- next part --------------
=== modified file 'Base/generic/execenv/execenv.m4'
--- a/Base/generic/execenv/execenv.m4	2015-02-05 14:56:15 +0000
+++ b/Base/generic/execenv/execenv.m4	2015-02-27 17:47:49 +0000
@@ -166,7 +166,8 @@
 Where the installation of an application needs additional privileges, it must
 clearly document all files and system databases that are modified outside of
 those in 
-<FILENAME>/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>
+<FILENAME>/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>,
+<FILENAME>/etc/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>,
 and <FILENAME>/var/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>,
 other than those that may be
 updated by system logging or auditing activities.

=== modified file 'Base/generic/execenv/execenv.sgml'
--- a/Base/generic/execenv/execenv.sgml	2015-02-05 14:56:15 +0000
+++ b/Base/generic/execenv/execenv.sgml	2015-02-27 17:47:49 +0000
@@ -415,7 +415,8 @@
 Where the installation of an application needs additional privileges, it must
 clearly document all files and system databases that are modified outside of
 those in 
-<FILENAME>/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>
+<FILENAME>/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>,
+<FILENAME>/etc/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>,
 and <FILENAME>/var/opt/<REPLACEABLE>pkg-name</REPLACEABLE></FILENAME>,
 other than those that may be
 updated by system logging or auditing activities.



More information about the lsb-messages mailing list