If we're not installing OpenSSH in the base, don't install its startup
file either. This clears the way for third-party SSH ports to install an RCng startup script.
This commit is contained in:
parent
8008bfe18b
commit
09eec2276d
@ -31,7 +31,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
|
||||
ramdisk ramdisk-own random rarpd rcconf.sh resolv root \
|
||||
route6d routed routing rpcbind rtadvd rwho \
|
||||
savecore securelevel sendmail \
|
||||
serial sppp sshd swap1 \
|
||||
serial sppp swap1 \
|
||||
syscons sysctl syslogd \
|
||||
timed tmp \
|
||||
ugidfw usbd \
|
||||
@ -39,6 +39,11 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
|
||||
watchdogd wpa_supplicant \
|
||||
ypbind yppasswdd ypserv \
|
||||
ypset ypupdated ypxfrd
|
||||
|
||||
.if !defined(NO_OPENSSH)
|
||||
FILES+= sshd
|
||||
.endif
|
||||
|
||||
FILESDIR= /etc/rc.d
|
||||
FILESMODE= ${BINMODE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user