- mail should be sent to root not root@localhost (#174252)
This commit is contained in:
parent
70c54ddf32
commit
d7e97a1abb
@ -51,7 +51,7 @@ for drive in drives:
|
|||||||
driver = '-d ata '
|
driver = '-d ata '
|
||||||
if float(getfile("/sys/module/libata/version")) < 1.20:
|
if float(getfile("/sys/module/libata/version")) < 1.20:
|
||||||
comment = "# not yet supported in this kernel version "
|
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 """
|
print """
|
||||||
# First two SCSI disks. This will monitor everything that smartd can
|
# First two SCSI disks. This will monitor everything that smartd can
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for monitoring SMART capable hard disks
|
Summary: Tools for monitoring SMART capable hard disks
|
||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 5.33
|
Version: 5.33
|
||||||
Release: 3.1
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -69,8 +69,8 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 16 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-4
|
||||||
- rebuilt
|
- mail should be sent to root not root@localhost (#174252)
|
||||||
|
|
||||||
* Fri Nov 25 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-3
|
* Fri Nov 25 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-3
|
||||||
- add libata disks with -d ata if the libata version
|
- add libata disks with -d ata if the libata version
|
||||||
|
Loading…
Reference in New Issue
Block a user