Daria Mehra wrote: >> Esteemed reviewers, please take a look at my webrev for webalizer >> (targeting build 104): >> >> http://cr.opensolaris.org/~dmehra/webalizer/ >>
few things... Take a look at this webrev: http://cr.opensolaris.org/~jwalker/meld/ And, update the METADATA and CDDL headers in most of your files to the correct format. They should be consistent. usr/src/cmd/webalizer/install-sfw - change to: 1 #! /usr/bin/ksh93 - add: 30 # stop at first error 31 set -o errexit - change to: 37 source ${SRC}/tools/install.subr usr/src/cmd/webalizer/sunman-stability - add CDDL block after line 2 20 Availability SUNWgtar\ - change to SUNWwebalizer 22 Interface Stability Volatile\ - change to Uncommitted usr/src/pkgdefs/SUNWwebalizer/copyright - change to: 1 For the avoidance of doubt, except that if any license choice other 2 than GPL or LGPL is available it will apply instead, Sun elects to 3 use only the General Public License version 2 (GPLv2) at this time 4 for any software where a choice of GPL license versions is made 5 available with the language indicating that GPLv2 or any later 6 version may be used, or where a choice of which version of the GPL 7 is applied is otherwise unspecified. 8 9 -------------------------------------------------------------------- 10 11 Copyright (C) 1997-2008 Bradford L. Barrett 12 13 14 GNU GENERAL PUBLIC LICENSE 15 Version 2, June 1991 ... Cheers, Jim
