Show
Ignore:
Timestamp:
08/16/07 17:06:35 (5 years ago)
Author:
tg
Message:

fix the problem that a “/etc/init.d/ntpd restart” wouldn’t work
because it uses “killall ntpd” and nukes itself: on execution,
run mksh(1) with ourselves first, to make sure that killall/pkill
will see our process name as “mksh” instead of e.g. “…/ntpd”.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/axtls/Makefile

    r3239 r3512  
    99PKG_NAME:=              axtls 
    1010PKG_VERSION:=           1.1.0 
    11 PKG_RELEASE:=           7 
     11PKG_RELEASE:=           8 
    1212PKG_MD5SUM:=            4a834edc93f46fdca4f9c93ec665376e 
    1313DISTFILES:=             axTLS-${PKG_VERSION}.tar.gz 
  • trunk/freewrt/package/axtls/files/axhttpd.init

    r2653 r3512  
    11#!/bin/sh 
     2test x"$1" = x"really" || exec /bin/mksh "$0" really "$@" 
     3shift 
    24#FWINIT 80 
    35. /etc/rc.conf