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

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Tue Dec 16 23:13:00 CET 2008


Author: dslinux_sonny_jim
Date: Tue Dec 16 23:12:59 2008
New Revision: 2373

Log:
Fix dungeon makefile

Modified:
   trunk/user/games/dungeon/Makefile

Modified: trunk/user/games/dungeon/Makefile
==============================================================================
--- trunk/user/games/dungeon/Makefile	(original)
+++ trunk/user/games/dungeon/Makefile	Tue Dec 16 23:12:59 2008
@@ -72,7 +72,7 @@
 	$(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"
+		-a "dungeon 8898/tcp" /etc/services
 	$(ROMFSINST) -m dungeon.6 /usr/share/man/dungeon
 
 clean:


More information about the dslinux-commit mailing list