forked from ports/contrib
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
|
To let this game remember the highscores execute the following commands as root:
|
||
|
|
||
|
# groupadd games
|
||
|
# chown root:games /usr/bin/gtkballs
|
||
|
# chmod 2755 /usr/bin/gtkballs
|
||
|
# chgrp games /var/games/gtkballs-scores
|