CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/11/27 02:37:56
Modified files: games/snake : Makefile snake.6 snake.c Removed files: games/snake : pathnames.h snscore.c Log message: Fix after removal of the setgid bit: Add pledge "stdio rpath wpath cpath tty". Move score file to $HOME, add $USER as high score entry. Maintain hall of fame of 10 high scores, make snake wink if it ate you while you were eligible for eternal fame. Based on an initial diff by Ricardo Mestre and with helpful input from tedu@. ok beck@