Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
5a01ccc244
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      package/base/fam/fam.conf
  2. +4
    -4
      package/base/smartmontools/smartd.init

+ 1
- 1
package/base/fam/fam.conf

@ -1 +1 @@
hook_add postmake 3 "install_init famd $confdir/famd.init"
hook_add postmake 3 "install_init famdaemon $confdir/famd.init"

+ 4
- 4
package/base/smartmontools/smartd.init

@ -32,12 +32,12 @@ main_begin
check(`D_prefix/sbin/smartd')
block_end
block_begin(stop, `Stopping courier-imapd.')
check(`kill -SIGKILL smartd')
block_begin(stop, `Stopping smartd.')
check(`killall -SIGKILL smartd')
block_end
block_begin(restart, `Restarting courier-imapd.')
check(`sigkill -SIGKILL smartd')
block_begin(restart, `Restarting smartd.')
check(`killall -SIGKILL smartd')
check(`D_prefix/sbin/smartd')
block_end

Loading…
Cancel
Save