Changeset 2955943 in freewrt


Ignore:
Timestamp:
Apr 8, 2008, 3:13:13 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
702ae5e
Parents:
a059e2a
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3730 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/base-files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/Makefile

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

    ra059e2a r2955943  
    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
Note: See TracChangeset for help on using the changeset viewer.