forgotten path-replacement in ressource.cfg

This commit is contained in:
Micha Glave 2011-07-05 23:29:41 +02:00
parent a87c12b4c1
commit edee38b9d9
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AUX shinken-0.6.5.patch 3589 RMD160 7802b76e7c6fddcc107f00036e50c50c59410091 SHA1 db996f12068f1b0ff16625abedee38ac34e2c867 SHA256 c60e0ba3ac9f2fc2cf3becbf26d6b9477983fe68e8dabecf05245592898d088d
AUX shinken-0.6.5.patch 4010 RMD160 8745a2ee5b4518b057435b5b9fd4ebe178fdbfa4 SHA1 c127e342efc8f6275dee554b74e119c6c639611f SHA256 d362348cdf3d0f1c4cb4eb47b858f3cf3590c3310767e3c11931324298196721
AUX shinken.confd 2041 RMD160 618a2fa8ba16c052445d23f136a6ac7b685e89bb SHA1 22c2eb50379cb604055bef76cdfc443d7514436a SHA256 512d72af135fb74678f0ad42c5cd8d5125de3c77c2adcba7317c3fed316db6f3
AUX shinken.initd 1032 RMD160 5b54862ad20a0a99f4f06cf25f0b192220d9f949 SHA1 1e49b43e1041da45535b577882036341f8d4b39f SHA256 0c60299d88218ec8f7c6937c93fa84fc6f72cb498d0b85ead80fcf9bfc793579
DIST shinken-0.6.5.tar.gz 5155015 RMD160 73d3646d092aa0d92474b31257b8c73c252dbc19 SHA1 62ee08fb290570484cb50979ed75791cd83a6a18 SHA256 ff08fb8a9ec669732316d3b2bd4423572efc2123482cbb8128b71c08aad64deb

View File

@ -1,5 +1,5 @@
--- setup.py.orig 2011-06-23 10:21:23.000000000 +0200
+++ setup.py 2011-07-05 23:07:31.000000000 +0200
+++ setup.py 2011-07-05 23:23:26.000000000 +0200
@@ -174,9 +174,9 @@
buf = f.read()
f.close
@ -38,6 +38,15 @@
# And now the resource.cfg path with the value of libexec path
# Replace the libexec path by the one in the parameter file
@@ -216,7 +216,7 @@
log.info('updating path in %s', outname)
update_file_with_string(inname, outname,
"/usr/local/shinken/libexec",
- self.plugins_path)
+ "/usr/lib/nagios/plugins")
# And update the nagios.cfg file for all /usr/local/shinken/var
# value with good one
@@ -230,7 +230,7 @@
## nagios.cfg & shinken-specific use now relative paths (relative to the "VAR" one)
update_file_with_string(inname, outname,