Changeset 3730
- Timestamp:
- 04/08/08 15:13:13 (8 months ago)
- Files:
-
- trunk/freewrt/package/base-files/Makefile (modified) (1 diff)
- trunk/freewrt/package/base-files/files/etc/functions.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/base-files/Makefile
r3715 r3730 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.1 12 PKG_RELEASE:= 3 412 PKG_RELEASE:= 35 13 13 WRKDIST= ${WRKDIR}/base-files 14 14 NO_DISTFILES:= 1 trunk/freewrt/package/base-files/files/etc/functions.sh
r3523 r3730 55 55 add_rcconf() { 56 56 rcconf_exists ${2-$1} || { 57 echo "adding service $ 1to /etc/rc.conf"57 echo "adding service ${2-$1} to /etc/rc.conf" 58 58 printf '/INSERE_HIC/i\n%s="%s"\t\t# %s\n.\nwq\n' \ 59 59 "${2-$1}" "${3-NO}" "$1" | ed -s $IPKG_INSTROOT/etc/rc.conf


