[PC-BSD Commits] r4227 - in pbibuild/modules/network/ekiga: . kmenu-dir overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 13 10:43:04 PDT 2009
Author: kris
Date: 2009-07-13 10:43:03 -0700 (Mon, 13 Jul 2009)
New Revision: 4227
Modified:
pbibuild/modules/network/ekiga/kmenu-dir/ekiga
pbibuild/modules/network/ekiga/overlay-dir/bin/ekiga.sh
pbibuild/modules/network/ekiga/pbi.conf
Log:
Fixed up some bugs in ekiga
Modified: pbibuild/modules/network/ekiga/kmenu-dir/ekiga
===================================================================
--- pbibuild/modules/network/ekiga/kmenu-dir/ekiga 2009-07-13 17:35:55 UTC (rev 4226)
+++ pbibuild/modules/network/ekiga/kmenu-dir/ekiga 2009-07-13 17:43:03 UTC (rev 4227)
@@ -3,7 +3,7 @@
ExeDescr: Ekiga
ExeNoDesktop: 0
ExeNoMenu: 0
-ExeRunRoot: 1
+ExeRunRoot: 0
ExeRunShell: 0
ExeNotify: 1
ExeLink: 0
Modified: pbibuild/modules/network/ekiga/overlay-dir/bin/ekiga.sh
===================================================================
--- pbibuild/modules/network/ekiga/overlay-dir/bin/ekiga.sh 2009-07-13 17:35:55 UTC (rev 4226)
+++ pbibuild/modules/network/ekiga/overlay-dir/bin/ekiga.sh 2009-07-13 17:43:03 UTC (rev 4227)
@@ -3,7 +3,7 @@
PROGDIR=CHANGEME
-ps -uwwx | grep -v grep | grep gconfd-2 >/dev/null 2>/dev/null
+ps -auwwx | grep -v grep | grep gconfd-2 >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
killall -9 gconfd-2 >/dev/null 2>/dev/null
Modified: pbibuild/modules/network/ekiga/pbi.conf
===================================================================
--- pbibuild/modules/network/ekiga/pbi.conf 2009-07-13 17:35:55 UTC (rev 4226)
+++ pbibuild/modules/network/ekiga/pbi.conf 2009-07-13 17:43:03 UTC (rev 4227)
@@ -32,7 +32,7 @@
# 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="01"
PBIAUTOPOPULATE="YES"
export PBIAUTOPOPULATE
More information about the Commits
mailing list