1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 25# 26 27set name=pkg.fmri value=pkg:/service/network/ftp@$(PKGVERS) 28set name=pkg.description value="FTP Server and Utilities" 29set name=pkg.summary value="FTP Server" 30set name=info.classification value=org.opensolaris.category.2008:System/Core 31set name=variant.arch value=$(ARCH) 32dir path=etc group=sys 33dir path=etc/ftpd group=sys 34dir path=lib 35dir path=lib/svc 36dir path=lib/svc/manifest group=sys 37dir path=lib/svc/manifest/network group=sys 38dir path=lib/svc/method 39dir path=usr group=sys 40dir path=usr/sbin 41dir path=usr/share/man 42dir path=usr/share/man/man1 43dir path=usr/share/man/man1m 44dir path=usr/share/man/man4 45file path=etc/ftpd/ftpaccess group=sys \ 46 original_name=SUNWftp:etc/ftpd/ftpaccess preserve=true 47file path=etc/ftpd/ftpconversions group=sys \ 48 original_name=SUNWftp:etc/ftpd/ftpconversions preserve=true 49file path=etc/ftpd/ftpgroups group=sys \ 50 original_name=SUNWftp:etc/ftpd/ftpgroups preserve=true 51file path=etc/ftpd/ftphosts group=sys original_name=SUNWftp:etc/ftpd/ftphosts \ 52 preserve=true 53file path=etc/ftpd/ftpservers group=sys \ 54 original_name=SUNWftp:etc/ftpd/ftpservers preserve=true 55file path=lib/svc/manifest/network/ftp.xml group=sys mode=0444 56file path=lib/svc/method/svc-ftp mode=0555 57file path=usr/sbin/ftpaddhost mode=0555 58file path=usr/sbin/ftpconfig mode=0555 59file path=usr/sbin/ftpcount mode=0555 60file path=usr/sbin/ftprestart mode=0555 61file path=usr/sbin/ftpshut mode=0555 62file path=usr/sbin/in.ftpd mode=0555 63file path=usr/sbin/privatepw mode=0555 64file path=usr/share/man/man1/ftpcount.1 65file path=usr/share/man/man1/ftpwho.1 66file path=usr/share/man/man1m/ftpaddhost.1m 67file path=usr/share/man/man1m/ftpconfig.1m 68file path=usr/share/man/man1m/ftprestart.1m 69file path=usr/share/man/man1m/ftpshut.1m 70file path=usr/share/man/man1m/in.ftpd.1m 71file path=usr/share/man/man4/ftp.4 72file path=usr/share/man/man4/ftpaccess.4 73file path=usr/share/man/man4/ftpconversions.4 74file path=usr/share/man/man4/ftpgroups.4 75file path=usr/share/man/man4/ftphosts.4 76file path=usr/share/man/man4/ftpservers.4 77file path=usr/share/man/man4/ftpusers.4 78file path=usr/share/man/man4/xferlog.4 79hardlink path=usr/sbin/ftpwho target=../../usr/sbin/ftpcount 80legacy pkg=SUNWftpr desc="FTP Server Configuration Files" \ 81 name="FTP Server, (Root)" 82legacy pkg=SUNWftpu desc="FTP Server and Utilities" name="FTP Server, (Usr)" 83license cr_Sun license=cr_Sun 84license usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE \ 85 license=usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE 86link path=usr/share/man/man1m/ftpd.1m target=in.ftpd.1m 87