mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
repaired perldoc header: zfs_fragmentation
This commit is contained in:
parent
f63321c567
commit
db27ad4597
1 changed files with 7 additions and 9 deletions
|
@ -3,13 +3,12 @@
|
||||||
|
|
||||||
: << EOF
|
: << EOF
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
zpool_fragmentation - Outputs the zpool fragmentation per zfs pool.
|
zpool_fragmentation - Outputs the zpool fragmentation per zfs pool.
|
||||||
|
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
=over 4
|
|
||||||
=item * Michael Grote
|
Michael Grote
|
||||||
=back
|
|
||||||
|
|
||||||
=head1 LICENSE
|
=head1 LICENSE
|
||||||
GPLv3 or later
|
GPLv3 or later
|
||||||
|
@ -17,13 +16,12 @@ GPLv3 or later
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
=head1 MAGIC MARKERS
|
=head1 MAGIC MARKERS
|
||||||
=begin comment
|
|
||||||
These magic markers are used by munin-node-configure when installing
|
|
||||||
munin-node.
|
|
||||||
=end comment
|
|
||||||
#%# family=auto
|
#%# family=auto
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "$1" = "autoconf" ]; then
|
if [ "$1" = "autoconf" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue