Subject: CVS commit: pkgsrc/sysutils/mklivecd
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 04/10/2007 02:23:35
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Tue Apr 10 02:23:35 UTC 2007

Modified Files:
	pkgsrc/sysutils/mklivecd: Makefile PLIST
	pkgsrc/sysutils/mklivecd/files: livecd mklivecd.8 mklivecd.sh

Log Message:
Update to 0.15:

* Added a new target 'fetch' that will fetch the specified sets from
  the specified URL.
* Fixed permissions on /tmp. (Reported by Zafer Aydogan).
* Renamed BOOTKERN to KERNEL_CONFIG, because it's more appropiate.
* Fix a problem with options accepting a 'yes' argument, now
  the value can be case insensitive.
* Remove the example kernel config, too old and useless.
* Use mktemp(1) to create the temporary file.
* Updated manpage with reality.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/sysutils/mklivecd/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/mklivecd/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/mklivecd/files/livecd
cvs rdiff -r1.15 -r1.16 pkgsrc/sysutils/mklivecd/files/mklivecd.8
cvs rdiff -r1.32 -r1.33 pkgsrc/sysutils/mklivecd/files/mklivecd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.