summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-13 23:37:58 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-13 23:37:58 +0000
commit828e1fc6be13f5ec2f035de432d1481c79a30843 (patch)
tree47d43176362a66513154b72effc94bbf7972eee7 /security
parentUpdate to xfmail 1.4.0 (diff)
Add support for setting login.conf class things including rlimits, priority,
and umask. Also support /var/run/nologin, copyright, and support motd correctly. The PR was used as a base, thanks! PR: 14859 Submitted by: Dan Harnett <danh@wzrd.com>
Notes
Notes: svn path=/head/; revision=23057
Diffstat (limited to 'security')
-rw-r--r--security/openssh/files/patch-ak13
1 files changed, 8 insertions, 5 deletions
diff --git a/security/openssh/files/patch-ak b/security/openssh/files/patch-ak
index a960ff2029a6..7248dbab9bed 100644
--- a/security/openssh/files/patch-ak
+++ b/security/openssh/files/patch-ak
@@ -1,11 +1,14 @@
-diff -ru /home/green/ssh/login.c ./login.c
---- /home/green/ssh/login.c Fri Oct 1 03:42:00 1999
-+++ ./login.c Mon Nov 8 00:06:40 1999
-@@ -20,7 +20,6 @@
+--- ./login.c.orig Sat Nov 13 16:50:45 1999
++++ ./login.c Sat Nov 13 17:59:23 1999
+@@ -20,7 +20,11 @@
#include "includes.h"
RCSID("$Id: login.c,v 1.7 1999/09/30 16:55:06 deraadt Exp $");
--#include <util.h>
++#if defined(__FreeBSD__)
++#include <libutil.h>
++#else
+ #include <util.h>
++#endif
#include <utmp.h>
#include "ssh.h"