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) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 #
26
27 SYNCPROG= syncinit syncloop syncstat
28 DHCPPROG= dhcpconfig dhtadm pntadm
29
30 PROG= 6to4relay arp if_mpadm \
31 in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
32 in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
33 ndd $(SYNCPROG) $(DHCPPROG) wanbootutil
34
35 MANIFEST= rarp.xml telnet.xml comsat.xml finger.xml \
36 login.xml shell.xml rexec.xml socket-filter-kssl.xml
37 SVCMETHOD= svc-sockfilter
38
39 ROOTFS_PROG= hostconfig route soconfig
40 SBINLINKS= hostconfig route
41
42 RPCSVCPROG= hostconfig
43 AUDITPROG= in.rexecd in.rlogind in.rshd in.telnetd
44 PAMPROG= in.rexecd in.rlogind in.rshd in.telnetd
45 SOCKETPROG= 6to4relay arp hostconfig if_mpadm in.comsat \
46 in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
47 in.rwhod in.telnetd in.tftpd ipaddrsel route
48 NSLPROG= 6to4relay arp hostconfig in.comsat in.rarpd \
49 in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
50 in.tftpd ipaddrsel route
51 CMDPROG= in.telnetd
52 K5PROGS= in.telnetd in.rlogind in.rshd
53 TSNETPROG= route
|
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) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 #
26
27 SYNCPROG= syncinit syncloop syncstat
28
29 PROG= 6to4relay arp if_mpadm \
30 in.comsat in.fingerd in.rarpd in.rexecd in.rlogind \
31 in.rshd in.rwhod in.telnetd in.tftpd ipaddrsel \
32 ndd $(SYNCPROG) wanbootutil
33
34 MANIFEST= rarp.xml telnet.xml comsat.xml finger.xml \
35 login.xml shell.xml rexec.xml socket-filter-kssl.xml
36 SVCMETHOD= svc-sockfilter
37
38 ROOTFS_PROG= hostconfig route soconfig
39 SBINLINKS= hostconfig route
40
41 RPCSVCPROG= hostconfig
42 AUDITPROG= in.rexecd in.rlogind in.rshd in.telnetd
43 PAMPROG= in.rexecd in.rlogind in.rshd in.telnetd
44 SOCKETPROG= 6to4relay arp hostconfig if_mpadm in.comsat \
45 in.fingerd in.rarpd in.rexecd in.rlogind in.rshd \
46 in.rwhod in.telnetd in.tftpd ipaddrsel route
47 NSLPROG= 6to4relay arp hostconfig in.comsat in.rarpd \
48 in.rexecd in.rlogind in.rshd in.rwhod in.telnetd \
49 in.tftpd ipaddrsel route
50 CMDPROG= in.telnetd
51 K5PROGS= in.telnetd in.rlogind in.rshd
52 TSNETPROG= route
|