]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2002/05/08 21:06:34
authormouring <mouring>
Wed, 15 May 2002 16:08:48 +0000 (16:08 +0000)
committermouring <mouring>
Wed, 15 May 2002 16:08:48 +0000 (16:08 +0000)
     [ssh.h]
     move to sshd.sshd instead

ChangeLog
ssh.h

index cc0ab2a4655e8a2c32639d16ff50ccbb3820d8a0..497a1aeee42fbf025f89a4725c79cd819f3d2790 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,9 @@
    - deraadt@cvs.openbsd.org 2002/05/07 19:54:36
      [ssh.h]
      use ssh uid
-
+   - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
+     [ssh.h]
+     move to sshd.sshd instead
 
 20020514
  - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
diff --git a/ssh.h b/ssh.h
index fac6c694fcd3eb784c435b6af19453d64048d1bc..75900716ba4595ed4178e8aca93c4b47f7671083 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $        */
+/*     $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * primary group.
  */
 #ifndef SSH_PRIVSEP_USER
-#define SSH_PRIVSEP_USER               "ssh"
+#define SSH_PRIVSEP_USER               "sshd"
 #endif
 
 /* Minimum modulus size (n) for RSA keys. */
This page took 0.053577 seconds and 5 git commands to generate.