The NetBSD Project

CVS log for src/usr.bin/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / usr.bin

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pgoyette-localcount


Revision 1.225.2.3 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:34 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.225.2.2: +2 -2 lines
Diff to previous 1.225.2.2 (colored) to branchpoint 1.225 (colored) next main 1.226 (colored)

Sync with HEAD

Revision 1.225.2.2 / (download) - annotate - [select for diffs], Mon Mar 20 06:58:03 2017 UTC (7 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.225.2.1: +2 -2 lines
Diff to previous 1.225.2.1 (colored) to branchpoint 1.225 (colored)

Sync with HEAD

Revision 1.225.2.1 / (download) - annotate - [select for diffs], Fri Nov 4 14:49:25 2016 UTC (7 years, 4 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.225: +2 -2 lines
Diff to previous 1.225 (colored)

Sync with HEAD

Revision 1.225 / (download) - annotate - [select for diffs], Sat Jun 4 15:27:11 2016 UTC (7 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.224: +3 -2 lines
Diff to previous 1.224 (colored)

Following positive feedback on tech-userlevel, move the sys_info
script from othersrc to usr.bin/sys_info

	The sys_info script is a small script which will show the version
	information for installed utilities.  It also works on the kernel, and
	on most libraries.

	Its use is as follow:

		[19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info -a
		awk-20121220
		bind-9.10.3pl3
		bzip2-1.0.6
		calendar-20160601
		ftpd-20110904
		g++-4.8.5
		gcc-4.8.5
		grep-2.5.1anb1
		gzip-20150113
		bozohttpd-20151231
		NetBSD-7.99.26
		netpgp-3.99.17
		netpgpverify-20160214
		ntp-4.2.8pl5
		openssl-1.0.1r
		sqlite3-3.12.2
		openssh-7.1
		opensshd-7.1
		tcsh-6.19.00
		xz-5.2.1
		[19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp
		ntp-4.2.8pl5
		openssh-7.1
		netpgp-3.99.17
		[19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd
		ntp-4.2.8pl5
		openssh-7.1
		NetBSD-7.99.26
		[19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] >

	The -a option can be given to the script to print out the information
	on all known components.

	The sys_info script also works on libraries, returning their
	"versions" as given by the shared object version numbers.

		[19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd
		libevent-4.0
		libXfont-3.0
		libc-12.200
		NetBSD-7.99.26
		[19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] >

	Alistair Crooks
	Wed Jun  1 19:44:01 PDT 2016

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>