View | Details | Raw Unified | Return to bug 233046 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/tools/build/mk/OptionalObsoleteFiles.inc (+24 lines)
Lines 163-168 Link Here
163
.endif
163
.endif
164
164
165
.if ${MK_AUDIT} == no
165
.if ${MK_AUDIT} == no
166
OLD_FILES+=etc/rc.d/auditd
167
OLD_FILES+=etc/rc.d/auditdistd
166
OLD_FILES+=usr/sbin/audit
168
OLD_FILES+=usr/sbin/audit
167
OLD_FILES+=usr/sbin/auditd
169
OLD_FILES+=usr/sbin/auditd
168
OLD_FILES+=usr/sbin/auditdistd
170
OLD_FILES+=usr/sbin/auditdistd
Lines 3068-3073 Link Here
3068
.endif
3070
.endif
3069
3071
3070
.if ${MK_GSSAPI} == no
3072
.if ${MK_GSSAPI} == no
3073
OLD_FILES+=etc/rc.d/gssd
3071
OLD_FILES+=usr/include/gssapi/gssapi.h
3074
OLD_FILES+=usr/include/gssapi/gssapi.h
3072
OLD_DIRS+=usr/include/gssapi
3075
OLD_DIRS+=usr/include/gssapi
3073
OLD_FILES+=usr/include/gssapi.h
3076
OLD_FILES+=usr/include/gssapi.h
Lines 3270-3275 Link Here
3270
.endif
3273
.endif
3271
3274
3272
.if ${MK_INET6} == no
3275
.if ${MK_INET6} == no
3276
OLD_FILES+=etc/rc.d/route6d
3277
OLD_FILES+=etc/rc.d/rtadvd
3278
OLD_FILES+=etc/rc.d/rtsold
3273
OLD_FILES+=sbin/ping6
3279
OLD_FILES+=sbin/ping6
3274
OLD_FILES+=sbin/rtsol
3280
OLD_FILES+=sbin/rtsol
3275
OLD_FILES+=usr/sbin/ip6addrctl
3281
OLD_FILES+=usr/sbin/ip6addrctl
Lines 3314-3319 Link Here
3314
.if ${MK_IPFILTER} == no
3320
.if ${MK_IPFILTER} == no
3315
OLD_FILES+=etc/periodic/security/510.ipfdenied
3321
OLD_FILES+=etc/periodic/security/510.ipfdenied
3316
OLD_FILES+=etc/periodic/security/610.ipf6denied
3322
OLD_FILES+=etc/periodic/security/610.ipf6denied
3323
OLD_FILES+=etc/rc.d/ipfilter
3324
OLD_FILES+=etc/rc.d/ipfs
3325
OLD_FILES+=etc/rc.d/ipmon
3326
OLD_FILES+=etc/rc.d/ipnat
3317
OLD_FILES+=rescue/ipf
3327
OLD_FILES+=rescue/ipf
3318
OLD_FILES+=sbin/ipf
3328
OLD_FILES+=sbin/ipf
3319
OLD_FILES+=sbin/ipfs
3329
OLD_FILES+=sbin/ipfs
Lines 3397-3402 Link Here
3397
.if ${MK_IPFW} == no
3407
.if ${MK_IPFW} == no
3398
OLD_FILES+=etc/periodic/security/500.ipfwdenied
3408
OLD_FILES+=etc/periodic/security/500.ipfwdenied
3399
OLD_FILES+=etc/periodic/security/550.ipfwlimit
3409
OLD_FILES+=etc/periodic/security/550.ipfwlimit
3410
OLD_FILES+=etc/rc.d/ipfw
3411
OLD_FILES+=etc/rc.d/ipfw_netflow
3412
OLD_FILES+=etc/rc.d/natd
3400
OLD_FILES+=sbin/ipfw
3413
OLD_FILES+=sbin/ipfw
3401
OLD_FILES+=sbin/natd
3414
OLD_FILES+=sbin/natd
3402
OLD_FILES+=usr/sbin/ipfwpcap
3415
OLD_FILES+=usr/sbin/ipfwpcap
Lines 4451-4456 Link Here
4451
.endif
4464
.endif
4452
4465
4453
.if ${MK_LEGACY_CONSOLE} == no
4466
.if ${MK_LEGACY_CONSOLE} == no
4467
OLD_FILES+=etc/rc.d/moused
4454
OLD_FILES+=usr/sbin/kbdcontrol
4468
OLD_FILES+=usr/sbin/kbdcontrol
4455
OLD_FILES+=usr/sbin/kbdmap
4469
OLD_FILES+=usr/sbin/kbdmap
4456
OLD_FILES+=usr/sbin/moused
4470
OLD_FILES+=usr/sbin/moused
Lines 6457-6462 Link Here
6457
.endif
6471
.endif
6458
6472
6459
.if ${MK_NETGRAPH} == no
6473
.if ${MK_NETGRAPH} == no
6474
OLD_FILES+=etc/rc.d/pppoed
6460
OLD_FILES+=usr/include/netgraph.h
6475
OLD_FILES+=usr/include/netgraph.h
6461
OLD_FILES+=usr/lib/libnetgraph.a
6476
OLD_FILES+=usr/lib/libnetgraph.a
6462
OLD_FILES+=usr/lib/libnetgraph.so
6477
OLD_FILES+=usr/lib/libnetgraph.so
Lines 6715-6720 Link Here
6715
6730
6716
.if ${MK_NTP} == no
6731
.if ${MK_NTP} == no
6717
OLD_FILES+=etc/ntp.conf
6732
OLD_FILES+=etc/ntp.conf
6733
OLD_FILES+=etc/rc.d/ntpd
6734
OLD_FILES+=etc/rc.d/ntpdate
6735
OLD_FILES+=etc/periodic/daily/480.leapfile-ntpd
6718
OLD_FILES+=etc/periodic/daily/480.status-ntpd
6736
OLD_FILES+=etc/periodic/daily/480.status-ntpd
6719
OLD_FILES+=usr/bin/ntpq
6737
OLD_FILES+=usr/bin/ntpq
6720
OLD_FILES+=usr/sbin/ntp-keygen
6738
OLD_FILES+=usr/sbin/ntp-keygen
Lines 6949-6954 Link Here
6949
OLD_FILES+=etc/periodic/security/520.pfdenied
6967
OLD_FILES+=etc/periodic/security/520.pfdenied
6950
OLD_FILES+=etc/pf.os
6968
OLD_FILES+=etc/pf.os
6951
OLD_FILES+=etc/rc.d/ftp-proxy
6969
OLD_FILES+=etc/rc.d/ftp-proxy
6970
OLD_FILES+=etc/rc.d/pf
6971
OLD_FILES+=etc/rc.d/pflog
6972
OLD_FILES+=etc/rc.d/pfsync
6952
OLD_FILES+=sbin/pfctl
6973
OLD_FILES+=sbin/pfctl
6953
OLD_FILES+=sbin/pflogd
6974
OLD_FILES+=sbin/pflogd
6954
OLD_FILES+=usr/include/netpfil/pf/pf.h
6975
OLD_FILES+=usr/include/netpfil/pf/pf.h
Lines 7086-7091 Link Here
7086
7107
7087
.if ${MK_PPP} == no
7108
.if ${MK_PPP} == no
7088
OLD_FILES+=etc/ppp/ppp.conf
7109
OLD_FILES+=etc/ppp/ppp.conf
7110
OLD_FILES+=etc/rc.d/ppp
7089
OLD_DIRS+=etc/ppp
7111
OLD_DIRS+=etc/ppp
7090
OLD_FILES+=usr/sbin/ppp
7112
OLD_FILES+=usr/sbin/ppp
7091
OLD_FILES+=usr/sbin/pppctl
7113
OLD_FILES+=usr/sbin/pppctl
Lines 7201-7206 Link Here
7201
.endif
7223
.endif
7202
7224
7203
.if ${MK_QUOTAS} == no
7225
.if ${MK_QUOTAS} == no
7226
OLD_FILES+=etc/rc.d/quota
7204
OLD_FILES+=sbin/quotacheck
7227
OLD_FILES+=sbin/quotacheck
7205
OLD_FILES+=usr/bin/quota
7228
OLD_FILES+=usr/bin/quota
7206
OLD_FILES+=usr/sbin/edquota
7229
OLD_FILES+=usr/sbin/edquota
Lines 9244-9249 Link Here
9244
9267
9245
.if ${MK_UTMPX} == no
9268
.if ${MK_UTMPX} == no
9246
OLD_FILES+=etc/periodic/monthly/200.accounting
9269
OLD_FILES+=etc/periodic/monthly/200.accounting
9270
OLD_FILES+=etc/rc.d/utx
9247
OLD_FILES+=usr/bin/last
9271
OLD_FILES+=usr/bin/last
9248
OLD_FILES+=usr/bin/users
9272
OLD_FILES+=usr/bin/users
9249
OLD_FILES+=usr/bin/who
9273
OLD_FILES+=usr/bin/who

Return to bug 233046