From 6014f6783433069c70d893a33f6ec2194f34f277 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 22 Apr 2005 15:38:54 +0000 Subject: [PATCH] template for limits.conf git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14888 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/login_locl.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appl/login/login_locl.h b/appl/login/login_locl.h index 75bebe2cc..da6ae97ba 100644 --- a/appl/login/login_locl.h +++ b/appl/login/login_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan + * Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -145,6 +145,11 @@ #define _PATH_DEFPATH "/usr/bin:/bin" #endif +#ifndef _PATH_LIMITS_CONF +#define _PATH_LIMITS_CONF "/etc/security/limits.conf" +#endif + + struct spwd; extern char **env;