Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 21:48:34 +0200
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        Warner Losh <imp@bsdimp.com>
Cc:        Stefan Esser <se@freebsd.org>, "Montgomery-Smith, Stephen" <stephen@missouri.edu>, "Rodney W. Grimes" <freebsd-rwg@pdx.rh.cn85.dnsmgr.net>, ctm-users@freebsd.org, Poul-Henning Kamp <phk@phk.freebsd.dk>, FreeBSD Current <freebsd-current@freebsd.org>, Ed Maste <emaste@freebsd.org>
Subject:   Re: ctm(1) deprecation in the FreeBSD base system?
Message-ID:  <201810231948.w9NJmYlC078288@fire.js.berklix.net>
In-Reply-To: Your message "Tue, 23 Oct 2018 12:34:53 -0600." <CANCZdfra4Kxov4xgPpqZ049n53s_ZE4bB_11YtxOwokOzn=BUQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
A cost(=time)/benefit look on moving ctm from src/ to ports/ :
- No tangible architecture benefit (its not like purging an old driver
  to makes kernel support simpler, or avoiding clashing libs etc)
- FreeBSD would shrink 0.028 % of the size of src/
	cd /pub/FreeBSD/branches/-current/src
	du -s -k .	# 1223922
	du -s -k `find . -type d -name \*ctm\*`
		196     ./usr.sbin/ctm
		74      ./usr.sbin/ctm/ctm
		12      ./usr.sbin/ctm/ctm_dequeue
		44      ./usr.sbin/ctm/ctm_rmail
		18      ./usr.sbin/ctm/ctm_smail
	dc 196 74 12 44 18 + + + + p 344
	dc 344000000000 1223922 / p 281063	# then move 9 points
	xcalc 344 / 1223922	# 0.0002810636

Those who would do the work might want to ponder if 0.028 % is best use of 
their time, or if more fun & benefit to work on some other part of FreeBSD ?

Cheers,
Julian
-- 
Julian Stacey, Computer Consultant, Systems Engineer, BSD Linux Unix, Munich.
 Brexit referendum stole 3,700,000 Brits votes abroad, inc. 700,000 in EU.
 Campaign lies, criminal funding, economy & pound down. Time for an honest ref.
	http://exitbrexit.uk	https://www.peoples-vote.uk/petition
		https://eci.ec.europa.eu/002/public/#/initiative



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231948.w9NJmYlC078288>