mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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
fa6c0bfc4b
commit
38ccacfa05
@ -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>
|
2009-08-12 sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_server: Added LSB tags to startup daemon for SUSE
|
* pandora_server: Added LSB tags to startup daemon for SUSE
|
||||||
|
@ -26,6 +26,11 @@ TENTACLE_ADDR="0.0.0.0"
|
|||||||
TENTACLE_PORT="41121"
|
TENTACLE_PORT="41121"
|
||||||
TENTACLE_EXT_OPTS=""
|
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
|
# 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.
|
# if not running). Can be a list of PIDs if multiple instances are running.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user