K 10 svn:author V 3 mat K 8 svn:date V 27 2016-08-11T14:40:45.527190Z K 7 svn:log V 436 Add comments in the GIDs and UIDs to show free entries. People always go to the end and see that it's 999 and that we must be out of entries. Now, they'll just have to pick a free entry. Generated with (should be idempotent): awk -F: '$3>=100 && $3 < 1000 && $3 != old+1 && !/^#/ {while (old+1 <= $3-1) {old=old+1; print "# free: "old}} /^# free/ {next} {print; old=$3}' UIDs Discussed with: swills (on irc) Sponsored by: Absolight END