- mail should be sent to root not root@localhost (#174252)

This commit is contained in:
Tomáš Mráz 2005-12-16 22:17:09 +00:00
parent 70c54ddf32
commit d7e97a1abb
2 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ for drive in drives:
driver = '-d ata '
if float(getfile("/sys/module/libata/version")) < 1.20:
comment = "# not yet supported in this kernel version "
print "%s/dev/%s %s-H -m root@localhost" % (comment, drive.device, driver)
print "%s/dev/%s %s-H -m root" % (comment, drive.device, driver)
print """
# First two SCSI disks. This will monitor everything that smartd can

View File

@ -1,7 +1,7 @@
Summary: Tools for monitoring SMART capable hard disks
Name: smartmontools
Version: 5.33
Release: 3.1
Release: 4
Epoch: 1
Group: System Environment/Base
License: GPL
@ -69,8 +69,8 @@ exit 0
%changelog
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Fri Dec 16 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-4
- mail should be sent to root not root@localhost (#174252)
* Fri Nov 25 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-3
- add libata disks with -d ata if the libata version