- (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}|
This commit is contained in:
parent
ffe3a8ec7e
commit
cd22d30f32
|
@ -3,7 +3,7 @@
|
||||||
- (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call.
|
- (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call.
|
||||||
Report/patch by David.Leonard AT quest.com
|
Report/patch by David.Leonard AT quest.com
|
||||||
- (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)
|
- (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)
|
||||||
files are installed.
|
- (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}|
|
||||||
|
|
||||||
20070628
|
20070628
|
||||||
- (djm) bz#1325: Fix SELinux in permissive mode where it would
|
- (djm) bz#1325: Fix SELinux in permissive mode where it would
|
||||||
|
@ -3116,4 +3116,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4714 2007/07/25 04:16:07 tim Exp $
|
$Id: ChangeLog,v 1.4715 2007/07/25 04:40:59 tim Exp $
|
||||||
|
|
|
@ -218,19 +218,19 @@ fi
|
||||||
|
|
||||||
[ "${PERMIT_ROOT_LOGIN}" = no ] && \
|
[ "${PERMIT_ROOT_LOGIN}" = no ] && \
|
||||||
perl -p -i -e "s/#PermitRootLogin yes/PermitRootLogin no/" \
|
perl -p -i -e "s/#PermitRootLogin yes/PermitRootLogin no/" \
|
||||||
$FAKE_ROOT/${sysconfdir}/sshd_config
|
$FAKE_ROOT${sysconfdir}/sshd_config
|
||||||
[ "${X11_FORWARDING}" = yes ] && \
|
[ "${X11_FORWARDING}" = yes ] && \
|
||||||
perl -p -i -e "s/#X11Forwarding no/X11Forwarding yes/" \
|
perl -p -i -e "s/#X11Forwarding no/X11Forwarding yes/" \
|
||||||
$FAKE_ROOT/${sysconfdir}/sshd_config
|
$FAKE_ROOT${sysconfdir}/sshd_config
|
||||||
# fix PrintMotd
|
# fix PrintMotd
|
||||||
perl -p -i -e "s/#PrintMotd yes/PrintMotd no/" \
|
perl -p -i -e "s/#PrintMotd yes/PrintMotd no/" \
|
||||||
$FAKE_ROOT/${sysconfdir}/sshd_config
|
$FAKE_ROOT${sysconfdir}/sshd_config
|
||||||
|
|
||||||
# We don't want to overwrite config files on multiple installs
|
# We don't want to overwrite config files on multiple installs
|
||||||
mv $FAKE_ROOT/${sysconfdir}/ssh_config $FAKE_ROOT/${sysconfdir}/ssh_config.default
|
mv $FAKE_ROOT${sysconfdir}/ssh_config $FAKE_ROOT${sysconfdir}/ssh_config.default
|
||||||
mv $FAKE_ROOT/${sysconfdir}/sshd_config $FAKE_ROOT/${sysconfdir}/sshd_config.default
|
mv $FAKE_ROOT${sysconfdir}/sshd_config $FAKE_ROOT${sysconfdir}/sshd_config.default
|
||||||
[ -f $FAKE_ROOT/${sysconfdir}/ssh_prng_cmds ] && \
|
[ -f $FAKE_ROOT${sysconfdir}/ssh_prng_cmds ] && \
|
||||||
mv $FAKE_ROOT/${sysconfdir}/ssh_prng_cmds $FAKE_ROOT/${sysconfdir}/ssh_prng_cmds.default
|
mv $FAKE_ROOT${sysconfdir}/ssh_prng_cmds $FAKE_ROOT${sysconfdir}/ssh_prng_cmds.default
|
||||||
|
|
||||||
# local tweeks here
|
# local tweeks here
|
||||||
[ -s "${POST_MAKE_INSTALL_FIXES}" ] && . ${POST_MAKE_INSTALL_FIXES}
|
[ -s "${POST_MAKE_INSTALL_FIXES}" ] && . ${POST_MAKE_INSTALL_FIXES}
|
||||||
|
|
Loading…
Reference in New Issue