the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xserve-raid-tools
Version: 1.2
Revision: 2
Distribution: 10.5
###
Source: ftp://noc.hep.wisc.edu/pub/src/xserve-raid-tools/xserve-raid-tools-%v.tar.gz
Source-MD5: fe7d8400a6c85e73cfc5af1f6869a92d
###
DocFiles: CHANGES LICENSE NOTES README TODO
###
Maintainer: Hans-Christoph Steiner
HomePage: http://noc.hep.wisc.edu/xserve-raid-tools.txt
License: GPL
Description: Tools and daemon to monitor Apple Xserve RAID
###
Depends: netcat, perl586-core, xml-parser-pm586
#
ConfigureParams: ac_cv_path_PERL="/usr/bin/env perl5.8.6"
InstallScript: <<
install -d %i/etc/
install -p -m644 %b/etc/xserve-raid-tools.conf %i/etc/
install -d %i/bin
install -p %b/xserve-raid-status %i/bin
install -p %b/xserve-raid-info %i/bin
install -p %b/xserve-raid-log %i/bin
install -p %b/check_xserve_raid %i/bin
install -d %i/sbin
install -p %b/xserve-raid-checkd %i/sbin
install -d %i/lib/xserve-raid-tools
install -p -m644 %b/lib/*.* %i/lib/xserve-raid-tools
<<
###
DescDetail: <<
The xserve-raid-tools package provides command line tools and
a daemon for monitoring Apple Xserve RAIDs. It also contains a
"plugin" so that one can monitor Apple Xserve RAIDs with Nagios.
The package is known to work on on RedHat Enterprise Linux 3, RedHat
Fedora Core 3, Mac OS X 10.3 and Mac OS X 10.4. It is written in
perl and has a minimal set of requirements, so it's very portable.
<<
DescPackaging: <<
Don't rely on /usr/bin/perl being a certain perlversion
<<