[PC-BSD Commits] r893 - in pcbsd/branches/1.4: PCBSDUpdater system-overlay/PCBSD/bin system-overlay/PCBSD/packages
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 14 09:38:09 PST 2007
Author: kris
Date: 2007-11-14 09:38:08 -0800 (Wed, 14 Nov 2007)
New Revision: 893
Modified:
pcbsd/branches/1.4/PCBSDUpdater/PCBSDUpdater.pro
pcbsd/branches/1.4/system-overlay/PCBSD/bin/PCBSDUpdater
pcbsd/branches/1.4/system-overlay/PCBSD/packages/nvidia-driver-100.14.19.tbz
pcbsd/branches/1.4/system-overlay/PCBSD/packages/nvidia-driver-71.86.01.tbz
pcbsd/branches/1.4/system-overlay/PCBSD/packages/nvidia-driver-96.43.01.tbz
Log:
Updated the PCBSDUpdater script to remove ^M characters, which causes
a problem updating. Also fixed the .pro file to include error.png
NVIDIA driver also needed to be committed to the 1.4.1 update
Modified: pcbsd/branches/1.4/PCBSDUpdater/PCBSDUpdater.pro
===================================================================
--- pcbsd/branches/1.4/PCBSDUpdater/PCBSDUpdater.pro 2007-11-13 23:15:21 UTC (rev 892)
+++ pcbsd/branches/1.4/PCBSDUpdater/PCBSDUpdater.pro 2007-11-14 17:38:08 UTC (rev 893)
@@ -13,6 +13,7 @@
IMAGES = images/ktalkd.png \
done.png \
+ error.png \
working.png
TRANSLATIONS = PCBSDUpdater_en.ts
Modified: pcbsd/branches/1.4/system-overlay/PCBSD/bin/PCBSDUpdater
===================================================================
--- pcbsd/branches/1.4/system-overlay/PCBSD/bin/PCBSDUpdater 2007-11-13 23:15:21 UTC (rev 892)
+++ pcbsd/branches/1.4/system-overlay/PCBSD/bin/PCBSDUpdater 2007-11-14 17:38:08 UTC (rev 893)
@@ -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 $@
Modified: pcbsd/branches/1.4/system-overlay/PCBSD/packages/nvidia-driver-100.14.19.tbz
===================================================================
(Binary files differ)
Modified: pcbsd/branches/1.4/system-overlay/PCBSD/packages/nvidia-driver-71.86.01.tbz
===================================================================
(Binary files differ)
Modified: pcbsd/branches/1.4/system-overlay/PCBSD/packages/nvidia-driver-96.43.01.tbz
===================================================================
(Binary files differ)
More information about the Commits
mailing list