rvm / ubuntu_rvm

Ubuntu package for RVM
https://launchpad.net/~rael-gc/+archive/ubuntu/rvm
Apache License 2.0
694 stars 84 forks source link

a lower gid for rvm would be more appropiate #64

Closed smartyjones closed 2 years ago

smartyjones commented 2 years ago

Description

When installing the package on ubuntu, it creates group rvm with the next available groupid in the higher of id's. Mostly it will be 1001. I think it would be more appropiate to use the lower id's and create a group with parameter -r or --system for rvm.

Steps to reproduce

  1. Just install rvm package as described in the README.
  2. cat /etc/group | grep rvm #and check the gid

Expected behavior

  1. Just install rvm package as described in the README.
  2. cat /etc/group | grep rvm #gid is should be in the lower range

Actual behavior

See steps to repoduce

Environment info

This was done on a WSL2 ubuntu20.04.

raelgc commented 2 years ago

Hi @smartyjones, thanks for reporthing issue. I'm glad to know this works on WSL2.

I'm afraid that I cannot help you with this as this repo is only for the Ubuntu package itself and the group creation is performed by rvm installer script.

I.e., probably you should raise this issue on rvm/rvm repo.