2009-08-15 Sancho lerena <slerena@artica.es>
* util/tentacle_serverd: Call to umask to let tentacle_server create files with mask 0007, because Enterprise version need to write files fetched with tentacle. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1852 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
eca7e0e887
commit
4ea27cae57
|
@ -1,3 +1,10 @@
|
|||
|
||||
2009-08-15 Sancho lerena <slerena@artica.es>
|
||||
|
||||
* util/tentacle_serverd: Call to umask to let tentacle_server create
|
||||
files with mask 0007, because Enterprise version need to write files
|
||||
fetched with tentacle.
|
||||
|
||||
2009-08-12 sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_server: Added LSB tags to startup daemon for SUSE
|
||||
|
|
|
@ -26,6 +26,11 @@ TENTACLE_ADDR="0.0.0.0"
|
|||
TENTACLE_PORT="41121"
|
||||
TENTACLE_EXT_OPTS=""
|
||||
|
||||
# Set umask to 0002, because group MUST have access to write files to
|
||||
# use remote file management on Pandora FMS Enterprise.
|
||||
|
||||
umask 0007
|
||||
|
||||
# Sets the shell variable TENTACLE_PID to the PID of the Tentacle server (empty
|
||||
# if not running). Can be a list of PIDs if multiple instances are running.
|
||||
|
||||
|
|
Loading…
Reference in New Issue