Show
Ignore:
Timestamp:
07/16/07 18:39:51 (1 year ago)
Author:
tg
Message:

make postinstall scripts require mksh as functions.sh does
(how good it's in lbin/ anyway)

Files:

Legend:

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

    r2678 r3239  
    99PKG_NAME:=              atftp 
    1010PKG_VERSION:=           0.7 
    11 PKG_RELEASE:=           1 
     11PKG_RELEASE:=           2 
    1212PKG_MD5SUM:=            3b27365772d918050b2251d98a9c7c82 
    1313MASTER_SITES:=          ftp://ftp.mamalinux.com/pub/atftp/ 
  • trunk/freewrt/package/atftp/ipkg/files/postinst

    r1 r3239  
    1 #!/bin/sh 
     1#!/usr/bin/env mksh 
    22grep -q '^tftp[[:space:]]*69/tcp' ${IPKG_INSTROOT}/etc/services 2>/dev/null 
    33if [ $? -ne 0 ]; then