diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ftpconfig.sh | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ftpconfig.sh b/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ftpconfig.sh index 010030ca7b..60fd8b12f0 100644 --- a/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ftpconfig.sh +++ b/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ftpconfig.sh @@ -1,8 +1,26 @@ #!/usr/bin/ksh # -# ident "%Z%%M% %I% %E% SMI" +# CDDL HEADER START # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # @@ -149,7 +167,7 @@ list_conv_cmds() list_dyn_libs() { # Produce a list of the required dynamic libraries. - for file in $* /usr/bin/ls `list_conv_cmds` + for file in $* /usr/sbin/in.ftpd /usr/bin/ls `list_conv_cmds` do ldd "$file" 2>/dev/null | cut -d'>' -f2 done | sort -u |