- dtucker@cvs.openbsd.org 2013/05/17 10:24:48
[localcommand.sh] use backticks for portability. (id sync only)
This commit is contained in:
parent
05b5e518c9
commit
1466bd25a8
|
@ -77,6 +77,9 @@
|
||||||
Use SUDO when cat'ing pid files and running the sshd log wrapper so that
|
Use SUDO when cat'ing pid files and running the sshd log wrapper so that
|
||||||
it works with a restrictive umask and the pid files are not world readable.
|
it works with a restrictive umask and the pid files are not world readable.
|
||||||
Changes from -portable. (id sync only)
|
Changes from -portable. (id sync only)
|
||||||
|
- dtucker@cvs.openbsd.org 2013/05/17 10:24:48
|
||||||
|
[localcommand.sh]
|
||||||
|
use backticks for portability. (id sync only)
|
||||||
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
||||||
in portable and it's long gone in openbsd.
|
in portable and it's long gone in openbsd.
|
||||||
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: localcommand.sh,v 1.1 2007/10/29 06:57:13 dtucker Exp $
|
# $OpenBSD: localcommand.sh,v 1.2 2013/05/17 10:24:48 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="localcommand"
|
tid="localcommand"
|
||||||
|
|
Loading…
Reference in New Issue