[M3commit] CVS Update: cm3

Olaf Wagner wagner at elego.de
Thu Jan 3 18:20:28 CET 2008


CVSROOT:	/usr/cvs
Changes by:	wagner at birch.	08/01/03 18:20:28

Modified files:
	cm3/m3-sys/cminstall/: PkgTags 
	cm3/m3-sys/cminstall/src/: Main.m3 Msg.i3 Msg.m3 
	cm3/m3-sys/cminstall/src/config/: PPC_DARWIN 

Log message:
	Make the installer non-interactive by default, add inline help and
	several options:
	
	cminstall [<opts>] [-root <installfrom>] [installroot]
	
	<opts> ::= -debug       | -d
	|  -quiet       | -q
	|  -interactive | -i
	|  -dumpcfg     | -c
	|  -help        | -h
	
	will try to install CM3 from the given <installfrom>, if any.
	The default installation location is /usr/local/cm3.
	
	-interactive or -i will make the installer ask several questions.
	
	-debug will output some debugging information during the installation.
	This should rarely be of interest to the end user.
	
	-quiet or -q will suppress output except for warnings and errors.
	
	-dumpcfg or -c will print the resulting config file to stdout.
	
	The -dumpcfg option can now be used to really make the sample
	config files in cm3/src/config obsolete.
	
	Also adapt the PPC_DARWIN configuration to check for .dylib instead of
	.a library files.
	
	modified: cminstall/src/Main.m3
	modified: cminstall/src/Msg.i3
	modified: cminstall/src/Msg.m3
	modified: cminstall/src/config/PPC_DARWIN




More information about the M3commit mailing list