3
0
forked from pool/system-users

Accepting request 863309 from home:kukuk:etc

- system-user-tss.conf: Remove group entry, not needed and did
  contain syntax errors
- remove duplicate group entry:
  - system-user-tftp.conf
  - system-user-uuidd.conf
  - system-user-uucp.conf
  - system-user-uucp.conf
  - system-user-ftp.conf
  - system-user-games.conf
  - system-user-news.conf

OBS-URL: https://build.opensuse.org/request/show/863309
OBS-URL: https://build.opensuse.org/package/show/Base:System/system-users?expand=0&rev=57
This commit is contained in:
Thorsten Kukuk 2021-01-15 11:00:30 +00:00 committed by Git OBS Bridge
parent d202e8b28a
commit 54d42d4e15
9 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
u ftp - "FTP Account" /srv/ftp
g ftp -

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
g games -
u games - "Games account" /var/games

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
u mail - "Mailer daemon" /var/spool/clientmqueue
g mail -

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
g news -
u news - "News system" /etc/news

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
g tftp -
u tftp - "TFTP Account" /srv/tftpboot

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
g tss 98 "TPM device access"
u tss 98 "TSS daemon" /var/lib/tpm

View File

@ -1,4 +1,3 @@
# Type Name ID GECOS [HOME]
g uucp -
u uucp - "Unix-to-Unix CoPy system" /etc/uucp
m uucp lock

View File

@ -1,3 +1,2 @@
# Type Name ID GECOS [HOME]
g uuidd -
u uuidd - "User for uuidd" /var/run/uuidd

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 14 16:30:39 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- system-user-tss.conf: Remove group entry, not needed and did
contain syntax errors
- remove duplicate group entry:
- system-user-tftp.conf
- system-user-uuidd.conf
- system-user-uucp.conf
- system-user-uucp.conf
- system-user-ftp.conf
- system-user-games.conf
- system-user-news.conf
-------------------------------------------------------------------
Fri Jan 8 14:23:45 UTC 2021 - Martin Hauke <mardnh@gmx.de>