diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-14 16:13:13 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-14 16:13:13 -0700 |
commit | 5a730e5833b85876cb1e3f6f47ff49d94bb24768 (patch) | |
tree | 147f38667af5947293029f894ed84e50be0d250b /etc | |
parent | bba82193be7225c078e007c99a1537b68ba68bb1 (diff) | |
download | vyatta-cfg-5a730e5833b85876cb1e3f6f47ff49d94bb24768.tar.gz vyatta-cfg-5a730e5833b85876cb1e3f6f47ff49d94bb24768.zip |
Have init reread inittab after config
Need to have init re-read configuration but only after Vyatta
config (to avoid dropping serial login)
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-router | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index d355ca3..4f10f3a 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -202,6 +202,7 @@ start () load_acpi_cpufreq cleanup_raid + telinit q bind_mount_boot chmod g-w,o-w / |