Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
smartmontools
> smartmontools-stresslinux-init-script.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File smartmontools-stresslinux-init-script.patch of Package smartmontools (Revision 13)
Currently displaying revision
13
,
show latest
--- smartd.initd.in.orig 2009-08-01 13:12:01.000000000 +0200 +++ smartd.initd.in 2009-08-01 13:12:34.000000000 +0200 @@ -13,10 +13,9 @@ ### BEGIN INIT INFO # Provides: smartd # Required-Start: $syslog -# X-UnitedLinux-Should-Start: $sendmail # Should-Start: $sendmail # Required-Stop: $syslog -# X-UnitedLinux-Should-Stop: +# Should-Stop: $null # Default-Start: 2 3 5 # Default-Stop: # Short-Description: Monitors disk and tape health via S.M.A.R.T. @@ -135,7 +134,7 @@ exit 0 # SuSE -elif [ -f /etc/SuSE-release ] ; then +elif [ -f /etc/SuSE-release -o -f /etc/stresslinux-release ] ; then test -x $SMARTD_BIN || exit 5 # Existence of config file is optional