[PC-BSD Commits] r1292 - in pbibuild/modules/wireshark: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 31 16:57:20 PST 2008
Author: gonzalo
Date: 2008-01-31 16:57:20 -0800 (Thu, 31 Jan 2008)
New Revision: 1292
Modified:
pbibuild/modules/wireshark/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/wireshark/pbi.conf
Log:
Wireshark removescript fixed
Modified: pbibuild/modules/wireshark/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/wireshark/overlay-dir/PBI.RemoveScript.sh 2008-02-01 00:56:00 UTC (rev 1291)
+++ pbibuild/modules/wireshark/overlay-dir/PBI.RemoveScript.sh 2008-02-01 00:57:20 UTC (rev 1292)
@@ -35,7 +35,7 @@
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
- kdialog --yesno "Do you want to remove Wireshark user settings and temporal files?" --title "Remove user settings"
+ kdialog --yesno "Do you want to remove Wireshark user settings?" --title "Remove user settings"
if [ "$?" = "0" ]
then
cd /home
Modified: pbibuild/modules/wireshark/pbi.conf
===================================================================
--- pbibuild/modules/wireshark/pbi.conf 2008-02-01 00:56:00 UTC (rev 1291)
+++ pbibuild/modules/wireshark/pbi.conf 2008-02-01 00:57:20 UTC (rev 1292)
@@ -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