]> git.pld-linux.org Git - packages/dlm.git/commitdiff
Use 'modprobe -q' instead of 2>/dev/null
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 2 Nov 2012 07:36:42 +0000 (08:36 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Fri, 2 Nov 2012 07:36:42 +0000 (08:36 +0100)
dlm.init

index e516fd6dd6b42a1e8be391a54ecba20921a5cb12..c948e8a2d164b43c535665789f65d8f643facfda 100644 (file)
--- a/dlm.init
+++ b/dlm.init
@@ -13,7 +13,7 @@ DLM_CONTROLD_OPTS=""
 [ -f /etc/sysconfig/dlm ] && . /etc/sysconfig/dlm
 
 setup() {
-       modprobe dlm > /dev/null 2>&1
+       /sbin/modprobe -q dlm
        mount -t configfs none /sys/kernel/config > /dev/null 2>&1
 }
 
This page took 0.067091 seconds and 4 git commands to generate.