]> git.pld-linux.org Git - packages/fbset.git/commitdiff
- but still allow usage to be displayed
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Dec 2006 18:21:07 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbset.init -> 1.31

fbset.init

index c94858d8df7032e7e434be58128aab8d0a8a5c4b..9f4ccae9a0bbef847bbf13549ff92dbefbb13a42 100644 (file)
@@ -16,7 +16,11 @@ if [ -f /etc/sysconfig/fbset ]; then
 fi
 
 if [ -z "${FBMODULE}" ]; then
-       exit 0
+       case "$1" in
+       start|stop|restart|force-reload)
+               exit 0
+               ;;
+       esac
 fi
 
 # Source function library
This page took 0.075312 seconds and 4 git commands to generate.