Use qmail gid 82 (instead of 80).

Suggested-by:	asami's package-building machine
This commit is contained in:
Tim Vanderhoek 1998-07-25 20:05:53 +00:00
parent 8e9ae80248
commit fd50a5e48f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12122

View file

@ -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);