Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
285b2093
Commit
285b2093
authored
May 15, 2015
by
Randy Layman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update installer files to make sure modules.xml file is delivered with each update
parent
866cbd40
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
build.xml
build/build.xml
+2
-0
openfire.conffiles
build/debian/openfire.conffiles
+1
-0
openfire.install4j
build/installer/openfire.install4j
+1
-0
openfire.spec
build/rpm/openfire.spec
+1
-0
No files found.
build/build.xml
View file @
285b2093
...
...
@@ -1176,6 +1176,7 @@
<copy
tofile=
"${target.solaris.root}/pkginfo"
file=
"${basedir}/build/pkg/pkginfo"
/>
<copy
tofile=
"${target.solaris.root}/opt/openfire/resources/solaris/openfire.xml"
file=
"${basedir}/build/solaris/openfire.xml"
/>
<copy
tofile=
"${target.solaris.root}/opt/openfire/resources/solaris/modules.xml"
file=
"${basedir}/build/solaris/modules.xml"
/>
<copy
tofile=
"${target.solaris.root}/checkinstall"
file=
"${basedir}/build/solaris/checkinstall"
/>
<copy
tofile=
"${target.solaris.root}/postinstall"
file=
"${basedir}/build/solaris/postinstall"
/>
<copy
tofile=
"${target.solaris.root}/preremove"
file=
"${basedir}/build/solaris/preremove"
/>
...
...
@@ -1187,6 +1188,7 @@
<replaceregexp
file=
"${target.solaris.root}/Prototype"
match=
"(.* .* .* .*) .* .*"
replace=
"\1 daemon daemon"
byline=
"true"
/>
<replaceregexp
file=
"${target.solaris.root}/Prototype"
match=
".* (.* /opt/openfire/conf/openfire.xml=.* .* .* .*)"
replace=
"e \1"
byline=
"true"
/>
<replaceregexp
file=
"${target.solaris.root}/Prototype"
match=
".* (.* /opt/openfire/conf/modules.xml=.* .* .* .*)"
replace=
"e \1"
byline=
"true"
/>
<replaceregexp
file=
"${target.solaris.root}/Prototype"
match=
".* (.* /opt/openfire/resources/security/keystore=.* .* .* .*)"
replace=
"e \1"
byline=
"true"
/>
<replaceregexp
file=
"${target.solaris.root}/Prototype"
match=
".* (.* /opt/openfire/resources/security/truststore=.* .* .* .*)"
replace=
"e \1"
byline=
"true"
/>
<replaceregexp
file=
"${target.solaris.root}/Prototype"
match=
".* (.* /opt/openfire/resources/security/client.truststore=.* .* .* .*)"
replace=
"e \1"
byline=
"true"
/>
...
...
build/debian/openfire.conffiles
View file @
285b2093
/etc/openfire/openfire.xml
/etc/openfire/modules.xml
/etc/openfire/security.xml
/etc/openfire/security/keystore
/etc/openfire/security/truststore
...
...
build/installer/openfire.install4j
View file @
285b2093
...
...
@@ -50,6 +50,7 @@
<fileEntry
mountPoint=
"34"
file=
"${compiler:RELEASE_FULL_PATH}/resources/security/truststore"
overwrite=
"0"
shared=
"false"
mode=
"644"
uninstallMode=
"1"
/>
<fileEntry
mountPoint=
"34"
file=
"${compiler:RELEASE_FULL_PATH}/resources/security/keystore"
overwrite=
"0"
shared=
"false"
mode=
"644"
uninstallMode=
"1"
/>
<fileEntry
mountPoint=
"46"
file=
"${compiler:RELEASE_FULL_PATH}/conf/openfire.xml"
overwrite=
"0"
shared=
"false"
mode=
"644"
uninstallMode=
"1"
/>
<fileEntry
mountPoint=
"46"
file=
"${compiler:RELEASE_FULL_PATH}/conf/modules.xml"
overwrite=
"0"
shared=
"false"
mode=
"644"
uninstallMode=
"1"
/>
<fileEntry
mountPoint=
"46"
file=
"${compiler:RELEASE_FULL_PATH}/conf/security.xml"
overwrite=
"0"
shared=
"false"
mode=
"644"
uninstallMode=
"1"
/>
<dirEntry
mountPoint=
"1"
file=
"${compiler:RELEASE_FULL_PATH}"
overwrite=
"4"
shared=
"false"
mode=
"644"
uninstallMode=
"0"
excludeSuffixes=
""
dirMode=
"755"
>
<exclude>
...
...
build/rpm/openfire.spec
View file @
285b2093
...
...
@@ -113,6 +113,7 @@ exit 0
%{homedir}/bin/embedded-db-viewer.sh
%dir %{homedir}/conf
%config(noreplace) %{homedir}/conf/openfire.xml
%config(noreplace) %{homedir}/conf/modules.xml
%config(noreplace) %{homedir}/conf/security.xml
%config(noreplace) %{homedir}/conf/crowd.properties
%dir %{homedir}/lib
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment