mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
230b011405
privileges to the games group [1] - When deinstalling, remove the score file if it is empty - Polish the port Submitted by: shaun@rsc.cx [1] Security: fix local games group privilege escalation
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
bin/urban
|
|
share/urban/intro.dat
|
|
share/urban/levels.dat
|
|
share/urban/urban.dat
|
|
@dirrm share/urban
|
|
@unexec if [ ! -s /var/games/urban.scores ]; then rm -f /var/games/urban.scores 2>/dev/null; fi
|