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