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

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Thu Dec 18 21:26:38 CET 2008


Author: dslinux_sonny_jim
Date: Thu Dec 18 21:26:38 2008
New Revision: 2400

Log:
Fix typo in /etc/services

Modified:
   trunk/user/games/dungeon/Makefile

Modified: trunk/user/games/dungeon/Makefile
==============================================================================
--- trunk/user/games/dungeon/Makefile	(original)
+++ trunk/user/games/dungeon/Makefile	Thu Dec 18 21:26:38 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" /etc/services
+		-a "dungeon 8899/tcp" /etc/services
 	$(ROMFSINST) -m dungeon.6 /usr/share/man/dungeon
 
 clean:


More information about the dslinux-commit mailing list