Show
Ignore:
Timestamp:
04/08/08 15:13:13 (8 months ago)
Author:
tg
Message:

cosmetics: this
| Configuring dropbear...adding service "NO" to disable, "-g" otherwise to /etc/rc.conf
looks crap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/base-files/Makefile

    r3715 r3730  
    1010PKG_NAME:=              base-files 
    1111PKG_VERSION:=           1.1 
    12 PKG_RELEASE:=           34 
     12PKG_RELEASE:=           35 
    1313WRKDIST=                ${WRKDIR}/base-files 
    1414NO_DISTFILES:=          1 
  • trunk/freewrt/package/base-files/files/etc/functions.sh

    r3523 r3730  
    5555add_rcconf() { 
    5656        rcconf_exists ${2-$1} || { 
    57                 echo "adding service $1 to /etc/rc.conf" 
     57                echo "adding service ${2-$1} to /etc/rc.conf" 
    5858                printf '/INSERE_HIC/i\n%s="%s"\t\t# %s\n.\nwq\n' \ 
    5959                    "${2-$1}" "${3-NO}" "$1" | ed -s $IPKG_INSTROOT/etc/rc.conf