Cdiff install-sfw
*** /export/home/steve/work/usr/webrev/src/cmd/proftpd/install-sfw- Mon Jan 14 21:02:42 2008
--- install-sfw Mon Jan 14 04:47:46 2008
*** 1,5 ****
--- 1,6 ----
+ #!/bin/sh -e
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
*** 18,39 ****
#
# CDDL HEADER END
#
#
-
- #!/bin/sh -e
#
! # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# install objects in the proto area, since it would
# really like to install locally, but that doesn't scale.
#
- #ident "@(#)install-sfw 1.11 04/10/01 SMI"
! VERS=1.2.10rc1
PKGVERS=proftpd-${VERS}
PREFIX=${ROOT}/opt/sfw
. ${SRC}/tools/install.subr
--- 19,37 ----
#
# CDDL HEADER END
#
#
#
! # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# install objects in the proto area, since it would
# really like to install locally, but that doesn't scale.
#
! VERS=1.3.1
PKGVERS=proftpd-${VERS}
PREFIX=${ROOT}/opt/sfw
. ${SRC}/tools/install.subr