- Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.
This commit is contained in:
parent
bc9f6bcd22
commit
59fcdc5d04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174259
2 changed files with 2 additions and 4 deletions
|
@ -219,10 +219,8 @@ pre-install:
|
|||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(WITH_OVERWRITE_BASE)
|
||||
${INSTALL_DATA} -c ${WRKSRC}/ssh_config.out ${ETCSSH}/ssh_config-dist
|
||||
${INSTALL_DATA} -c ${WRKSRC}/sshd_config.out ${ETCSSH}/sshd_config-dist
|
||||
.endif
|
||||
.if defined(WITH_OVERWRITE_BASE)
|
||||
@${ECHO_CMD} "===> Installing rc.d startup script(s)"
|
||||
@${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST}
|
||||
|
|
|
@ -12,8 +12,8 @@ bin/ssh-keyscan
|
|||
%%NOTBASE%%@exec if [ -f %D/etc/sshd_config -a ! -f %D/etc/ssh/sshd_config ]; then ln %D/etc/sshd_config %D/etc/ssh/sshd_config ; fi
|
||||
%%NOTBASE%%@unexec if cmp -s %D/etc/ssh/ssh_config %D/etc/ssh/ssh_config-dist; then rm -f %D/etc/ssh/ssh_config; fi
|
||||
%%NOTBASE%%@unexec if cmp -s %D/etc/ssh/sshd_config %D/etc/ssh/sshd_config-dist; then rm -f %D/etc/ssh/sshd_config; fi
|
||||
%%NOTBASE%%etc/ssh/ssh_config-dist
|
||||
%%NOTBASE%%etc/ssh/sshd_config-dist
|
||||
etc/ssh/ssh_config-dist
|
||||
etc/ssh/sshd_config-dist
|
||||
%%NOTBASE%%@exec if [ ! -f %D/etc/ssh/ssh_config ]; then cp -p %D/etc/ssh/ssh_config-dist %D/etc/ssh/ssh_config ; fi
|
||||
%%NOTBASE%%@exec if [ ! -f %D/etc/ssh/sshd_config ]; then cp -p %D/etc/ssh/sshd_config-dist %D/etc/ssh/sshd_config ; fi
|
||||
%%NOTBASE%%@dirrmtry etc/ssh
|
||||
|
|
Loading…
Reference in a new issue