Changeset 578cada9 in freewrt
- Timestamp:
- Jun 5, 2007, 2:05:27 PM (19 years ago)
- Children:
- 129d907
- Parents:
- e92088b
- 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
re92088b r578cada9 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.0 12 PKG_RELEASE:= 3 012 PKG_RELEASE:= 31 13 13 WRKDIST= ${WRKDIR}/base-files 14 14 NO_DISTFILES:= 1 -
package/base-files/files/etc/functions.sh
re92088b r578cada9 58 58 59 59 add_rcconf() { 60 rcconf_exists $ 2|| {60 rcconf_exists ${2-$1} || { 61 61 echo "adding service $1 to /etc/rc.conf" 62 printf '%s \t\t# %s\n' "${2:-$1}=${3:-NO}" "$1" \62 printf '%s="%s"\t\t# %s\n' "${2-$1}" "${3-NO}" "$1" \ 63 63 >>$IPKG_INSTROOT/etc/rc.conf 64 64 }
Note:
See TracChangeset
for help on using the changeset viewer.
