forked from pool/fetchmail
89c1df4b48
- fix [bsc#1194203]: * Always create fetchmail group, even if the user is already present, as a leftover from Leap 15.2 upgrade. This may happen also if user is messing with groups/users directly or upgrading from even an older fetchmail versions. OBS-URL: https://build.opensuse.org/request/show/945812 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=125
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
# Type Name ID GECOS [HOME]
|
|
|
|
# during upgrade from previous versions, the group may
|
|
# have been deleted but the user still be present. Therefore
|
|
# we have to be sure to recreate the group, as adding only
|
|
# the user (if already present) won't create it
|
|
g fetchmail -
|
|
|
|
u fetchmail - "mail retrieval daemon" /var/lib/fetchmail
|
|
m fetchmail fetchmail
|
|
|