summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-31 23:58:38 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-31 23:58:38 -0500
commit4d6244292395178e089e6eede9271d5c8024afbf (patch)
treefdbde4dd44e6ac76e52aa44d753ade7c93adb13b /etc
parentb943e1ac1f3c1dcd528a160e61d62ed91520350f (diff)
downloadpfsense-4d6244292395178e089e6eede9271d5c8024afbf.zip
pfsense-4d6244292395178e089e6eede9271d5c8024afbf.tar.gz
pkg_add -r git
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/cvssync3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index c13e373..aaf7983 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