diff options
Diffstat (limited to 'package/rpcbind/files')
-rw-r--r-- | package/rpcbind/files/rpcbind.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpcbind/files/rpcbind.postinst b/package/rpcbind/files/rpcbind.postinst index 7d26be995..03bfd0dbc 100644 --- a/package/rpcbind/files/rpcbind.postinst +++ b/package/rpcbind/files/rpcbind.postinst @@ -1,5 +1,5 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf rpcbind +add_rcconf rpcbind NO add_service rpcbind 111/tcp add_service rpcbind 111/udp |