diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-04 10:36:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-04 10:36:41 +0200 |
commit | 2d7666cde27141b6fd3d4f9d156253324fd56633 (patch) | |
tree | bbbb6d7b237b7b8dd3416c13f045cb766fadc5bb /package/rpcbind/files | |
parent | b02bbc72e9d77922bcbae48fd682aaac66122c44 (diff) |
simplify add_rcconf
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 |