mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use qmail gid 82 (instead of 80).
Suggested-by: asami's package-building machine
This commit is contained in:
parent
8e9ae80248
commit
fd50a5e48f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12122
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if ($ARGV[1] eq "POST-INSTALL") {
|
|||
'qmailq', "qmail", 'qmailr', "qmail", 'qmails', "qmail");
|
||||
# daemon, local, pop, queue, remote, deliver, respectively.
|
||||
# alias is a special case above...
|
||||
%gids = ("qmail", 80, "qnofiles", 81);
|
||||
%gids = ("qmail", 82, "qnofiles", 81);
|
||||
%uids = ('alias', 81, 'qmaild', 82, 'qmaill', 83, 'qmailp', 84, 'qmailq', 85,
|
||||
'qmailr', 86, 'qmails', 87);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue