Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
2e33879a
Commit
2e33879a
authored
Jan 02, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firmware: fix and tweak wording of `up to'; clean up license foo while there
parent
34a9a200
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
19 deletions
+8
-19
interfaces.inc
src/etc/inc/interfaces.inc
+2
-14
system_firmware_check.php
src/www/system_firmware_check.php
+2
-2
system_information.widget.php
src/www/widgets/widgets/system_information.widget.php
+4
-3
No files found.
src/etc/inc/interfaces.inc
View file @
2e33879a
...
...
@@ -2,14 +2,8 @@
/*
Copyright (C) 2004-2008 Scott Ullrich
Copyright (C) 2008-2009 Ermal Lu?i
All rights reserved.
function interfaces_wireless_configure is
Copyright (C) 2008-2009 Ermal Luçi
Copyright (C) 2005 Espen Johansen
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
@@ -33,12 +27,6 @@
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
pfSense_BUILDER_BINARIES: /sbin/dhclient /bin/sh /usr/bin/grep /usr/bin/xargs /usr/bin/awk /usr/local/sbin/choparp
pfSense_BUILDER_BINARIES: /sbin/ifconfig /sbin/route /usr/sbin/ngctl /usr/sbin/arp /bin/kill /usr/local/sbin/mpd5
pfSense_BUILDER_BINARIES: /usr/local/sbin/dhcp6c
pfSense_MODULE: interfaces
*/
/* include all configuration functions */
...
...
@@ -1896,7 +1884,7 @@ EOD;
else
interface_setup_pppoe_reset_file
(
$ppp
[
'if'
]);
}
/* wait for upto 10 seconds for the interface to appear (ppp(oe)) */
/* wait for up
to 10 seconds for the interface to appear (ppp(oe)) */
$i
=
0
;
while
(
$i
<
10
)
{
exec
(
"/sbin/ifconfig "
.
escapeshellarg
(
$ppp
[
'if'
])
.
" 2>&1"
,
$out
,
$ret
);
...
...
src/www/system_firmware_check.php
View file @
2e33879a
<?php
/* $Id$ */
/*
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2008 Scott Ullrich <sullrich@gmail.com>
...
...
@@ -207,7 +207,7 @@ include("head.inc");
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
function
checkupdate
()
{
jQuery
(
'
#updatestatus
'
).
html
(
'
<span class="text-info">Updating.... (
takes up
to 30 seconds) </span>
'
);
jQuery
(
'
#updatestatus
'
).
html
(
'
<span class="text-info">Updating.... (
may take up
to 30 seconds) </span>
'
);
jQuery
.
ajax
({
type
:
"
POST
"
,
url
:
'
/system_firmware_check.php
'
,
...
...
src/www/widgets/widgets/system_information.widget.php
View file @
2e33879a
<?php
/*
Copyright (C) 2014 Deciso B.V.
Copyright 2007 Scott Dale
Copyright (C) 2014 Deciso B.V.
Copyright
(C)
2007 Scott Dale
Copyright (C) 2004-2005 T. Lechat <dev@lechat.org>, Manuel Kasper <mk@neon1.net>
and Jonathan Watt <jwatt@jwatt.org>.
All rights reserved.
...
...
@@ -314,7 +315,7 @@ $filesystems = get_mounted_filesystems();
jQuery
(
'
#uname
'
).
html
(
"
<?php
echo
php_uname
(
"a"
);
?>
"
);
}
function
checkupdate
()
{
jQuery
(
'
#updatestatus
'
).
html
(
'
<span class="text-info">Updating.... (
takes up
to 30 seconds) </span>
'
);
jQuery
(
'
#updatestatus
'
).
html
(
'
<span class="text-info">Updating.... (
may take up
to 30 seconds) </span>
'
);
jQuery
.
ajax
({
type
:
"
POST
"
,
url
:
'
/widgets/widgets/system_information.widget.php
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment