Include "loginpaths.h"
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17302 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -111,9 +111,6 @@
|
|||||||
#ifndef _PATH_DEV
|
#ifndef _PATH_DEV
|
||||||
#define _PATH_DEV "/dev/"
|
#define _PATH_DEV "/dev/"
|
||||||
#endif
|
#endif
|
||||||
#ifndef _PATH_NOLOGIN
|
|
||||||
#define _PATH_NOLOGIN "/etc/nologin"
|
|
||||||
#endif
|
|
||||||
#ifndef _PATH_WTMP
|
#ifndef _PATH_WTMP
|
||||||
#ifdef WTMP_FILE
|
#ifdef WTMP_FILE
|
||||||
#define _PATH_WTMP WTMP_FILE
|
#define _PATH_WTMP WTMP_FILE
|
||||||
@@ -137,18 +134,11 @@
|
|||||||
#define _PATH_LOGIN_CONF SYSCONFDIR "/login.conf"
|
#define _PATH_LOGIN_CONF SYSCONFDIR "/login.conf"
|
||||||
#endif /* _PATH_LOGIN_CONF */
|
#endif /* _PATH_LOGIN_CONF */
|
||||||
|
|
||||||
#ifndef _PATH_ETC_ENVIRONMENT
|
|
||||||
#define _PATH_ETC_ENVIRONMENT SYSCONFDIR "/environment"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PATH_DEFPATH
|
#ifndef _PATH_DEFPATH
|
||||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_LIMITS_CONF
|
#include "loginpaths.h"
|
||||||
#define _PATH_LIMITS_CONF "/etc/security/limits.conf"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
struct spwd;
|
struct spwd;
|
||||||
|
|
||||||
|
@@ -114,10 +114,6 @@ struct krb5_dh_moduli;
|
|||||||
#include <kafs.h>
|
#include <kafs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_NOLOGIN
|
|
||||||
#define _PATH_NOLOGIN "/etc/nologin"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PATH_BSHELL
|
#ifndef _PATH_BSHELL
|
||||||
#define _PATH_BSHELL "/bin/sh"
|
#define _PATH_BSHELL "/bin/sh"
|
||||||
#endif
|
#endif
|
||||||
@@ -126,9 +122,7 @@ struct krb5_dh_moduli;
|
|||||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _PATH_ETC_ENVIRONMENT
|
#include "loginpaths.h"
|
||||||
#define _PATH_ETC_ENVIRONMENT SYSCONFDIR "/environment"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user