index
:
initscripts
distro/mga
distro/mga3
master
user/colin/update-to-9-50
Mageia fork of Fedora's Init Scripts
Colin Guthrie [colin]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rc.d
/
init.d
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repository scheme updated to new layout
David Kaspar [Dee'Kej]
2018-05-30
1
-259
/
+0
*
network.service: 'reload' removed
David Kaspar [Dee'Kej]
2018-04-26
1
-2
/
+2
*
network: add knob to optionally keep interfaces up during shutdown (#154)
Davide Cavalca
2017-12-04
1
-0
/
+9
*
network: don't put down network when /usr is remote-fs
Lukas Nykryn
2016-11-01
1
-6
/
+3
*
network: remove tabs and fix spacing
Davide Cavalca
2016-10-12
1
-202
/
+202
*
network: unset NM_CONTROLLED
Lukas Nykryn
2016-09-12
1
-1
/
+1
*
network: run after network-pre.target
Lukas Nykryn
2016-07-13
1
-1
/
+1
*
network: Treat other tunnel interfaces, fixes ifdown stage
Rodrigo Freire
2016-03-08
1
-2
/
+2
*
network: modem type interfaces should explicitly start after and stop before ...
Lukas Nykryn
2015-05-25
1
-2
/
+2
*
network: tell NM to reload its configuration during start
Lukas Nykryn
2015-05-11
1
-0
/
+5
*
network: report that we can't shut down network for root on netfs
Lukas Nykryn
2015-02-27
1
-3
/
+2
*
network: tell nm to wake the slaves
Lukas Nykryn
2014-07-24
1
-1
/
+2
*
network: detect if / is on netfs
Lukas Nykryn
2014-04-01
1
-0
/
+2
*
network: try to not compete with NM during boot
Lukas Nykryn
2014-03-11
1
-1
/
+1
*
Delete IPX support.
Bill Nottingham
2014-01-15
1
-20
/
+0
*
don't care about network filesystems
Lukas Nykryn
2013-07-26
1
-9
/
+0
*
Clear DEVICE and TYPE variables before every iteration (#902463)
Václav Pavlín
2013-01-22
1
-2
/
+1
*
Clear DEVICE and TYPE variables after using them in cycle (#902463)
Václav Pavlín
2013-01-22
1
-0
/
+2
*
Drop more unused functions, and drop old s-c-n profile support directories.
Bill Nottingham
2012-08-06
1
-10
/
+0
*
Tweak wording.
Bill Nottingham
2012-04-23
1
-1
/
+1
*
Drop net-tools requirement; check for /sbin/route before calling legacy stati...
Bill Nottingham
2012-04-20
1
-3
/
+7
*
Make sure there's no headings in the findmnt output.
Bill Nottingham
2012-03-09
1
-1
/
+1
*
Add cifs to check for network filesystem (#760018).
Bill Nottingham
2011-12-14
1
-4
/
+2
*
Be less picky about ifcfg file names. (#742276)
Bill Nottingham
2011-09-30
1
-2
/
+2
*
VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475)
Bill Nottingham
2011-05-12
1
-4
/
+4
*
Use LC_ALL=C when calling sed. (https://bugs.mageia.org/show_bug.cgi?id=1216,...
Bill Nottingham
2011-05-10
1
-3
/
+3
*
Use net_log where appropriate.
Bill Nottingham
2011-03-25
1
-1
/
+1
*
Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ...
Bill Nottingham
2011-02-28
1
-2
/
+2
*
add # as a valid character in network device names
Matt Domsch
2010-12-17
1
-1
/
+1
*
Remove extraneous newline.
Bill Nottingham
2010-05-20
1
-1
/
+0
*
use ip command for vlan instead of vconfig
Petr Lautrbach
2010-05-13
1
-7
/
+1
*
Only blacklist the original loopback interface. (#579816, <evgsyr@gmail.com>)
Bill Nottingham
2010-04-06
1
-1
/
+2
*
Don't quote regex argument to bash's =~.
Ville Skyttä
2010-01-25
1
-1
/
+1
*
Eliminate bunch of unnecessary stat calls and command invocations.
Ville Skyttä
2010-01-12
1
-1
/
+1
*
Get rid of uses of deprecated egrep and fgrep.
Ville Skyttä
2010-01-12
1
-7
/
+7
*
Simplify various string match constructs.
Ville Skyttä
2010-01-07
1
-1
/
+1
*
We don't echo when we *set* forwarding; there's no reason to echo when we dis...
Bill Nottingham
2010-01-06
1
-7
/
+1
*
ip_always_defrag was removed in the *2.4* kernel.
Bill Nottingham
2010-01-06
1
-5
/
+0
*
Keep error codes limited to '1'. (#537841)
Bill Nottingham
2009-11-17
1
-3
/
+3
*
More random return code fixes.
Bill Nottingham
2009-09-29
1
-1
/
+2
*
Various initscript guideline fixes. (#524489)
Bill Nottingham
2009-09-21
1
-3
/
+5
*
Don't call a function that doesn't actually do anything.
Bill Nottingham
2009-08-21
1
-5
/
+0
*
Use $() instead of `` for process expansion.
Bill Nottingham
2009-07-30
1
-6
/
+6
*
Use a leading path marker when sourcing files. (#482826)
Bill Nottingham
2009-01-28
1
-1
/
+1
*
Bring up ipsec interfaces last. (#481733)
Bill Nottingham
2009-01-27
1
-8
/
+16
*
Return success/failure correctly from start/stop. (#480677)
Bill Nottingham
2009-01-20
1
-1
/
+7
*
Tweak return codes (#242912)
Bill Nottingham
2008-11-26
1
-2
/
+2
*
Add some LSB description stuff. (#225900)
Bill Nottingham
2008-09-30
1
-0
/
+2
*
https://bugzilla.redhat.com/show_bug.cgi?id=433702
Harald Hoyer
2008-09-16
1
-1
/
+1
*
Disable by default in favor of NetworkManager.
Bill Nottingham
2008-03-10
1
-1
/
+1
[next]