diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-14 16:49:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-14 16:49:42 -0700 |
commit | 4f57670b420b779484659a013e67d17976f99723 (patch) | |
tree | 10f9aefa75a954f0fed7a52f50a86a1637897cc9 /scripts/rl-system.init | |
parent | 1da0095f4155100887a98638f3a9d78ff94b82c0 (diff) | |
download | vyatta-cfg-system-4f57670b420b779484659a013e67d17976f99723.tar.gz vyatta-cfg-system-4f57670b420b779484659a013e67d17976f99723.zip |
Add better control over console screen blanker
By default, turn console screenblanking off.
If user wants to enable it, they can use:
set system console powersave
Diffstat (limited to 'scripts/rl-system.init')
-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 d8abbf01..0e8d23d8 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -203,9 +203,6 @@ start () { update_version_info - # Turn off console screen blanker - setterm -blank 0 -powersave off -powerdown 0 </dev/console >/dev/console 2>&1 - # Clear out login banner changes for f in /etc/issue /etc/issue.net /etc/motd do |