/[smecontribs]/rpms/smeserver-zabbix-agent/contribs9/smeserver-zabbix-agent-0.1-add_usr_sbin_in_path.patch
ViewVC logotype

Annotation of /rpms/smeserver-zabbix-agent/contribs9/smeserver-zabbix-agent-0.1-add_usr_sbin_in_path.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Feb 9 23:18:26 2016 UTC (8 years, 3 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-zabbix-agent-0_1-53_el6_sme, smeserver-zabbix-agent--, HEAD
* Wed Feb 10 stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1-53.sme
- New rpm for sme9

1 stephdl 1.1 --- smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/check_asterisk.add_usr_sbin_in_path 2010-09-02 17:54:50.000000000 +0200
2     +++ smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/check_asterisk 2010-09-02 17:59:45.000000000 +0200
3     @@ -3,6 +3,8 @@
4     # Asterisk check script
5     # by Steeve Avoungou Firewall Services
6    
7     +PATH=$PATH:/usr/sbin:/usr/local/sbin
8     +
9     if [ $# -ne "1" ]; then
10     echo "Usage:"
11     echo "$0 <arg>"
12     --- smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/check_lvm.add_usr_sbin_in_path 2010-09-02 17:54:50.000000000 +0200
13     +++ smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/check_lvm 2010-09-02 17:59:57.000000000 +0200
14     @@ -1,5 +1,7 @@
15     #!/bin/bash
16    
17     +PATH=$PATH:/usr/sbin:/usr/local/sbin
18     +
19     snapshot_max_alloc(){
20     MAX_PERCENT=0
21    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed