Your message dated Thu, 09 Mar 2006 20:59:30 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355538: logwatch/zz-disk_space: only show df output for
local filesystems
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: logwatch
Version: 5.2.2-5
Severity: wishlist
It's not useful for me to see the disk usage of NFS mounts
for each client machine, rather, only for the NFS server
itself. Attached is a patch which adds the -l flag to the df
service, restricting the output to local filesystems. I
expect you may well prefer it to be a configuration option,
however...
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.4-bytemark-uml-20050811-1-small
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages logwatch depends on:
ii mailx 1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii perl 5.8.4-8sarge3 Larry Wall's Practical Extraction
-- no debconf information
--
Jon Dowland
http://alcopop.org/
--- zz-disk_space~ 2006-03-06 10:02:57.000172083 +0000
+++ zz-disk_space 2006-03-06 10:03:01.000927197 +0000
@@ -24,7 +24,7 @@
echo
echo "------------------ Disk Space --------------------"
echo
- df -k
+ df -lk
echo
fi
--- End Message ---
--- Begin Message ---
Jon Dowland schrieb:
Package: logwatch
Version: 5.2.2-5
Severity: wishlist
It's not useful for me to see the disk usage of NFS mounts
for each client machine, rather, only for the NFS server
itself. Attached is a patch which adds the -l flag to the df
service, restricting the output to local filesystems. I
expect you may well prefer it to be a configuration option,
however...
This is fixed in current unstable version. If you want to try my
backport, you can add
deb http://pkg-logwatch.alioth.debian.org/apt sarge main
to your sources.list.
I'm closing this bug as it's impossible to fix it in the stable release.
Willi
--- End Message ---