i.ftpusers revision 5bd0e5515c0fb3ef06efffdeec87dca8a69b392b
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2362N/A# ident "%Z%%M% %I% %E% SMI" 0N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 0N/A# Use is subject to license terms. 0N/A# This is similar to i.preserve, except we also check if there is a file with 0N/A# the same name in the parent directory. 0N/Aerrmsg1=
"Could not remove file, referenced by another package" 3516N/A # If the destination file does not exit, check the parent 0N/A # directory to see if it is there. 3516N/A # If there is no parent file as well, we can use the 5056N/A # file contained in the package. 0N/A # If there is a parent file, then we copy the contents 3516N/A # to the destination, and then try to remove it from 3516N/A # a previous package instance. 3516N/A # If the parent file still exists, we need 3516N/A # to log messages for the user.