From 0ca049a18af573afab8046e6ee9cd337eeaab4be Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 3 Sep 2008 14:14:19 +0000 Subject: [PATCH] Reduce portmap priority, so that nfs shares specified in fstab can be mouted without timeouts git-svn-id: svn://svn.openwrt.org/openwrt/packages@12516 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/portmap/files/portmap.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/portmap/files/portmap.init b/net/portmap/files/portmap.init index 97ee0d706..c3f44be6e 100644 --- a/net/portmap/files/portmap.init +++ b/net/portmap/files/portmap.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2006-2008 OpenWrt.org -START=40 +START=19 NAME=portmap PROG=/usr/sbin/$NAME DEFAULT=/etc/default/$NAME -- 2.11.0