]> git.pld-linux.org Git - packages/apmd.git/commitdiff
- cleaning
authorankry <ankry@pld-linux.org>
Sun, 4 May 2003 20:17:12 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apmd.init -> 1.9

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.053849 seconds and 4 git commands to generate.