User `httpd' on the package-building machine already owns msql's uid 80.
Move msql to 87:87 so that package-building works again. I have an extremely strong suspicion that msql does not need _reserved_ uid:gid's at all, but I can't even fetch the distfile to check...
This commit is contained in:
parent
4906d17595
commit
28ba85b45b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3178
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.104 1998-07-25 20:51:13 hoek Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.105 1998-07-25 21:44:56 hoek Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
@ -1551,7 +1551,7 @@ pop:*:68:6:Post Office Owner (popper):/nonexistent:/nonexistent
|
|||
wnn:*:69:7:Wnn:/nonexistent:/nonexistent
|
||||
ifmail:*:70:66:Ifmail user:/nonexistent:/nonexistent
|
||||
pgsql:*:70:70:PostgreSQL pseudo-user:/usr/local/pgsql:/bin/sh
|
||||
msql:*:80:80:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
|
||||
ircd:*:72:72:IRCd hybrid:/nonexistent:/nonexistent
|
||||
alias:*:81:81:QMail user:/var/qmail/alias:/nonexistent
|
||||
qmaill:*:83:81:QMail user:/var/qmail:/nonexistent
|
||||
qmaild:*:82:81:QMail user:/var/qmail:/nonexistent
|
||||
|
@ -1559,7 +1559,7 @@ qmailq:*:85:82:QMail user:/var/qmail:/nonexistent
|
|||
qmails:*:87:82:QMail user:/var/qmail:/nonexistent
|
||||
qmailp:*:84:81:QMail user:/var/qmail:/nonexistent
|
||||
qmailr:*:86:82:QMail user:/var/qmail:/nonexistent
|
||||
ircd:*:72:72:IRCd hybrid:/nonexistent:/nonexistent
|
||||
msql:*:87:87:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh
|
||||
</verb></tscreen>
|
||||
|
||||
<p>Please send a notice to &a.ports; if you submit or commit a
|
||||
|
|
Loading…
Reference in a new issue