nfs-utils.postinst 296 B

1234567891011
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. add_rcconf nfs NO
  4. add_service nfs 2049/tcp
  5. add_service nfs 2049/udp
  6. gid=$(get_next_gid)
  7. add_group nfs $gid
  8. add_user nfs $(get_next_uid) $gid /var/lib/nfs
  9. gid=$(get_next_gid)
  10. add_group nfsnobody $gid
  11. add_user nfsnobody $(get_next_uid) $gid /var/lib/nfs