diff options
Diffstat (limited to 'games/hlserver-psychostats/files/patch-stats')
-rw-r--r-- | games/hlserver-psychostats/files/patch-stats | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/hlserver-psychostats/files/patch-stats b/games/hlserver-psychostats/files/patch-stats deleted file mode 100644 index fe8a5d5a8105..000000000000 --- a/games/hlserver-psychostats/files/patch-stats +++ /dev/null @@ -1,11 +0,0 @@ ---- stats.orig Fri Nov 23 13:20:38 2001 -+++ stats Fri Nov 23 13:20:58 2001 -@@ -22,7 +22,7 @@ - my $starttime = time(); # time when stats update started. - - my $OS = $^O; --my $os_slash = ($OS eq 'linux') ? '/' : '\\'; -+my $os_slash = ($OS eq 'linux' or 'FreeBSD') ? '/' : '\\'; - my $progpath = &getprogdir(); # relative path the script is running in. - - #push(@INC,$progpath); |