summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-31 23:58:09 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-31 23:58:09 -0500
commit735e564e50440a4b6ee0c233b43878a49f34a12e (patch)
treea1a3e59c8052817c21cbdda55612facd02941bdf /etc/phpshellsessions
parentab0420ad4c129731400c9b206615e962510cea5e (diff)
downloadpfsense-735e564e50440a4b6ee0c233b43878a49f34a12e.zip
pfsense-735e564e50440a4b6ee0c233b43878a49f34a12e.tar.gz
pkg_add -r git
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index bbf139e..bfab2be 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -21,8 +21,7 @@ unlink_if_exists("/tmp/config.cache");
if(!file_exists("/usr/local/bin/git")) {
echo "Cannot find git, fetching static git...";
- system("fetch -o /usr/local/bin/git http://files.pfsense.org/extras/7/git");
- system("chmod a+rx /usr/local/bin/git");
+ system("pkg_add -r git");
}
# Remove mainline if exists (older)
OpenPOWER on IntegriCloud