aboutsummaryrefslogtreecommitdiffstats
path: root/security/hpn-ssh
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-25 12:52:55 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-25 12:52:55 +0800
commit48b85a6bada06bdf4af6da48fef83f0fa2fb20e4 (patch)
tree8d1e174c517fd337a139cff05ede84726cfb6102 /security/hpn-ssh
parent5be5901e36daafdbd136c9fe675f69dbe77735d3 (diff)
downloadfreebsd-ports-gnome-48b85a6bada06bdf4af6da48fef83f0fa2fb20e4.tar.gz
freebsd-ports-gnome-48b85a6bada06bdf4af6da48fef83f0fa2fb20e4.tar.zst
freebsd-ports-gnome-48b85a6bada06bdf4af6da48fef83f0fa2fb20e4.zip
Fix a typo, only affects when installing a packae on a clean system.
Submitted by: anders@fix.no
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r--security/hpn-ssh/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/pkg-plist b/security/hpn-ssh/pkg-plist
index 6069da804ff3..8a4040e3b7c0 100644
--- a/security/hpn-ssh/pkg-plist
+++ b/security/hpn-ssh/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