]> git.pld-linux.org Git - packages/apmd.git/blobdiff - apmd.init
- cleaning
[packages/apmd.git] / apmd.init
index 8b7c65204db52ebc4a37e47147c0c2f3e28e82f8..b662556468bb6d2950f92eb1e3eb306b40fdef56 100644 (file)
--- a/apmd.init
+++ b/apmd.init
@@ -11,7 +11,7 @@
 . /etc/rc.d/init.d/functions
 
 if [ ! -f /proc/apm ]; then  
-       modprobe apm && nls "No kernel APM support!"; exit 1
+       modprobe apm && echo $(nls "No kernel APM support")'!'; exit 1
 fi
 
 CONFIG=/etc/sysconfig/apmd
This page took 0.24239 seconds and 4 git commands to generate.