diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-25 04:52:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-25 04:52:55 +0000 |
commit | 3f751261eaecf6d12c10f891fdb1194fe45c7e90 (patch) | |
tree | 6624b5cc82ee82dcad47d8685b94e00be6953ebf /security/openssh-portable | |
parent | 9b4b8d70dacc3e471064fdf1dcf3f6ce2c088f83 (diff) |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/pkg-plist b/security/openssh-portable/pkg-plist index 6069da804ff3..8a4040e3b7c0 100644 --- a/security/openssh-portable/pkg-plist +++ b/security/openssh-portable/pkg-plist @@ -14,4 +14,4 @@ libexec/ssh-keysign @exec mkdir -p %D/empty @dirrm empty @exec if ! pw groupshow sshd 2>/dev/null; then pw groupadd sshd -g 22; fi -@exec if ! pw usershow sshd 2>/dev/null; then pw useradd sshd -g smmsp -u 22 -h - -d %D/empty -s /nonexistent -c "sshd privilege separation"; fi +@exec if ! pw usershow sshd 2>/dev/null; then pw useradd sshd -g sshd -u 22 -h - -d %D/empty -s /nonexistent -c "sshd privilege separation"; fi |