~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to misc/init.d/gentoo/zabbix-agentd

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2007-07-02 09:06:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702090651-8l6fl3fjw9rh6l2u
Tags: 1:1.4.1-2
Add patch from SVN in order to fix Incorrect processing of character '%'
in user parameters and remote commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Zabbix agent start/stop script.
4
4
#
5
5
# Written by A.Tophofen
 
6
NAME=zabbix_agentd
6
7
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin
7
 
DAEMON=/home/zabbix/bin/zabbix_agentd
8
 
NAME=zabbix_agentd
9
 
DESC="Zabbix 1.0"
 
8
DAEMON=/home/zabbix/bin/${NAME}
 
9
DESC="Zabbix 1.4"
10
10
PID=/home/zabbix/lock/$NAME.pid
11
11
 
12
12