Changeset 75d3d3c in freewrt
- Timestamp:
- Jun 29, 2007, 5:52:08 PM (18 years ago)
- Children:
- fd3230b
- Parents:
- c9299f2
- Location:
- package
- Files:
-
- 8 edited
-
Config.in (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
fwwif/Config.in (modified) (1 diff)
-
fwwif/Makefile (modified) (1 diff)
-
fwwif/fwwif.init (modified) (1 diff)
-
what/Makefile (modified) (1 diff)
-
what/extra/Makefile (modified) (1 diff)
-
what/extra/what.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in
rc9299f2 r75d3d3c 266 266 source "package/sablevm-classpath/Config.in" 267 267 source "package/libffi-sable/Config.in" 268 source "package/what/Config.in" 268 269 endmenu 269 270 -
package/Makefile
rc9299f2 r75d3d3c 336 336 package-$(FWRT_PACKAGE_WEBIF2) += webif2 337 337 package-$(FWRT_PACKAGE_WEECHAT) += weechat 338 package-${FWRT_PACKAGE_WHAT} += what 338 339 package-$(FWRT_PACKAGE_WIFIDOG) += wifidog 339 340 package-$(FWRT_PACKAGE_WIRELESS_TOOLS) += wireless-tools -
package/fwwif/Config.in
rc9299f2 r75d3d3c 8 8 select FWRT_PACKAGE_TNTNET 9 9 select FWRT_COMPILE_TNTNET_WITH_OPENSSL 10 select FWRT_PACKAGE_WHAT 10 11 help 11 12 The FreeWRT Webinterface (beta). Requires Tntnet. -
package/fwwif/Makefile
rc9299f2 r75d3d3c 9 9 PKG_NAME= fwwif 10 10 PKG_VERSION= 20070629 11 PKG_RELEASE= 111 PKG_RELEASE= 2 12 12 NO_DISTFILES= 1 13 13 -
package/fwwif/fwwif.init
rc9299f2 r75d3d3c 63 63 sh $0 start 64 64 ;; 65 version) 66 /usr/ucb/what /usr/lib/fwwif/*.so 67 exit 0 68 ;; 65 69 *) 66 echo "Usage: $0 {start | stop | restart }"70 echo "Usage: $0 {start | stop | restart | version}" 67 71 exit 1 68 72 ;; -
package/what/Makefile
rc9299f2 r75d3d3c 21 21 22 22 post-install: 23 ${INSTALL_DIR} ${IDIR_WHAT}/usr/ bin24 cd ${WRKINST} && ${PCP} usr/ucb/what ${IDIR_WHAT}/23 ${INSTALL_DIR} ${IDIR_WHAT}/usr/{bin,ucb} 24 cd ${WRKINST}/usr/bin && ${PCP} what ${IDIR_WHAT}/usr/ucb/ 25 25 cd ${IDIR_WHAT}/usr/bin && ln -s ../ucb/what 26 26 -
package/what/extra/Makefile
rc9299f2 r75d3d3c 2 2 3 3 PROG= what 4 BINDIR= /usr/ucb 4 BINDIR= /usr/bin 5 CPPFLAGS+= -I${.SYSMK} 5 6 6 7 .include <bsd.prog.mk> -
package/what/extra/what.c
rc9299f2 r75d3d3c 32 32 */ 33 33 34 #include "mirmake.h" 34 35 #include <sys/types.h> 35 36 #include <stdio.h> … … 44 45 __SCCSID("@(#)what.c 8.1 (Berkeley) 6/6/93"); 45 46 __RCSID("$MirOS: src/usr.bin/what/what.c,v 1.3 2006/10/13 21:00:03 tg Exp $"); 47 __RCSID("$Id$"); 46 48 47 49 static void search(void);
Note:
See TracChangeset
for help on using the changeset viewer.
