Skip to content

Commit

Permalink
kalua: init: hack for ending 'logger' from /etc/init.d/rcS - there is…
Browse files Browse the repository at this point in the history
… still a hanging logger, dont know which init-script causes this
  • Loading branch information
Bastian Bittorf committed Jan 3, 2013
1 parent 06b5af2 commit c9c6b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions openwrt-addons/etc/init.d/generate_kalua_loader
Expand Up @@ -17,15 +17,16 @@ boot()

/etc/init.d/zram start

# fixme! why does it hang? with plain OpenWrt this does not happen
fgrep -sq "killall logger" "/etc/init.d/rcS" || echo "killall logger" >>"/etc/init.d/rcS"

touch /tmp/BOOT
touch /tmp/DEBUG
/etc/kalua_init
. /tmp/loader

[ $( _system ram_size ) -gt 16384 ] || {
[ -e "/etc/init.d/apply_profile" ] && {
killall logger # fixme! maybe patch '/etc/init.d/rcS'

/etc/init.d/telnet disable
/etc/init.d/dropbear disable
/etc/init.d/dnsmasq disable
Expand Down
1 change: 0 additions & 1 deletion openwrt-build/apply_profile
Expand Up @@ -36,7 +36,6 @@ boot()
*" "*)
;;
*)
killall logger # hangs around in tasklist?
killall dropbear
wifi down
;;
Expand Down

0 comments on commit c9c6b99

Please sign in to comment.