[PC-BSD Commits] r894 - in pcbsd/trunk: PCBSDUpdater system-overlay/PCBSD/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 14 09:46:12 PST 2007
Author: kris
Date: 2007-11-14 09:46:12 -0800 (Wed, 14 Nov 2007)
New Revision: 894
Modified:
pcbsd/trunk/PCBSDUpdater/PCBSDUpdater.pro
pcbsd/trunk/system-overlay/PCBSD/bin/PCBSDUpdater
Log:
Applied same updates to teh PCBSDUpdater as in 1.4
Modified: pcbsd/trunk/PCBSDUpdater/PCBSDUpdater.pro
===================================================================
--- pcbsd/trunk/PCBSDUpdater/PCBSDUpdater.pro 2007-11-14 17:38:08 UTC (rev 893)
+++ pcbsd/trunk/PCBSDUpdater/PCBSDUpdater.pro 2007-11-14 17:46:12 UTC (rev 894)
@@ -13,6 +13,7 @@
IMAGES = images/ktalkd.png \
done.png \
+ error.png \
working.png
TRANSLATIONS = PCBSDUpdater_en.ts
Modified: pcbsd/trunk/system-overlay/PCBSD/bin/PCBSDUpdater
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/bin/PCBSDUpdater 2007-11-14 17:38:08 UTC (rev 893)
+++ pcbsd/trunk/system-overlay/PCBSD/bin/PCBSDUpdater 2007-11-14 17:46:12 UTC (rev 894)
@@ -1,4 +1,4 @@
-#!/bin/sh
-. /PCBSD/LANGS/PCBSDLANG >/dev/null 2>/dev/null
-LD_LIBRARY_PATH="/usr/local/MyPrograms/.libs/"; export LD_LIBRARY_PATH
-/PCBSD/bin/PCBSDUpdater-bin $@
+#!/bin/sh
+. /PCBSD/LANGS/PCBSDLANG >/dev/null 2>/dev/null
+LD_LIBRARY_PATH="/usr/local/MyPrograms/.libs/"; export LD_LIBRARY_PATH
+/PCBSD/bin/PCBSDUpdater-bin $@
More information about the Commits
mailing list