mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 14:54:45 +02:00
(tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd
This commit is contained in:
parent
7bff1a9b5e
commit
8db70e2398
@ -1,3 +1,6 @@
|
|||||||
|
20051229
|
||||||
|
- (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd
|
||||||
|
|
||||||
20051224
|
20051224
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- jmc@cvs.openbsd.org 2005/12/20 21:59:43
|
- jmc@cvs.openbsd.org 2005/12/20 21:59:43
|
||||||
@ -3549,4 +3552,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4051 2005/12/24 03:59:12 djm Exp $
|
$Id: ChangeLog,v 1.4052 2005/12/28 22:28:08 tim Exp $
|
||||||
|
@ -353,7 +353,7 @@ else
|
|||||||
# Create user if required
|
# Create user if required
|
||||||
[ "\$DO_PASSWD" = yes ] && {
|
[ "\$DO_PASSWD" = yes ] && {
|
||||||
# Use uid of 67 if possible
|
# Use uid of 67 if possible
|
||||||
if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDGID'\$' >/dev/null
|
if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user