[PC-BSD Commits] r2887 - in pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components: . filezilla
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 9 10:43:29 PDT 2008
Author: kris
Date: 2008-10-09 10:43:29 -0700 (Thu, 09 Oct 2008)
New Revision: 2887
Added:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/component.cfg
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/component.png
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/install.sh
Log:
Added filezilla to CD3 PBIs
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/component.cfg
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/gimp/component.cfg 2008-10-09 17:11:02 UTC (rev 2881)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/component.cfg 2008-10-09 17:43:29 UTC (rev 2887)
@@ -1,3 +1,3 @@
-# Gimp component file
-name: Gimp
-description: Powerful photo and image editor
+# Filezilla component file
+name: FileZilla
+description: Powerful FTP, FTPS and SFTP client
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/install.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/gimp/install.sh 2008-10-09 17:11:02 UTC (rev 2881)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/Components/filezilla/install.sh 2008-10-09 17:43:29 UTC (rev 2887)
@@ -12,14 +12,14 @@
if [ -e "/tmp/networkURL" ]
then
cd ${FSMNT}/tmp/components
- ${FETCHCMD} ${NETPATH}/PBI/${GIMPPBI}
+ ${FETCHCMD} ${NETPATH}/PBI/${FILEZILLAPBI}
else
- cp /cdmnt/PBI/${GIMPPBI} /mnt/tmp/components/
+ cp /cdmnt/PBI/${FILEZILLAPBI} /mnt/tmp/components/
fi
# Make our install script
echo '#!/bin/sh
-ls /Programs/Gimp* >/dev/null 2>/dev/null
+ls /Programs/Filezilla* >/dev/null 2>/dev/null
if [ "$?" != "0" ]
then
cd /tmp/components/
More information about the Commits
mailing list