Browse Source

fixed pbbuttonsd.init to not kill itself

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2050 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
fadeff1a98
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/powerpc/pbbuttons/pbbuttonsd.init

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,7 @@
*) 2003-12-23 (2.0.0-rc3 - 2.0.0-rc4)
- added kdirstat (2.4.0)
- fixed pbbuttonsd.init to not kill itself
*) 2003-12-22 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 1
package/powerpc/pbbuttons/pbbuttonsd.init

@ -33,7 +33,7 @@ main_begin
block_end
block_begin(stop, `Stopping pbbuttonsd.')
check(`killall -15 pbbuttonsd')
check(`killall -15 D_prefix/bin/pbbuttonsd')
block_end
main_end

Loading…
Cancel
Save