]> git.pld-linux.org Git - packages/bootparamd.git/commitdiff
- check if portmapper is running master
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Apr 2007 22:33:31 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootparamd.init -> 1.11

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