[commit] r2371 - trunk/user/games/dungeon

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Mon Dec 15 22:52:40 CET 2008


Author: dslinux_sonny_jim
Date: Mon Dec 15 22:52:40 2008
New Revision: 2371

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

Modified:
   trunk/user/games/dungeon/Makefile

Modified: trunk/user/games/dungeon/Makefile
==============================================================================
--- trunk/user/games/dungeon/Makefile	(original)
+++ trunk/user/games/dungeon/Makefile	Mon Dec 15 22:52:40 2008
@@ -71,6 +71,8 @@
 	$(ROMFSINST) dtextc.dat /$(LIBDIR)/dtextc.dat
 	$(ROMFSINST) -e CONFIG_USER_GAMES_DUNGEON \
 		-a "#dungeon stream tcp nowait root $(GAMESDIR)/dungeon" /etc/inetd.conf.example
+	$(ROMFSINST) -e CONFIG_USER_GAMES_DUNGEON \
+		-a "dungeon 8898/tcp"
 	$(ROMFSINST) -m dungeon.6 /usr/share/man/dungeon
 
 clean:


More information about the dslinux-commit mailing list