summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-30 00:37:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-30 00:37:31 +0000
commit34e3986b5e2be1a7ee9a27a3e99e9b6c01ec7602 (patch)
tree47d0edb3a0b49552d11bed6504ce2c967dc9d468 /etc/phpshellsessions
parent704c6182acf4f5c18fc9bdc5451d3d549385a422 (diff)
downloadpfsense-34e3986b5e2be1a7ee9a27a3e99e9b6c01ec7602.zip
pfsense-34e3986b5e2be1a7ee9a27a3e99e9b6c01ec7602.tar.gz
Update to 7 binaries
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 9520b04..09b753f 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -27,12 +27,12 @@ unlink_if_exists("/tmp/config.cache");
if(!file_exists("/usr/local/bin/cvsup")) {
echo "Cannot find cvsup, pkg_add in progress...";
- system("/usr/sbin/pkg_add -r http://files.pfsense.org/packages/All/cvsup-without-gui-16.1h_2.tbz");
+ system("/usr/sbin/pkg_add -r cvsup-without-gui");
}
if(!file_exists("/usr/bin/cvs")) {
echo "Cannot find cvs, fetching static cvs...";
- system("fetch -o /usr/bin/cvs http://www.pfsense.com/~sullrich/extra/cvs");
+ system("fetch -o /usr/bin/cvs http://files.pfsense.org/extras/7/cvs");
system("chmod a+rx /usr/bin/cvs");
}
OpenPOWER on IntegriCloud