diff options
| author | spwhitton <spwhitton@web> | 2015-11-25 05:08:18 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-11-25 05:08:18 +0000 |
| commit | 7e03e4b7a4060fa75de361339a90ed6c053c6be9 (patch) | |
| tree | aaea0554224010306bb12bcb9a41606e3e3dc22e | |
| parent | 41884ae8eb4c80293d417352a0381cfaddad3b97 (diff) | |
User.hasDesktopGroups bug report
| -rw-r--r-- | doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn b/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn new file mode 100644 index 00000000..558582ab --- /dev/null +++ b/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn @@ -0,0 +1,5 @@ +The new `User.hasDesktopGroups` tries to add a user to the group `debian-tor` which fails if this group does not exist. + +What package creates this group? If someone could let me know that, I will patch `User.hasDesktopGroups` to only try to add a user to `debian-tor` if `Apt.isInstalled "blah"` is true. + +Or perhaps Joey added this group because this group exists by default on Debian Unstable. If so then a check can be inserted for that. |
