upstream commit
Set umask to prevent "Bad owner or permissions" errors. Upstream-Regress-ID: 8fdf2fc4eb595ccd80c443f474d639f851145417
This commit is contained in:
parent
07d5608bb2
commit
d4219028bd
|
@ -1,8 +1,11 @@
|
||||||
# $OpenBSD: cfginclude.sh,v 1.1 2016/04/15 00:31:10 djm Exp $
|
# $OpenBSD: cfginclude.sh,v 1.2 2016/05/03 15:30:46 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="config include"
|
tid="config include"
|
||||||
|
|
||||||
|
# to appease StrictModes
|
||||||
|
umask 022
|
||||||
|
|
||||||
cat > $OBJ/ssh_config.i << _EOF
|
cat > $OBJ/ssh_config.i << _EOF
|
||||||
Match host a
|
Match host a
|
||||||
Hostname aa
|
Hostname aa
|
||||||
|
@ -139,7 +142,7 @@ trial a aa
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
rm -f $OBJ/ssh_config.i $OBJ/ssh_config.i.* $OBJ/ssh_config.out
|
rm -f $OBJ/ssh_config.i $OBJ/ssh_config.i.* $OBJ/ssh_config.out
|
||||||
# $OpenBSD: cfginclude.sh,v 1.1 2016/04/15 00:31:10 djm Exp $
|
# $OpenBSD: cfginclude.sh,v 1.2 2016/05/03 15:30:46 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="config include"
|
tid="config include"
|
||||||
|
|
Loading…
Reference in New Issue