[commit] r2370 - trunk/user/games/advent4

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Mon Dec 15 22:50:56 CET 2008


Author: dslinux_sonny_jim
Date: Mon Dec 15 22:50:55 2008
New Revision: 2370

Log:
Add advent4 to /etc/services so it will work through inetd

Modified:
   trunk/user/games/advent4/Makefile

Modified: trunk/user/games/advent4/Makefile
==============================================================================
--- trunk/user/games/advent4/Makefile	(original)
+++ trunk/user/games/advent4/Makefile	Mon Dec 15 22:50:55 2008
@@ -24,6 +24,8 @@
 	$(ROMFSINST) -e CONFIG_USER_GAMES_ADVENT4 \
 		-a "#advent4 stream tcp nowait root $(GAMESDIR)/advent4" /etc/inetd.conf.example
 
+	$(ROMFSINST) -e CONFIG_USER_GAMES_ADVENT4 \
+		-a "advent4 8898/tcp" /etc/services
 clean:
 	rm -f *.o *.err advent4 advent4.elf advent4.gdb
 #	rm -f *.o *.err advent advent0 advtext.h


More information about the dslinux-commit mailing list