]> git.pld-linux.org Git - packages/fam.git/blobdiff - fam.init
- typo
[packages/fam.git] / fam.init
index 7951c8cbbc9a2cd1f0075128f50f469f49982d32..a3db612e4d4ddd86a2f07c4129e0cac7cc6e6a93 100644 (file)
--- a/fam.init
+++ b/fam.init
@@ -30,6 +30,10 @@ else
        exit 0
 fi
 
+if [ "$1" != "stop" ]; then
+       check_portmapper || { nls "Error: portmap isn't running" && exit 0; }
+fi
+
 start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/famd ]; then
This page took 0.094144 seconds and 4 git commands to generate.