Re: Bloat for bloat's sake

Izumi Tsutsui <[email protected]> Mon, 3 Aug 2026 23:39:59 +0900
Newsgroups gmane.os.netbsd.devel.userlevel
Message-ID <[email protected]>
> Our installed /etc/services file is 3.4MB.  Debian's is 13K.  Stripping
> ours down to fields 1 and 2 gets it to 213K, which I still want to make
> smaller for embedded use, but... ouch!

Installation floppies use src/distrib/common/services (for ftp(1)):

---
% ls -l distrib/common/services 
-rw-r--r--  1 tsutsui  users  792 Jul 29  2023 distrib/common/services
---

---
Izumi Tsutsui