diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-09-01 22:00:59 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-09-01 22:00:59 +0200 |
| commit | 246dad88404e33c54177c5a6bc4c8ead5f62299a (patch) | |
| tree | 3183c738167cb762b6d32ea1983d35f395055915 | |
| parent | c406852a0288f598a74a86cde553790f6a85537f (diff) | |
| download | vyatta-cfg-system-246dad88404e33c54177c5a6bc4c8ead5f62299a.tar.gz vyatta-cfg-system-246dad88404e33c54177c5a6bc4c8ead5f62299a.zip | |
Revert "init: refresh Kernel module dependencies"
This reverts commit c406852a0288f598a74a86cde553790f6a85537f.
| -rwxr-xr-x | scripts/rl-system.init | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 0acd6c61..b4bf7123 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -215,9 +215,6 @@ start () { # remove any interface stat clears rm -f /var/run/vyatta/*.stats - - # Refresh Kernel module dependencies - depmod -a } case "$ACTION" in |
