[-]
[+]
|
Added |
smartmontools-lsb-init-script.patch
|
@@ -0,0 +1,17 @@
+--- smartd.initd.in
++++ smartd.initd.in
+@@ -12,10 +12,10 @@
+ # For SuSE and cousins
+ ### BEGIN INIT INFO
+ # Provides: smartd
+-# Required-Start: $syslog
+-# X-UnitedLinux-Should-Start: $sendmail
+-# Required-Stop: $syslog
+-# X-UnitedLinux-Should-Stop:
++# Required-Start: $syslog $remote_fs
++# Should-Start: sendmail
++# Required-Stop: $syslog $remote_fs
++# Should-Stop:
+ # Default-Start: 2 3 5
+ # Default-Stop:
+ # Short-Description: Monitors disk and tape health via S.M.A.R.T.
|