diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 21:28:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 21:28:31 +0200 |
commit | 17ee2641795348e935c1046383b51c1c939a6b1a (patch) | |
tree | bffbf2ca491e51cd0d23b99ad1a7eee44341d94a /package/nfs-utils/files/nfs-utils.postinst | |
parent | 094896b78cc365530bd62c06d05acd3fe92c1c6d (diff) |
rework nfs-utils package
Diffstat (limited to 'package/nfs-utils/files/nfs-utils.postinst')
-rw-r--r-- | package/nfs-utils/files/nfs-utils.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/nfs-utils/files/nfs-utils.postinst b/package/nfs-utils/files/nfs-utils.postinst index 28b2a12b3..3cd85b088 100644 --- a/package/nfs-utils/files/nfs-utils.postinst +++ b/package/nfs-utils/files/nfs-utils.postinst @@ -1,6 +1,5 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf nfs NO add_service nfs 2049/tcp add_service nfs 2049/udp gid=$(get_next_gid) |