]> git.pld-linux.org Git - packages/bootparamd.git/blobdiff - bootparamd.init
- check if portmapper is running
[packages/bootparamd.git] / bootparamd.init
index 66c3c1c19badfe1366121c49e174b1d07490ed9a..e809028133cc250c0f85d85b9ca12812f8f69c42 100644 (file)
@@ -23,6 +23,10 @@ else
        exit 0
 fi
 
+if [ "$1" != "stop" ]; then
+       check_portmapper || { nls "Error: portmap isn't running" && exit 0; }
+fi
+
 RETVAL=0
 # See how we were called.
 case "$1" in
This page took 0.066507 seconds and 4 git commands to generate.