summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2009-04-17 00:23:46 +0200
committerMichael Biebl <mbiebl@gmail.com>2009-04-17 00:23:46 +0200
commite5cdb5bb6a573a36b0c872c889c8b8f25009cc45 (patch)
treedb70436378103fbb52df9ae0f914821c25609246
parent46e3db3d321579217edbea90c1ddf6f98ea1f38b (diff)
Fix typo in have_kms()
The function is correctly called add_parameters. Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524243
-rwxr-xr-xpm/sleep.d/98smart-kernel-video2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/98smart-kernel-video b/pm/sleep.d/98smart-kernel-video
index 6ec301b..911896c 100755
--- a/pm/sleep.d/98smart-kernel-video
+++ b/pm/sleep.d/98smart-kernel-video
@@ -34,7 +34,7 @@ have_kms()
# attempt to run any quirks
[ -d /sys/class/drm/card0/device/graphics/fb0 ] || return 1
remove_all_video_quirks
- add_parameter --quirk-no-chvt
+ add_parameters --quirk-no-chvt
}
have_nvidia()