| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- move any::miscellaneousNetwork() to network::network::proxy_configure()
(and uses the parameter instead of $::o->{miscellaneous})
- move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose()
(and do not export it)
(and uses a parameter instead of $::o->{miscellaneous})
- move network::modem::pppConfig() to network::modem::ppp_choose()
(and change parameter order, and drop unused parameter $intf)
- do not export network::network::write_interface_conf()
(since it is only used locally (?))
- cleanup network::network::write_interface_conf()
(one still needs to pass $::o->{miscellaneous}{track_network_id} more
cleanly, and use run_program::rooted when calling /sbin/ip)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
=> allows to remove the somewhat mythical
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
|
| |
|
| |
|
|
|
|
|
|
|
| |
with nice help from Pixel for the tough Perl part
- move 'use standalone' up in all standalone apps,
to comply to 'explanations'
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
----------------------------------------------------------------------
|
| |
|
| |
|
|
|