[PC-BSD Commits] r1290 - in pbibuild/modules/tremulous: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 31 16:54:05 PST 2008
Author: gonzalo
Date: 2008-01-31 16:54:04 -0800 (Thu, 31 Jan 2008)
New Revision: 1290
Modified:
pbibuild/modules/tremulous/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/tremulous/pbi.conf
Log:
Tremulous server error fixed and more features added
Modified: pbibuild/modules/tremulous/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/tremulous/overlay-dir/PBI.RemoveScript.sh 2008-01-31 23:38:09 UTC (rev 1289)
+++ pbibuild/modules/tremulous/overlay-dir/PBI.RemoveScript.sh 2008-02-01 00:54:04 UTC (rev 1290)
@@ -13,7 +13,7 @@
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
- kdialog --yesno "Do you want to remove Tremulous user settings and temporal files?" --title "Remove user settings"
+ kdialog --yesno "Do you want to remove Tremulous user settings?" --title "Remove user settings"
if [ "$?" = "0" ]
then
cd /home
Modified: pbibuild/modules/tremulous/pbi.conf
===================================================================
--- pbibuild/modules/tremulous/pbi.conf 2008-01-31 23:38:09 UTC (rev 1289)
+++ pbibuild/modules/tremulous/pbi.conf 2008-02-01 00:54:04 UTC (rev 1290)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list