Skip to content

Commit

Permalink
packages/entities: fix groupadd on alias and nvpd
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Ruis committed Aug 8, 2021
1 parent dbc6399 commit 587ae24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/entities/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2069,11 +2069,12 @@ packages:
gid: 200
requires: *requires
- category: entity
version: "2"
version: "3"
name: alias
uid: 200
group: false
homedir: "/var/qmail/alias"
groupadd: "nofiles"
shell: "/sbin/nologin"
requires: *requires
- category: entity
Expand Down Expand Up @@ -2186,9 +2187,10 @@ packages:
shell: /sbin/nologin
requires: *requires
- category: entity
version: "1"
version: "2"
name: nvpd
uid: 458
group: false
groupadd: "video"
shell: "/sbin/nologin"
requires: *requires

0 comments on commit 587ae24

Please sign in to comment.