diff options
| author | Kim <kim.sidney@gmail.com> | 2017-11-03 09:07:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-03 09:07:14 +0100 |
| commit | e405a05d0a255a9f4d1d75b0462fae8e1756703e (patch) | |
| tree | 350f4e5553d1334fa5a246d53483a2b4e66009f4 /scripts/system/vyatta_update_console.pl | |
| parent | 5333de74083111c23c7b8fb517d9924ba8afb9fd (diff) | |
| parent | 67747479b2f6d4998687f5e7eec5c5923d913124 (diff) | |
| download | vyatta-cfg-system-e405a05d0a255a9f4d1d75b0462fae8e1756703e.tar.gz vyatta-cfg-system-e405a05d0a255a9f4d1d75b0462fae8e1756703e.zip | |
Merge pull request #65 from c-po/bugfixes
Bugfixes
Diffstat (limited to 'scripts/system/vyatta_update_console.pl')
| -rwxr-xr-x | scripts/system/vyatta_update_console.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/system/vyatta_update_console.pl b/scripts/system/vyatta_update_console.pl index 93f6a232..19937060 100755 --- a/scripts/system/vyatta_update_console.pl +++ b/scripts/system/vyatta_update_console.pl @@ -16,8 +16,7 @@ # # **** End License **** -# Update console configuration in /etc/inittab and grub -# based on Vyatta configuration +# Update console configuration in systemd and grub based on Vyatta configuration use strict; use warnings; |
