Changeset 2955943 in freewrt
- Timestamp:
- Apr 8, 2008, 3:13:13 PM (18 years ago)
- Children:
- 702ae5e
- Parents:
- a059e2a
- Location:
- package/base-files
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
files/etc/functions.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
ra059e2a r2955943 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 -
package/base-files/files/etc/functions.sh
ra059e2a r2955943 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
Note:
See TracChangeset
for help on using the changeset viewer.
