mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ticket #1678 fixes
This commit is contained in:
parent
81741179f1
commit
2b06594347
@ -36,6 +36,11 @@ if(!file_exists("/usr/bin/cvs")) {
|
||||
system("chmod a+rx /usr/bin/cvs");
|
||||
}
|
||||
|
||||
if(!file_exists("/usr/bin/cvs") or !file_exists("/usr/local/bin/cvsup")) {
|
||||
echo "Could not fetch cvs or cvsup. exiting.";
|
||||
exit;
|
||||
}
|
||||
|
||||
global $argv;
|
||||
global $command_split;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user