xref: /titanic_53/usr/src/pkg/manifests/service-network-ftp.mf (revision c10c16dec587a0662068f6e2991c29ed3a9db943)
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#
23ebbab6bbSDan 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
35ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys
36ebbab6bbSDan 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*c10c16deSRichard Lowedir path=usr/share/man
41*c10c16deSRichard Lowedir path=usr/share/man/man1
42*c10c16deSRichard Lowedir path=usr/share/man/man1m
43*c10c16deSRichard Lowedir path=usr/share/man/man4
44ebbab6bbSDan Pricefile path=etc/ftpd/ftpaccess group=sys \
45ebbab6bbSDan Price    original_name=SUNWftp:etc/ftpd/ftpaccess preserve=true
46ead1f93eSLiane Prazafile path=etc/ftpd/ftpconversions group=sys \
47ead1f93eSLiane Praza    original_name=SUNWftp:etc/ftpd/ftpconversions preserve=true
48ebbab6bbSDan Pricefile path=etc/ftpd/ftpgroups group=sys \
49ebbab6bbSDan Price    original_name=SUNWftp:etc/ftpd/ftpgroups preserve=true
50ead1f93eSLiane Prazafile path=etc/ftpd/ftphosts group=sys original_name=SUNWftp:etc/ftpd/ftphosts \
51ead1f93eSLiane Praza    preserve=true
52ead1f93eSLiane Prazafile path=etc/ftpd/ftpservers group=sys \
53ead1f93eSLiane Praza    original_name=SUNWftp:etc/ftpd/ftpservers preserve=true
54ebbab6bbSDan Pricefile path=lib/svc/manifest/network/ftp.xml group=sys mode=0444
55ead1f93eSLiane Prazafile path=lib/svc/method/svc-ftp mode=0555
56ead1f93eSLiane Prazafile path=usr/sbin/ftpaddhost mode=0555
57ead1f93eSLiane Prazafile path=usr/sbin/ftpconfig mode=0555
58ead1f93eSLiane Prazafile path=usr/sbin/ftpcount mode=0555
59ead1f93eSLiane Prazafile path=usr/sbin/ftprestart mode=0555
60ead1f93eSLiane Prazafile path=usr/sbin/ftpshut mode=0555
61ead1f93eSLiane Prazafile path=usr/sbin/in.ftpd mode=0555
62ead1f93eSLiane Prazafile path=usr/sbin/privatepw mode=0555
63*c10c16deSRichard Lowefile path=usr/share/man/man1/ftpcount.1
64*c10c16deSRichard Lowefile path=usr/share/man/man1/ftpwho.1
65*c10c16deSRichard Lowefile path=usr/share/man/man1m/ftpaddhost.1m
66*c10c16deSRichard Lowefile path=usr/share/man/man1m/ftpconfig.1m
67*c10c16deSRichard Lowefile path=usr/share/man/man1m/ftpd.1m
68*c10c16deSRichard Lowefile path=usr/share/man/man1m/ftprestart.1m
69*c10c16deSRichard Lowefile path=usr/share/man/man1m/ftpshut.1m
70*c10c16deSRichard Lowefile path=usr/share/man/man1m/in.ftpd.1m
71*c10c16deSRichard Lowefile path=usr/share/man/man4/ftp.4
72*c10c16deSRichard Lowefile path=usr/share/man/man4/ftpaccess.4
73*c10c16deSRichard Lowefile path=usr/share/man/man4/ftpconversions.4
74*c10c16deSRichard Lowefile path=usr/share/man/man4/ftpgroups.4
75*c10c16deSRichard Lowefile path=usr/share/man/man4/ftphosts.4
76*c10c16deSRichard Lowefile path=usr/share/man/man4/ftpservers.4
77*c10c16deSRichard Lowefile path=usr/share/man/man4/ftpusers.4
78*c10c16deSRichard Lowefile path=usr/share/man/man4/xferlog.4
79ead1f93eSLiane Prazahardlink path=usr/sbin/ftpwho target=../../usr/sbin/ftpcount
8071e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWftpr desc="FTP Server Configuration Files" \
8171e464e5SPeter Dennis - Sustaining Engineer    name="FTP Server, (Root)"
8271e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWftpu desc="FTP Server and Utilities" name="FTP Server, (Usr)"
83ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
845084e753SMark J. Nelsonlicense usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE \
855084e753SMark J. Nelson    license=usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE
86