Changeset 2644
- Timestamp:
- 05/23/07 18:27:45 (2 years ago)
- Files:
-
- trunk/freewrt/package/busybox/Makefile (modified) (1 diff)
- trunk/freewrt/package/busybox/ipkg/busybox.postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/busybox/Makefile
r2642 r2644 9 9 PKG_NAME:= busybox 10 10 PKG_VERSION:= 1.4.2 11 PKG_RELEASE:= 1 311 PKG_RELEASE:= 14 12 12 PKG_MD5SUM:= b4c61fb15642be9dde20e8493788c585 13 13 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 trunk/freewrt/package/busybox/ipkg/busybox.postinst
r2638 r2644 15 15 test x"$inetd" = x"NO" && exit 0 16 16 test -e /etc/inetd.conf || exit 0 17 exec $0 start17 exec sh $0 start 18 18 ;; 19 19 start) … … 26 26 ;; 27 27 restart) 28 $0 stop29 exec $0 start28 sh $0 stop 29 exec sh $0 start 30 30 ;; 31 31 *)


