Setting up 3.5.0 as trunk

This commit is contained in:
Rumble
2006-12-19 22:56:18 +00:00
parent 0ddbd8b56e
commit 99e3aa4d8b
1336 changed files with 514917 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
This is a placeholder file so the directory will be created
+1
View File
@@ -0,0 +1 @@
This is a placeholder file so the directory will be created
+1
View File
@@ -0,0 +1 @@
This is a placeholder file so the directory will be created
+1
View File
@@ -0,0 +1 @@
This is a placeholder file so the directory will be created
+1
View File
@@ -0,0 +1 @@
This is a placeholder file so the directory will be created
+1
View File
@@ -0,0 +1 @@
This is a placeholder file so the directory will be created
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
echo "Purging $1"
cd $1
date >> deleted
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
cd ..
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
echo "Purging old rent files, please wait..."
purgedir A-E
purgedir F-J
purgedir K-O
purgedir P-T
purgedir U-Z
rm -f ZZZ/*
echo "Done."
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
../../bin/listrent A-E/* | fgrep -i $1
../../bin/listrent F-J/* | fgrep -i $1
../../bin/listrent K-O/* | fgrep -i $1
../../bin/listrent P-T/* | fgrep -i $1
../../bin/listrent U-Z/* | fgrep -i $1