Friday, March 10, 2023

sync user.list with reality

Hey,

This morning I saw the removal of kibana and elasticsearch but I
noticed there were no change for user.list. I began to craft a diff and
then I realize games/hedgewars wasn't commented out either.

I wrote a basic shell script to check whether the 'port' is a directory
indeed. Here's my attempt to fix it. I commented out users for removed
ports and fixed the 'port' otherwise.

Comments? OK?

Cheers,
Daniel

Index: infrastructure/db/user.list
===================================================================
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.423
diff -u -p -r1.423 user.list
--- infrastructure/db/user.list 5 Mar 2023 15:56:56 -0000 1.423
+++ infrastructure/db/user.list 10 Mar 2023 17:52:38 -0000
@@ -48,7 +48,7 @@ id user group port
537 _maradns _maradns net/maradns
538 _vilter _vilter mail/smtp-vilter
539 _clamav _clamav security/clamav
-540 _dspam _dspam mail/dspam
+#540 _dspam _dspam mail/dspam
541 _cups _cups print/cups, print/hplip
542 _flowd _flowd net/flowd
543 _cyrus _cyrus mail/cyrus-imapd
@@ -162,7 +162,7 @@ id user group port
651 _mirmon _mirmon net/mirmon
652 _collectd _collectd sysutils/collectd
653 _pgbouncer _pgbouncer databases/pgbouncer
-654 _spectrum _spectrum net/spectrum
+#654 _spectrum _spectrum net/spectrum
655 _minbif _minbif net/minbif
#656 _mediatomb _mediatomb multimedia/mediatomb
#657 _ircd-seven _ircd-seven net/ircd-seven
@@ -175,7 +175,7 @@ id user group port
664 _mdnsd _mdnsd net/openmdns
#665 _hgd _hgd audio/hgd
666 _dovenull _dovenull mail/dovecot
-667 _icinga _icinga net/icinga/core
+667 _icinga _icinga net/icinga/core2
668 _jenkins _jenkins devel/jenkins
669 _rsync _rsync net/rsync
670 _mongodb _mongodb databases/mongodb
@@ -210,7 +210,7 @@ id user group port
#699 _mozsync _mozsync www/mozilla-sync
700 _yubiserve _yubiserve security/yubiserve
701 _polkitd _polkitd sysutils/polkit
-702 _riak _riak databases/riak
+#702 _riak _riak databases/riak
703 _ngircd _ngircd net/ngircd
704 _gophernicus _gophernicus net/gophernicus
705 _minidlna _minidlna multimedia/minidlna
@@ -227,7 +227,7 @@ id user group port
716 _c-icap _c-icap www/c-icap/c-icap
717 _uptimed _uptimed sysutils/uptimed
718 _stuntman _stuntman telephony/stuntman
-719 _puppetdb _puppetdb databases/puppetdb4, databases/puppetdb5
+719 _puppetdb _puppetdb databases/puppetdb/7
720 _lldpd _lldpd net/lldpd
721 _dkimproxy _dkimproxy mail/dkimproxy
722 _salt _salt sysutils/salt
@@ -256,7 +256,7 @@ id user group port
745 _smmsp _smmsp mail/sendmail
746 _spampd _spampd mail/spampd
747 _mfi _mfi net/mfi
-748 _elasticsearch _elasticsearch textproc/elasticsearch
+#748 _elasticsearch _elasticsearch textproc/elasticsearch
749 _ocserv _ocserv net/ocserv
750 _ddclient _ddclient net/ddclient
751 _knot _knot net/knot
@@ -273,8 +273,8 @@ id user group port
762 _icingaweb2 _icingaweb2 net/icinga/web2
763 _kea _kea net/kea
764 _distcc _distcc devel/distcc
-765 _hedgewars _hedgewars games/hedgewars
-766 _kibana _kibana www/kibana
+#765 _hedgewars _hedgewars games/hedgewars
+#766 _kibana _kibana www/kibana
767 _squeezelite _squeezelite audio/squeezelite
768 _syncthing _syncthing net/syncthing
769 _mailmanq mail/mailman
@@ -291,7 +291,7 @@ id user group port
780 _rundeck _rundeck sysutils/rundeck
781 _consul-template _consul-template sysutils/consul-template
782 _ympd _ympd audio/ympd
-783 _rmilter _rmilter mail/rmilter
+#783 _rmilter _rmilter mail/rmilter
784 _hping _hping net/hping
785 _uucp _uucp net/uucp
786 _riemann _riemann sysutils/riemann
@@ -365,7 +365,7 @@ id user group port
854 _murmurd _murmurd audio/mumble,-server
855 _repro _repro telephony/resiprocate
856 _return _return telephony/resiprocate
-857 _web2ldap _web2ldap sysutils/web2ldap
+857 _web2ldap _web2ldap databases/web2ldap
858 _purritobin _purritobin www/purritobin
859 _miniflux _miniflux net/miniflux
860 _dendrite _dendrite net/dendrite
@@ -398,4 +398,4 @@ id user group port
887 _endlessh _endlessh net/endlessh
888 _epmd _epmd lang/erlang/25
889 _gromox _gromox mail/grommunio/gromox
-890 _grommunio _grommunio mail/grommunio/grommunio-admin-api
+890 _grommunio _grommunio mail/grommunio/admin-api

No comments:

Post a Comment