Skip to content

Commit

Permalink
(tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc…
Browse files Browse the repository at this point in the history
…/passwd
  • Loading branch information
Tim Rice committed Dec 28, 2005
1 parent 7bff1a9 commit 8db70e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
20051229
- (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd

20051224
- (djm) OpenBSD CVS Sync
- [email protected] 2005/12/20 21:59:43
Expand Down Expand Up @@ -3549,4 +3552,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (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 $
2 changes: 1 addition & 1 deletion buildpkg.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ else
# Create user if required
[ "\$DO_PASSWD" = yes ] && {
# 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
:
else
Expand Down

0 comments on commit 8db70e2

Please sign in to comment.