Ports having adduser
Wahlstedt Jyrki
jwa at macports.org
Sat Oct 13 02:45:28 PDT 2012
Hi,
a while ago there was some discussion about adding users. So I checked, and found the following ports:
audio/lastfmsubmitd/Portfile: adduser ${user} gid=${gid} realname=LastFM\ Submit\ Daemon
databases/couchdb-devel/Portfile: adduser ${dbuser} gid=[existsgroup ${dbgroup}]
databases/mysql4/Portfile: adduser mysql gid=${gid} realname=MySQL\ Server
databases/mysql5/Portfile: adduser ${mysqluser} gid=${gid} realname=MySQL\ Server
databases/mysql5-server-devel/Portfile: adduser ${mysqluser} gid=${gid} realname=MySQL\ Server
databases/postgresql7/Portfile: adduser ${dbuser} shell=/bin/sh gid=${gid} \
databases/postgresql80-server/Portfile: adduser ${dbuser} shell=/bin/sh gid=${gid} \
databases/postgresql81-server/Portfile: adduser ${dbuser} shell=/bin/sh gid=${gid} \
databases/postgresql82-server/Portfile: adduser ${dbuser} shell=/bin/sh gid=${gid} \
devel/perforce/Portfile: adduser perforce realname=Perforce\ Server gid=${gid} home=${prefix}/share/perforce shell=/bin/sh
games/jnethack/Portfile: adduser games gid=[existsgroup games]
games/jnethack/Portfile: adduser games gid=[existsgroup games]
genealogy/geneweb/Portfile: adduser ${gwuser} shell=/bin/sh gid=${gid} \
genealogy/geneweb/Portfile: adduser ${gwuser} shell=/bin/sh gid=${gid} \
gnome/gdm/Portfile: adduser gdm gid=[existsgroup gdm] realname=GNOME\ Display\ Manager
java/pulse/Portfile: adduser ${osuser} shell=/bin/sh gid=${gid} home=${dbdir} realname=Pulse\ Server
mail/amavisd-new/Portfile: adduser ${daemon_user} gid=${gid} realname="AMaViS Daemon" home=${amavisd_home}
mail/assp/Portfile: adduser assp gid=${gid} realname=ASSP\ Proxy home=${prefix}/var/assp
mail/assp/Portfile: adduser assp gid=${gid} realname=ASSP\ Proxy home=${prefix}/var/assp
mail/cyrus-imapd/Portfile: adduser cyrus realname=Cyrus\ User uid=${uid} gid=${gid} home=${prefix}/var/imap \
mail/dovecot/Portfile: adduser dovecot gid=${gid} realname=Dovecot
mail/exim/Portfile: adduser ${exim_user} gid=[existsgroup mail]
mail/mailman/Portfile: adduser ${mmuser} gid=[existsgroup ${mmgroup}]
mail/postgrey/Portfile: adduser postgrey realname=Postgrey\ Server
mail/qmail-spamcontrol/Portfile: adduser alias uid=7790 gid=[existsgroup nofiles] realname=Qmail-alias-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/qmail-spamcontrol/Portfile: adduser qmaild uid=7791 gid=[existsgroup nofiles] realname=Qmail-SMTP-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/qmail-spamcontrol/Portfile: adduser qmaill uid=7792 gid=[existsgroup nofiles] realname=Qmail-log-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/qmail-spamcontrol/Portfile: adduser qmailp uid=7793 gid=[existsgroup nofiles] realname=Qmail-password-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/qmail-spamcontrol/Portfile: adduser qmailq uid=7794 gid=[existsgroup qmail] realname=Qmail-queue-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/qmail-spamcontrol/Portfile: adduser qmailr uid=7795 gid=[existsgroup qmail] realname=Qmail-remote-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/qmail-spamcontrol/Portfile: adduser qmails uid=7796 gid=[existsgroup qmail] realname=Qmail-send-user home=${prefix}/var/qmail shell=/usr/bin/true
mail/sqlgrey/Portfile: adduser ${sqlgreyuser} gid=${gid} realname=${name}
mail/vpopmail/Portfile: adduser vpopmail uid=7797 gid=[existsgroup vchkpw] realname=vpopmail home=${prefix}/var/${name} shell=/usr/bin/true
net/avahi/Portfile: adduser avahi gid=[existsgroup avahi] realname=Avahi Service
net/miredo/Portfile: adduser ${miredo_user} gid=[existsgroup ${miredo_group}]
net/moomps/Portfile: adduser moomps
net/munin/Portfile: adduser munin gid=[existsgroup munin]
net/nagios/Portfile: adduser nagios
net/nefu/Portfile: adduser nefu gid=${gid} realname=Nefu\ Monitor home=${prefix}/share/${name}
net/nefu/Portfile: adduser nefu gid=${gid} realname=Nefu\ Monitor home=${prefix}/share/${name}
net/nrpe/Portfile: adduser nagios
net/nsca/Portfile: adduser nagios
net/nsd/Portfile: adduser ${nsduser} gid=${gid} shell=/sbin/nologin \
net/openntpd/Portfile: adduser _ntp gid=${gid} password={\*} uid=[nextuid] \
net/rabbitmq-server/Portfile: adduser ${serveruser} gid=[existsgroup ${servergroup}] realname=RabbitMQ\ Server home=${serverhome}
net/rbldnsd/Portfile: adduser _rbldnsd gid=${gid} realname=rbldnsd home=${prefix}/sbin
net/sendpage/Portfile: adduser sendpage
net/zabbix/Portfile: adduser zabbix
news/leafnode/Portfile: adduser _news gid=_news realname="NEWS Server user"
sysutils/backuppc/Portfile: adduser backuppc gid=${gid} realname=BackupPC
sysutils/fcron/Portfile: adduser fcron shell=/bin/bash gid=${gid} \
sysutils/nut/Portfile: adduser ${userName} gid=${gid}
sysutils/puppet/Portfile: adduser ${puppetuser} gid=${gid} realname=Puppet\ User
textproc/canna/Portfile: adduser canna gid=[existsgroup canna]
textproc/canna/Portfile: adduser canna gid=[existsgroup canna]
www/zope/Portfile: adduser ${zopeuser} gid=[existsgroup ${zopegroup}]
www/zope/Portfile: adduser ${zopeuser} gid=[existsgroup ${zopegroup}]
Some of these ports are more or less obsolete, I recognise old postgresql to be such (new installs don't get those), as well as mysql4/5. So, how many of these ports are active, really?
I ran the same for addgroup, and the same ports appear in that list, too, no surprise there?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20121013/5f2b8add/attachment-0001.html>
More information about the macports-dev
mailing list