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 27 set name=pkg.fmri value=pkg:/service/network/ftp@$(PKGVERS) 28 set name=pkg.description value="FTP Server and Utilities" 29 set name=pkg.summary value="FTP Server" 30 set name=info.classification value=org.opensolaris.category.2008:System/Core 31 set name=variant.arch value=$(ARCH) 32 dir path=etc group=sys 33 dir path=etc/ftpd group=sys 34 dir path=lib 35 dir path=lib/svc 36 dir path=lib/svc/manifest group=sys 37 dir path=lib/svc/manifest/network group=sys 38 dir path=lib/svc/method 39 dir path=usr group=sys 40 dir path=usr/sbin 41 dir path=usr/share/man 42 dir path=usr/share/man/man1 43 dir path=usr/share/man/man1m 44 dir path=usr/share/man/man4 45 file path=etc/ftpd/ftpaccess group=sys \ 46 original_name=SUNWftp:etc/ftpd/ftpaccess preserve=true 47 file path=etc/ftpd/ftpconversions group=sys \ 48 original_name=SUNWftp:etc/ftpd/ftpconversions preserve=true 49 file path=etc/ftpd/ftpgroups group=sys \ 50 original_name=SUNWftp:etc/ftpd/ftpgroups preserve=true 51 file path=etc/ftpd/ftphosts group=sys original_name=SUNWftp:etc/ftpd/ftphosts \ 52 preserve=true 53 file path=etc/ftpd/ftpservers group=sys \ 54 original_name=SUNWftp:etc/ftpd/ftpservers preserve=true 55 file path=lib/svc/manifest/network/ftp.xml group=sys mode=0444 56 file path=lib/svc/method/svc-ftp mode=0555 57 file path=usr/sbin/ftpaddhost mode=0555 58 file path=usr/sbin/ftpconfig mode=0555 59 file path=usr/sbin/ftpcount mode=0555 60 file path=usr/sbin/ftprestart mode=0555 61 file path=usr/sbin/ftpshut mode=0555 62 file path=usr/sbin/in.ftpd mode=0555 63 file path=usr/sbin/privatepw mode=0555 64 file path=usr/share/man/man1/ftpcount.1 65 file path=usr/share/man/man1/ftpwho.1 66 file path=usr/share/man/man1m/ftpaddhost.1m 67 file path=usr/share/man/man1m/ftpconfig.1m 68 file path=usr/share/man/man1m/ftprestart.1m 69 file path=usr/share/man/man1m/ftpshut.1m 70 file path=usr/share/man/man1m/in.ftpd.1m 71 file path=usr/share/man/man4/ftp.4 72 file path=usr/share/man/man4/ftpaccess.4 73 file path=usr/share/man/man4/ftpconversions.4 74 file path=usr/share/man/man4/ftpgroups.4 75 file path=usr/share/man/man4/ftphosts.4 76 file path=usr/share/man/man4/ftpservers.4 77 file path=usr/share/man/man4/ftpusers.4 78 file path=usr/share/man/man4/xferlog.4 79 hardlink path=usr/sbin/ftpwho target=../../usr/sbin/ftpcount 80 legacy pkg=SUNWftpr desc="FTP Server Configuration Files" \ 81 name="FTP Server, (Root)" 82 legacy pkg=SUNWftpu desc="FTP Server and Utilities" name="FTP Server, (Usr)" 83 license cr_Sun license=cr_Sun 84 license usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE \ 85 license=usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE 86 link path=usr/share/man/man1m/ftpd.1m target=in.ftpd.1m