Summary: | acct-user/vdr - VDR (VideoDiskRecorder) user | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joerg Bornkessel <hd_brummy> |
Component: | New packages | Assignee: | Joerg Bornkessel <hd_brummy> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | hd_brummy, martin.dummer, vdr |
Priority: | Normal | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 688174 | ||
Attachments: |
new ebuild
metadata file metadata with proxy maintainer ebuild with UID 452, requeste on gentoo-dev ML updated ebuild, without login for user vdr |
Created attachment 595770 [details]
metadata file
RFC for UID/GID assignment already done. See https://archives.gentoo.org/gentoo-dev/message/1c8fa9a10762356b8a468774f77a672a, no objections yet. Also see https://api.gentoo.org/uid-gid.txt Proposed UID+GID for vdr is 452+452 Created attachment 595896 [details]
metadata with proxy maintainer
Created attachment 595898 [details]
ebuild with UID 452, requeste on gentoo-dev ML
Created attachment 600160 [details]
updated ebuild, without login for user vdr
updated ebuild, without login for user vdr
|
Created attachment 595768 [details] new ebuild please add the new package acct-user/vdr this is needed for the next version of media-tv/gentoo-vdr-scripts this will replace the inherit user eclass this will replace the function pkg_setup() { enewgroup vdr # Add user vdr to these groups: # video - accessing dvb-devices # audio - playing sound when using software-devices # cdrom - playing dvds/audio-cds ... enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom } in existing gentoo-vdr-scripts ebuild's