source: vendor/current/ctdb/utils/pmda/Remove

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 903 bytes
Line 
1#! /bin/sh
2#
3# Copyright (c) 1997 Silicon Graphics, Inc. All Rights Reserved.
4#
5# This program is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License as published by the
7# Free Software Foundation; either version 2 of the License, or (at your
8# option) any later version.
9#
10# This program is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13# for more details.
14#
15# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18#
19# Remove the ctdb PMDA
20#
21
22. $PCP_DIR/etc/pcp.env
23. $PCP_SHARE_DIR/lib/pmdaproc.sh
24
25iam=ctdb
26
27pmdaSetup
28pmdaRemove
29exit 0
Note: See TracBrowser for help on using the repository browser.