]> git.pld-linux.org Git - packages/xinetd.git/blobdiff - xinetd.inet.sh
- rel 5
[packages/xinetd.git] / xinetd.inet.sh
index 0947bd36747f34fd0027d059788f631733e97a81..49ad73929b18ce1b4086a5f6404d07abe889acbf 100644 (file)
@@ -105,6 +105,9 @@ parse_one_service()
                        ;;
                esac
        done
+       if [ "${FAMILY:-not}" != "not" ]; then
+               XFLAGS="$XFLAGS $FAMILY"
+       fi
        [ "${XFLAGS:-n}" = "n" ]        || echo "       flags           =$XFLAGS"
 
        [ "${INTERFACE:-n}" = "n" ]     || echo "       bind            = $INTERFACE"
This page took 0.05468 seconds and 4 git commands to generate.