diff options
Diffstat (limited to 'net/cacti/files/patch-scripts-diskfree.pl')
-rw-r--r-- | net/cacti/files/patch-scripts-diskfree.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cacti/files/patch-scripts-diskfree.pl b/net/cacti/files/patch-scripts-diskfree.pl index 8df567b2255f..eeea6e5c971c 100644 --- a/net/cacti/files/patch-scripts-diskfree.pl +++ b/net/cacti/files/patch-scripts-diskfree.pl @@ -1,5 +1,5 @@ ---- scripts/diskfree.pl.orig Wed Jan 4 06:08:30 2006 -+++ scripts/diskfree.pl Fri Jan 6 00:16:58 2006 +--- cacti-0.8.6j/scripts/diskfree.pl.orig Wed Jan 4 06:08:30 2006 ++++ cacti-0.8.6j/scripts/diskfree.pl Fri Jan 6 00:16:58 2006 @@ -1,5 +1,5 @@ #!/usr/bin/perl -open(PROCESS,"df --block-size=1024 -P $ARGV[0] | grep -v Filesystem |"); |