diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-25 04:52:55 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-25 04:52:55 +0000 |
commit | 48b85a6bada06bdf4af6da48fef83f0fa2fb20e4 (patch) | |
tree | 8d1e174c517fd337a139cff05ede84726cfb6102 /security/hpn-ssh | |
parent | 5be5901e36daafdbd136c9fe675f69dbe77735d3 (diff) | |
download | FreeBSD-ports-48b85a6bada06bdf4af6da48fef83f0fa2fb20e4.zip FreeBSD-ports-48b85a6bada06bdf4af6da48fef83f0fa2fb20e4.tar.gz |
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-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/pkg-plist b/security/hpn-ssh/pkg-plist index 6069da8..8a4040e 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 |